Age | Commit message (Expand) | Author |
2022-03-20 | Introduce an alternative mechanism for wifi drivers to communicate | Stefan Sperling |
2022-03-19 | Add 11ac/VHT Tx rate adaptation support to net80211. | Stefan Sperling |
2022-03-14 | Add initial 802.11ac (VHT) support to net80211. | Stefan Sperling |
2022-01-12 | Remove ieee80211_find_node_for_beacon(). | Stefan Sperling |
2021-12-03 | Introduce an optional driver-specific bgscan_done() handler which | Stefan Sperling |
2021-10-11 | Add support for 40MHz channels to net80211 RA. | Stefan Sperling |
2021-04-25 | Implement support for Rx aggregation offload in iwm(9) and iwx(4), and | Stefan Sperling |
2020-07-21 | Improve processing of lost frames during 802.11 Rx aggregation. | Stefan Sperling |
2020-05-31 | Typo in WPA supplicant state machine: RNSA_SUPP_PTKDONE -> RSNA_SUPP_PTKDONE | Stefan Sperling |
2020-01-15 | If join is connected to an AP, remove the node from the cache so we properly | Peter Hessler |
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 |