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
2008-08-29
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
Damien Bergamini
2008-08-29
garbage collect unused capabilities and configurations flags.
Damien Bergamini
2008-08-27
move definitions of channels attributes away from ieee80211.h such
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-08-12
nuke unused fields.
Damien Bergamini
2008-08-12
add IEEE80211_F_MFPR config flags (management frame protection required)
Damien Bergamini
2008-08-12
extend the ic_nw_keys[] array to 6 elements.
Damien Bergamini
2008-08-12
Change the way we process EAPOL-Key frames.
Damien Bergamini
2008-07-28
ignore PS mode changes and PS-Poll from non-associated STAs.
Damien Bergamini
2008-07-27
sanitize RX path a bit.
Damien Bergamini
2008-07-21
add ieee80211_priv.h file: contains definitions private to net80211.
Damien Bergamini
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2007-11-17
make it clear in the code and in the man page that the rate2plcp and
Damien Bergamini
2007-11-14
Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, which
Marcus Glocker
2007-11-03
Revert last commit which added ieee80211_rate2plcp() and
Marcus Glocker
2007-11-01
Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions.
Marcus Glocker
2007-08-22
- add k_rxmic and k_txmic fields to struct ieee80211_key to store the
Damien Bergamini
2007-07-28
add callbacks that drivers must implement to install/reset keys.
Damien Bergamini
2007-07-24
add ic_globalcnt to struct ieee80211com:
Damien Bergamini
2007-07-18
replace the ieee80211_wepkey structure with a more generic ieee80211_key
Damien Bergamini
2007-07-05
split ieee80211_add_rsn() so that the code can be reused for
Damien Bergamini
2007-07-04
add RSN flags for ic_caps and ic_flags.
Damien Bergamini
2007-07-03
maintain the traffic-indication (TIM) virtual bitmap by defining
Damien Bergamini
2007-07-02
initial bits for proper TIM support.
Damien Bergamini
2007-06-21
add (currently unused) code to parse RSN IEs.
Damien Bergamini
2007-06-21
add fields for EDCA.
Damien Bergamini
2007-06-17
Add a new capability flag IEEE80211_C_QOS indicating that the driver
Damien Bergamini
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