Age | Commit message (Expand) | Author |
2019-12-29 | increase net80211's node cache size; now we can see all APs at 36c3 | Stefan Sperling |
2019-09-02 | Make net80211 expose reasons for association failures to userland and have | Stefan Sperling |
2019-08-27 | Keep ieee80211_node structures cached across scans, rather than | Stefan Sperling |
2019-07-29 | Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver. | Stefan Sperling |
2019-03-01 | Improve handling of HT protection for 'mode 11n' hostap. | Stefan Sperling |
2019-02-19 | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. | Stefan Sperling |
2019-01-23 | Move 802.11n rateset definitions out of MiRA and make them available to | Stefan Sperling |
2018-08-13 | Add support for band-steering access points to net80211. | Stefan Sperling |
2018-08-07 | Ignore basic MCS set information found in association responses. | Stefan Sperling |
2018-07-11 | Introduce 'auto-join' to the wifi 802.11 stack. | Peter Hessler |
2018-04-28 | When starting a background scan, free the nodes table to ensure we | Stefan Sperling |
2018-02-06 | convert __inline to inline | Peter Hessler |
2018-02-06 | convert the test if a node support HT (aka, 11n) into an inline function, | Peter Hessler |
2018-02-06 | remove extern from function prototypes, remove some variable names, and a | Peter Hessler |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-08-17 | Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA | Stefan Sperling |
2017-03-12 | Introduce separate fields for supported WPA protocols and AKMs in struct | Stefan Sperling |
2017-03-04 | In 11n hostap mode, dynamically adjust HT protection settings based on | Stefan Sperling |
2017-03-01 | Fix a bug allowing a man-in-the-middle attack against WPA wireless clients. | Stefan Sperling |
2017-02-02 | Remove global counters from struct ieee80211com which track the number of | Stefan Sperling |
2017-01-09 | When a HT node leaves or reassociates as a non-HT node, | Stefan Sperling |
2016-09-21 | When processing an ADDBA request, iwm(4) runs a task which sends a | Stefan Sperling |
2016-09-20 | Parse the DTIM count and period advertised in beacons and store them | Stefan Sperling |
2016-09-15 | move from RB macros to the RBT functions. | David Gwynne |
2016-04-28 | Reduce block ack gap timeout to 300 msec in order to reduce Rx latency. | Stefan Sperling |
2016-02-11 | Fix whitespace. | Stefan Sperling |
2016-02-08 | Stop requiring a BlockAck session timeout (again), and just use it if the AP | Stefan Sperling |
2016-02-08 | Work around buggy APs which occasionally emit sequence numbers much higher | Stefan Sperling |
2016-02-05 | Store ADDBA request and response parameters in the block ack record of | Stefan Sperling |
2016-02-04 | Restore the BlockAck session timer. It is still required to work around | Stefan Sperling |
2016-02-01 | Stop requiring a BlockAck session timeout. We still honour the timeout if | Stefan Sperling |
2016-01-25 | Don't try to interpret htprot data if the last beacon didn't contain such data. | Stefan Sperling |
2016-01-07 | Make the A-MPDU reordering buffer more resilient against APs which drop | Stefan Sperling |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2015-12-12 | Finish support for receiving 11n A-MPDUs. | Stefan Sperling |
2015-11-15 | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. | Stefan Sperling |
2015-11-15 | Extend struct ieee80211_node with fields for 11n STA HT capabilities and | Stefan Sperling |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2014-09-12 | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes | Stuart Henderson |
2014-03-20 | Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address | Martin Pieuchot |
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 |