Age | Commit message (Expand) | Author |
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 |
2016-01-04 | Don't return 11n mode from ieee80211_chan2mode() so we can switch into | Stefan Sperling |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-15 | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. | Stefan Sperling |
2015-11-15 | Parse 11n HT capabilities and operational info from association response | Stefan Sperling |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-23 | unifdef some more INET. v4 4life. | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |