A few corrections: On Thu, Jun 5, 2008 at 11:15 PM, Joe <wirelesss@xxxxxx> wrote: > > Hey guys, > > first of all I want to tell you all my commendation for your fine work. Right now I'm reading your source code to understand your code. In the future I'm interested in extending (may be I would have to hack somehow) your code. Currently I'm most familiar with upper level usage of WLAN - especially Ad Hoc mode. Now I got a possibility to dig into the linux kernel and into the maclayer of WLAN for the next years / month during my phd thesis. During reading I got some problems understanding some of the abbreviations in your code. > Thereby I was thinking a glossary for your framework could be helpful for future newbies. > > Would you like to help me withit? > > Abbrev: English / German > If: Interface / Schnittstelle Correct. > Tx: Transmitter / Sender It can also be just "Transmit". > Rx: Receiver / Empfänger Again, can be "Receive. > STA: State / Status No. STA=Station. AP=Access point, IBSS=Ad-hoc, and finally MON and MNTR stand for Monitor. These are interface types. > skb: ? That's something I can't decipher, either... > wiphy: Wireless physical Not exactly, it's Wireless PHY. A PHY is a physical-layer controller. > ops: I don't know this either, maybe operations or output sequence... > vif: ? virtual interface Exactly. > hw: Hardware? Yes. > rtnl: Hmm... maybe real-time netlink? > pid: Process id No, proportional-integral-derivative. > > > When I will have understood the code, I'm interested in sending Beacon frames 'manually' and during this step reconfigure the Beacon data regularly... > > For now all the Best > Sebastian > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html