Age | Commit message (Expand) | Author |
2018-09-01 | Make 'ifconfig nwid' override 'ifconfig join'. | Stefan Sperling |
2018-08-15 | Update AP selection heuristics for auto-join. | Stefan Sperling |
2018-08-13 | Add support for band-steering access points to net80211. | Stefan Sperling |
2018-08-11 | Add comment explaining why we read basic MCS set only from beacon/probereq. | Stefan Sperling |
2018-08-07 | Ignore basic MCS set information found in association responses. | Stefan Sperling |
2018-08-06 | Fix debug message in ieee80211_auth_open(): s/reason/status/ | Stefan Sperling |
2018-08-06 | make ifconfig <if> join display the list of networks configured for | Sebastian Benoit |
2018-08-06 | Refactor ieee80211_add_ess(): | Stefan Sperling |
2018-08-06 | Do not set nwid over and over again. We just found the ess by comparing | Florian Obser |
2018-08-03 | revert 1.133 and part of 1.131 | Peter Hessler |
2018-07-30 | Don't ask drivers to join a wifi network before an AP has been chosen. | Stefan Sperling |
2018-07-19 | ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is always | Florian Obser |
2018-07-16 | the AP sends their crypto parameters as a mask, so let us still select it | Peter Hessler |
2018-07-16 | don't save or use auto-join when the card is not in station (aka client) mode | Peter Hessler |
2018-07-13 | Some more checks before auto-join switches networks. | Peter Hessler |
2018-07-11 | Disambiguate the source of panics in sys/net* by adding __func__ | Nayden Markatchev |
2018-07-11 | Introduce 'auto-join' to the wifi 802.11 stack. | Peter Hessler |
2018-05-23 | add missing newlines for debug printfs | Peter Hessler |
2018-05-05 | On 5GHz channels, keep the most recent RSSI measurement from a probe | Stefan Sperling |
2018-04-29 | Don't bother with background scans while the desired BSSID is fixed. | Stefan Sperling |
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-28 | Fix WEP key selection in ieee80211_get_txkey(). | Stefan Sperling |
2018-04-28 | If ieee80211_encrypt() is passed a key with an unrecognized cipher | Stefan Sperling |
2018-04-27 | If a wifi driver does not provide an ic_bgscan_start() function there is no | Stefan Sperling |
2018-04-27 | Fix WEP. | Stefan Sperling |
2018-04-27 | Fix the scan loop: We were only looking for an AP once and stopped | 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 |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
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 |
2018-02-05 | Add a new function hook to struct ieee80211com which wireless drivers | Stefan Sperling |
2017-12-21 | Call if_start() directly to send the EAPOL key. | Martin Pieuchot |
2017-12-14 | My previous commit broke the ramdisk build; fix it | Stefan Sperling |
2017-12-14 | Stop printing debug info about stations leaving a wifi network when | Stefan Sperling |
2017-12-12 | Only trigger background scans while we are in RUN state, and do not update | Stefan Sperling |
2017-12-12 | Make ieee80211_chan2ieee() panic if a bogus channel pointer is detected. | Stefan Sperling |
2017-12-12 | Make IEEE80211_CHAN_ANYC be a NULL pointer instead of a pointer to 0xffff. | Stefan Sperling |
2017-12-12 | Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80211_node_checkrssi(). | Stefan Sperling |
2017-12-12 | Allow interfaces that aren't SCANNALLBAND drivers to benefit from the | Peter Hessler |
2017-12-12 | Fix the behavior of preferring weaker-but-still-good 5Ghz APs over | Joshua Stein |
2017-12-11 | Omit the PMKID count field from RSN information elements (IE) if the PMKID | Stefan Sperling |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-11-27 | Stop reporting WPA and WEP keys back to userland. | Stefan Sperling |
2017-11-06 | move a function declaration, so the whole net80211 stack can disable wep or wpa | Peter Hessler |
2017-11-05 | Changing nwid on a wifi network means it is a new network, so clear the | Peter Hessler |
2017-10-29 | Kill unused members using forward declaration only types. | Martin Pieuchot |
2017-10-27 | Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009. | Jonathan Gray |