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_node.h
Age
Commit message (
Expand
)
Author
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-27
rework ieee80211_recv_4way_msg2() function.
Damien Bergamini
2007-08-27
Checking the MIC early in ieee80211_recv_eapol() does not work for
Damien Bergamini
2007-08-03
add a ni_eapol_desc field to struct ieee80211_node to know whether
Damien Bergamini
2007-08-01
add generic ieee80211_encrypt() and ieee80211_decrypt() functions that
Damien Bergamini
2007-08-01
PMKID KDE is optionnal in message 1 of the 4-way handshake (at least
Damien Bergamini
2007-07-28
add a couple of fields to the ieee80211_node structure to manage RSN
Damien Bergamini
2007-07-06
remove remaining bits for pre-RSNA shared authmode support.
Damien Bergamini
2007-07-03
add a function that builds an RSN IE (ieee80211_add_rsn).
Damien Bergamini
2007-06-17
keep track of the Tx/Rx sequence numbers for each TID in the
Damien Bergamini
2007-06-16
ieee80211_lookup_node() does not exist.
Damien Bergamini
2007-06-16
constify
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-26
do not have each net80211 driver define its own rates structures. if they use
Theo de Raadt
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
reset the scan state for each new mode
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-02-17
derived from NetBSD:
Reyk Floeter
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