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_proto.c
Age
Commit message (
Expand
)
Author
2012-01-18
Don't unconditionally allocate new nodes in the hostap auth frame input path.
Stefan Sperling
2011-02-21
Fix stats about node allocation failures.
Stefan Sperling
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-07-28
Suspending drivers need to do as little as possible in here, so when the
Theo de Raadt
2010-06-05
when rekeying the GTK/IGTK, send the new key to clients, not the
Damien Bergamini
2009-11-21
when wpa is enabled, defer setting the link up until the 802.1X
Damien Bergamini
2009-03-26
sync with 802.11w draft 8.0.
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-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-09-27
Initial implementation of PMKSA caching and pre-authentication.
Damien Bergamini
2008-08-29
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-08-14
put ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUG
Damien Bergamini
2008-08-12
clear Tx_Rx protection bits properly.
Damien Bergamini
2008-08-12
generate a random IGTK in HostAP mode if we're MFP-capable.
Damien Bergamini
2008-08-12
Change the way we process EAPOL-Key frames.
Damien Bergamini
2008-08-12
get rid of the map_ptk()/map_gtk() functions, just inline them
Damien Bergamini
2008-07-27
s/IEEE80211_DPRINTF/DPRINTF/
Damien Bergamini
2008-07-26
shrink ieee80211_set_link_state().
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-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2008-04-21
move ieee80211_auth_open() to ieee80211_proto.c
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2007-10-08
Get trunk(4) working again with 802.11 devices. Spotted by ajacoutot@.
Marcus Glocker
2007-07-28
adds functions to parse and to build EAPOL-Key frames used in
Damien Bergamini
2007-07-04
add subtype "Action" for management frames.
Damien Bergamini
2007-06-16
remove stupid macro.
Damien Bergamini
2007-06-16
constify
Damien Bergamini
2007-06-16
de-static
Damien Bergamini
2007-06-06
The license permits us to redistribute this code under the BSD or the GPLv2.
Damien Bergamini
2007-02-14
FALLTHRU -> FALLTHROUGH for consistency.
Jonathan Gray
2006-12-25
print the phy mode in IFF_DEBUG status output which helps to debug
Reyk Floeter
2006-08-29
Change the way ieee80211_fix_rate() handles the IEEE80211_F_DOFRATE flag.
Damien Bergamini
2006-08-19
move computation of mbps after checking the value of ni->ni_txrate
Damien Bergamini
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-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-09-08
Remove FreeBSD if_printf compat function from net80211.
Jonathan Gray
2005-09-07
Remove FreeBSD/NetBSD ifdef mess. We are not likely to be
Jonathan Gray
2005-03-13
fix whitespace
Reyk Floeter
2005-02-17
derived from NetBSD:
Reyk Floeter
2004-07-04
fix a NetBSDism and a pasto left over from the import; ok millert@
Christian Weisgerber
2004-06-22
Import current NetBSD/FreeBSD 802.11 framework.
Todd C. Miller