summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement missing bits of node inactivity accounting in hostap mode.stsp2012-01-211-2/+3
* move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL insteaddamien2009-03-261-3/+1
* sync with 802.11w draft 8.0.damien2009-03-261-2/+2
* Block Ack agreements are unidirectional.damien2009-01-281-9/+20
* In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr)damien2009-01-281-6/+6
* move ni_macaddr field at the top of the ieee80211_node structure.damien2009-01-261-6/+6
* remove ni_ba field from ieee80211_node structure as it is not used yet.damien2009-01-261-1/+3
* Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:damien2009-01-261-2/+47
* Add an ieee80211_notify_dtim() function that drivers should call afterdamien2008-12-141-1/+2
* Initial implementation of PMKSA caching and pre-authentication.damien2008-09-271-10/+14
* move code to support Frequency-Hopping spread spectrum (FHSS) PHYsdamien2008-08-291-3/+1
* process IGTK KDEs in EAPOL-Key frames and install integrity group keysdamien2008-08-121-6/+10
* typo in a comment. no binary change.damien2008-08-021-2/+2
* Drop frames that are received unencrypted when WEP is on or whendamien2008-08-021-2/+6
* sanitize RX path a bit.damien2008-07-271-1/+8
* move ieee80211_auth_open() to ieee80211_proto.cdamien2008-04-211-1/+3
* Kernel implementation of the 4-way handshake and group-keydamien2008-04-161-16/+23
* Revert last commit which added ieee80211_rate2plcp() andmglocker2007-11-031-2/+1
* Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions.mglocker2007-11-011-1/+2
* rework ieee80211_recv_4way_msg2() function.damien2007-08-271-1/+26
* Checking the MIC early in ieee80211_recv_eapol() does not work fordamien2007-08-271-2/+1
* add a ni_eapol_desc field to struct ieee80211_node to know whetherdamien2007-08-031-1/+2
* add generic ieee80211_encrypt() and ieee80211_decrypt() functions thatdamien2007-08-011-1/+2
* PMKID KDE is optionnal in message 1 of the 4-way handshake (at leastdamien2007-08-011-1/+2
* add a couple of fields to the ieee80211_node structure to manage RSNdamien2007-07-281-1/+10
* remove remaining bits for pre-RSNA shared authmode support.damien2007-07-061-2/+1
* add a function that builds an RSN IE (ieee80211_add_rsn).damien2007-07-031-2/+8
* keep track of the Tx/Rx sequence numbers for each TID in thedamien2007-06-171-1/+4
* ieee80211_lookup_node() does not exist.damien2007-06-161-3/+1
* constifydamien2007-06-161-12/+14
* expand the IEEE80211_NODE_{LOCK,UNLOCK}* macros into their respectivedamien2007-06-071-10/+1
* The license permits us to redistribute this code under the BSD or the GPLv2.damien2007-06-061-5/+1
* do not have each net80211 driver define its own rates structures. if they usederaadt2006-11-261-1/+5
* Improve 802.11b/g interoperability and move toward better compliancedamien2006-06-181-1/+4
* replace the node hash table with a red-black tree. this fixes somereyk2005-09-131-10/+10
* mostly knfreyk2005-09-081-7/+7
* reset the scan state for each new modereyk2005-09-081-1/+2
* Remove FreeBSD/NetBSD ifdef mess. We are not likely to bejsg2005-09-071-26/+1
* add ifconfig -M option to replace wicontrol -L and -l for ap scanningreyk2005-05-251-4/+1
* derived from NetBSD:reyk2005-02-171-3/+24
* some changes merged in from netbsd. ieee80211_regdomain.# will be usedreyk2004-11-021-1/+19
* Import current NetBSD/FreeBSD 802.11 framework.millert2004-06-221-0/+206