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
2010-07-19
in hostap mode, notify drivers via a new callback when a STA leaves
Damien Bergamini
2009-05-19
prevent injection of raw 802.11 control frames through bpf on drivers
Damien Bergamini
2009-03-26
move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL instead
Damien Bergamini
2009-02-08
initial 802.11 defragmentation bits.
Damien Bergamini
2009-01-28
Block Ack agreements are unidirectional.
Damien Bergamini
2009-01-26
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
Damien Bergamini
2008-11-13
use different TSCs when sending the two MIC failure report frames
Damien Miller
2008-09-27
Initial implementation of PMKSA caching and pre-authentication.
Damien Bergamini
2008-09-08
define IEEE80211_STA_ONLY if SMALL_KERNEL is defined to shrink
Jonathan Gray
2008-09-01
add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack,
Damien Bergamini
2008-09-01
rework previously unused ieee80211_pwrsave() function, call it from
Damien Bergamini
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
[next]