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