summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of HT protection for 'mode 11n' hostap.stsp2019-03-011-3/+5
* Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.stsp2019-02-191-2/+34
* Move 802.11n rateset definitions out of MiRA and make them available tostsp2019-01-231-1/+56
* Add support for band-steering access points to net80211.stsp2018-08-131-1/+4
* Ignore basic MCS set information found in association responses.stsp2018-08-071-2/+2
* Introduce 'auto-join' to the wifi 802.11 stack.phessler2018-07-111-1/+15
* When starting a background scan, free the nodes table to ensure westsp2018-04-281-2/+2
* convert __inline to inlinephessler2018-02-061-5/+5
* convert the test if a node support HT (aka, 11n) into an inline function,phessler2018-02-061-1/+12
* remove extern from function prototypes, remove some variable names, and aphessler2018-02-061-36/+33
* Add support for background scanning to net80211 and iwm(4).stsp2017-12-081-1/+7
* Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPAstsp2017-08-171-1/+2
* Introduce separate fields for supported WPA protocols and AKMs in structstsp2017-03-121-1/+3
* In 11n hostap mode, dynamically adjust HT protection settings based onstsp2017-03-041-3/+2
* Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.stsp2017-03-011-1/+10
* Remove global counters from struct ieee80211com which track the number ofstsp2017-02-021-2/+6
* When a HT node leaves or reassociates as a non-HT node,stsp2017-01-091-1/+2
* When processing an ADDBA request, iwm(4) runs a task which sends astsp2016-09-211-1/+3
* Parse the DTIM count and period advertised in beacons and store themstsp2016-09-201-2/+3
* move from RB macros to the RBT functions.dlg2016-09-151-4/+4
* Reduce block ack gap timeout to 300 msec in order to reduce Rx latency.stsp2016-04-281-2/+2
* Fix whitespace.stsp2016-02-111-4/+4
* Stop requiring a BlockAck session timeout (again), and just use it if the APstsp2016-02-081-4/+1
* Work around buggy APs which occasionally emit sequence numbers much higherstsp2016-02-081-1/+7
* Store ADDBA request and response parameters in the block ack record ofstsp2016-02-051-1/+5
* Restore the BlockAck session timer. It is still required to work aroundstsp2016-02-041-1/+4
* Stop requiring a BlockAck session timeout. We still honour the timeout ifstsp2016-02-011-4/+1
* Don't try to interpret htprot data if the last beacon didn't contain such data.stsp2016-01-251-2/+2
* Make the A-MPDU reordering buffer more resilient against APs which dropstsp2016-01-071-4/+9
* Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modestsp2016-01-051-5/+1
* Finish support for receiving 11n A-MPDUs.stsp2015-12-121-3/+3
* Expose 11n mode to the ifmedia layer and introduce the concept of MCS.stsp2015-11-151-1/+3
* Extend struct ieee80211_node with fields for 11n STA HT capabilities andstsp2015-11-151-1/+26
* replace the ifqueues in net80211 with mbuf_queues.dlg2015-11-041-2/+2
* Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodessthen2014-09-121-1/+2
* Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the addressmpi2014-03-201-1/+3
* Make ieee80211_set_tim() available from outside of ieee80211_node.cclaudio2013-03-241-1/+2
* Make the ieee80211_node_incref() macro a static inline function, as itsstsp2012-11-071-9/+14
* 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