Age | Commit message (Expand) | Author |
2019-12-27 | Don't start background scans before WPA handshake has completed. | Stefan Sperling |
2019-11-15 | Whitespace removal, no code change. | Mike Larkin |
2019-11-09 | Give access points which fail to AUTH or ASSOC less priority during | Stefan Sperling |
2019-11-06 | Raise net80211's "beacon miss" threshold to avoid frequent re-connects | Stefan Sperling |
2019-09-02 | Reset the current wireless PHY mode to 'auto' when a scan begins if we | Stefan Sperling |
2019-07-29 | Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver. | Stefan Sperling |
2019-06-10 | Revised version of 'ifconfig mode' command fix. | Stefan Sperling |
2019-05-31 | Revert my "Repair the 'ifconfig mode' command" commit. | Stefan Sperling |
2019-05-29 | Repair the 'ifconfig mode' command. | Stefan Sperling |
2019-05-21 | Fix out-of-bounds array access in ieee80211_setbasicrates(); CID 1479607 | 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-09-11 | Nuke unused LIST() ieee80211com_head. | Kenneth R Westerback |
2018-07-11 | Disambiguate the source of panics in sys/net* by adding __func__ | Nayden Markatchev |
2018-04-28 | When starting a background scan, free the nodes table to ensure we | Stefan Sperling |
2018-04-26 | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. | Paul Irofti |
2018-04-20 | remove the background scan timeout on detach, so we don't crash shortly | Jonathan Matthew |
2017-12-12 | Make ieee80211_chan2ieee() panic if a bogus channel pointer is detected. | Stefan Sperling |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-09-05 | When selecting the next wireless mode during the scan loop, always select | Stefan Sperling |
2017-06-20 | Initialize the link state of a wireless interface to DOWN when the | Stefan Sperling |
2017-05-31 | The net80211 stack was providing a 'beacon miss timeout' value (in ms) | Stefan Sperling |
2017-05-30 | Improve the new ieee80211_{min,max}_rates() APIs and fix regressions. | Stefan Sperling |
2017-05-30 | Introduce ieee80211_min_basic_rate() and ieee80211_max_basic_rate(). | Stefan Sperling |
2016-01-13 | Fix fallout from turbo mode removal commit: Channel initialization | Stefan Sperling |
2016-01-12 | Remove wireless turbo mode support. It is a non-standard extension | 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 |
2016-01-04 | Skip over 11n mode during scanning to avoid scanning channels more than once. | Stefan Sperling |
2015-12-18 | Fix out of bounds array access in ieee80211_setbasicrates(). | Stefan Sperling |
2015-12-16 | Don't forget about monitor mode while building the ifmedia list | Stefan Sperling |
2015-11-27 | correct logic for a IEEE80211_MODE_11N test | Jonathan Gray |
2015-11-15 | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. | Stefan Sperling |
2015-11-15 | IEEE80211_MODE_MAX has been raised to include 11n mode so make sure that | Stefan Sperling |
2015-11-15 | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct | Stefan Sperling |
2015-10-17 | Spell all "unexpected mode %u" panics in lower case, not just one of them. | Stefan Sperling |
2015-09-27 | Add ieee80211_channel_init(), factored out from ieee80211_ifattach(). | Stefan Sperling |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
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-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-08-08 | use nitems() instead of various local constructs | Jasper Lievisse Adriaanse |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2009-11-21 | when wpa is enabled, defer setting the link up until the 802.1X | Damien Bergamini |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-06-03 | make wireless interfaces priority 4 by default. other interfaces remain | Bob Beck |
2008-08-29 | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-07-27 | s/IEEE80211_DPRINTF/DPRINTF/ | Damien Bergamini |