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
2013-03-24
Make ieee80211_set_tim() available from outside of ieee80211_node.c
Claudio Jeker
2012-11-07
Make the ieee80211_node_incref() macro a static inline function, as its
Stefan Sperling
2012-01-21
Implement missing bits of node inactivity accounting in hostap mode.
Stefan Sperling
2009-03-26
move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL instead
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-28
In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr)
Damien Bergamini
2009-01-26
move ni_macaddr field at the top of the ieee80211_node structure.
Damien Bergamini
2009-01-26
remove ni_ba field from ieee80211_node structure as it is not used yet.
Damien Bergamini
2009-01-26
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
Damien Bergamini
2008-12-14
Add an ieee80211_notify_dtim() function that drivers should call after
Damien Bergamini
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-12
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
Damien Bergamini
2008-08-02
typo in a comment. no binary change.
Damien Bergamini
2008-08-02
Drop frames that are received unencrypted when WEP is on or when
Damien Bergamini
2008-07-27
sanitize RX path a bit.
Damien Bergamini
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-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