summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_var.h
AgeCommit message (Expand)Author
2007-06-16constifyDamien Bergamini
2007-06-11adds 802.11e EDCA tables for QAPs and non-AP QSTAs.Damien Bergamini
2007-06-07expand the IEEE80211_NODE_{LOCK,UNLOCK}* macros into their respectiveDamien Bergamini
2007-06-06The license permits us to redistribute this code under the BSD or the GPLv2.Damien Bergamini
2006-11-15s/roundup/howmany/ where it makes sense.Damien Bergamini
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-06-27add the net80211 hostap options "nwflag hidenwid" for hidden SSID modeReyk Floeter
2006-06-24ieee80211_cfgget() and ieee80211_cfgset() are dead; ok jsgTheo de Raadt
2006-06-23add an optional max_rssi attribute to the ieee80211com structure andReyk Floeter
2006-06-18Improve 802.11b/g interoperability and move toward better complianceDamien Bergamini
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
2005-09-08mostly knfReyk Floeter
2005-09-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan Gray
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-05-13do { } while (0) wrappers on debug printf macros. ok reyk@Jonathan Gray
2005-04-21scan the next mode if nothing has been found. this is necessary if theReyk Floeter
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2004-12-25in real C, there is not , after the last enum entry; ok reykTheo de Raadt
2004-12-06add a flag that lets a wireless card indicate it can receive probe responsesDavid Gwynne
2004-11-02some changes merged in from netbsd. ieee80211_regdomain.# will be usedReyk Floeter
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller