Age | Commit message (Expand) | Author |
2021-12-05 | Defer rtm_80211info() call from ieee80211_set_link_state() to a task context. | 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-09-23 | Revert ieee80211_proto.c r1.97 (cvs commit ID 8vKZsdvvkjTr5BG5). | Stefan Sperling |
2021-09-23 | Add an ADDBA_OFFLOAD capability for wifi devices manage Tx block ack | Stefan Sperling |
2021-04-25 | Implement support for Rx aggregation offload in iwm(9) and iwx(4), and | Stefan Sperling |
2020-12-09 | Disable A-MSDU support again. | Stefan Sperling |
2020-12-08 | Enable 802.11 A-MSDU support again. It was disabled some time ago but | Stefan Sperling |
2020-11-19 | Always check for EBUSY when the return value of ic_set_key() is tested. | Kenneth R Westerback |
2020-05-29 | If no station happens to be associated when ieee80211_setkeys() runs then | Stefan Sperling |
2020-05-29 | In hostap mode, after completing a new group key handshake with all | Stefan Sperling |
2019-11-06 | Raise net80211's "beacon miss" threshold to avoid frequent re-connects | Stefan Sperling |
2019-09-02 | Make net80211 expose reasons for association failures to userland and have | Stefan Sperling |
2019-07-29 | Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver. | Stefan Sperling |
2019-02-27 | Back in 2016 we enabled RTS threshold by default because it apparently | Stefan Sperling |
2019-01-23 | Move 802.11n rateset definitions out of MiRA and make them available to | Stefan Sperling |
2018-11-12 | Add new routing socket message RTM_80211INFO to provide details of | Kenneth R Westerback |
2018-09-11 | Nuke some trailing spaces that wandered into the | Kenneth R Westerback |
2018-08-13 | Add support for band-steering access points to net80211. | Stefan Sperling |
2018-08-06 | Fix debug message in ieee80211_auth_open(): s/reason/status/ | Stefan Sperling |
2018-05-23 | add missing newlines for debug printfs | Peter Hessler |
2018-04-29 | INIT->RUN transitions are valid in monitor mode, so don't | Stefan Sperling |
2018-04-28 | When starting a background scan, free the nodes table to ensure we | Stefan Sperling |
2018-04-27 | Fix WEP. | Stefan Sperling |
2018-02-06 | convert the test if a node support HT (aka, 11n) into an inline function, | Peter Hessler |
2018-02-05 | Add a new function hook to struct ieee80211com which wireless drivers | Stefan Sperling |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-08-18 | Clear WPA group keys from memory before initiating a key exchange | Stefan Sperling |
2017-08-04 | Show net80211 state transitions in desmg if 'ifconfig debug' was used. | Stefan Sperling |
2017-07-22 | Make the kernel panic if an invalid state transition occurs in net80211. | Stefan Sperling |
2017-06-03 | Add a few sizes to free(). | Theo Buehler |
2017-06-02 | Scale the missed beacon counter threshold to the AP's beacon interval. | Stefan Sperling |
2017-05-30 | Always set the link state DOWN once we enter ieee80211_newstate(), regardless | Stefan Sperling |
2017-03-02 | Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minute | Stefan Sperling |
2017-03-01 | Fix a bug allowing a man-in-the-middle attack against WPA wireless clients. | Stefan Sperling |
2017-02-07 | Enable the short slot time feature in 802.11n mode. | Stefan Sperling |
2017-02-02 | Remove global counters from struct ieee80211com which track the number of | Stefan Sperling |
2016-12-26 | Allow using 11n mode with APs that do not advertise support for all of MCS 0-7. | Stefan Sperling |
2016-09-15 | move from RB macros to the RBT functions. | David Gwynne |
2016-07-20 | In net80211, enable RTS for frames above a particular size (currently 512 | Stefan Sperling |
2016-05-18 | In hostap mode, don't re-use association IDs (AIDs) of nodes which are | Stefan Sperling |
2016-04-27 | Add some stat counters for events related to 802.11n. | Stefan Sperling |
2016-04-12 | Call if_enqueue() and if_start() instead of dereferencing the ifp | Martin Pieuchot |
2016-02-08 | Stop requiring a BlockAck session timeout (again), and just use it if the AP | 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-12 | Remove wireless turbo mode support. It is a non-standard extension | 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 |