Age | Commit message (Expand) | Author |
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 |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-10-21 | Make ieee80211_classify() available in a header so we can make the | Patrick Wildt |
2017-10-16 | Add comments which document already fixed WPA attack vectors. | Stefan Sperling |
2017-09-05 | When starting a new scan always set the mode to AUTO if the driver scans | Stefan Sperling |
2017-09-05 | When selecting the next wireless mode during the scan loop, always select | Stefan Sperling |
2017-09-04 | If a beacon is received in RUN state, reset the management timer. | Stefan Sperling |
2017-08-18 | Clear WPA group keys from memory before initiating a key exchange | Stefan Sperling |
2017-08-17 | Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA | Stefan Sperling |
2017-08-04 | Compile a debug printf in ieee80211_match_bss() by default, previously | Stefan Sperling |
2017-08-04 | Remove ieee80211_input_print() which printed information about received | 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-07-22 | Fix length checks in EAPOL key frame parsing. | Stefan Sperling |
2017-07-19 | Plug an information leak in ieee80211_node2req(). | Stefan Sperling |
2017-07-19 | Improve the heuristic which selects 5GHz APs over 2GHz APs. | Stefan Sperling |
2017-07-02 | Add the definition of IEEE80211_DUR_DS_SHSLOT. | Kevin Lo |
2017-06-20 | Initialize the link state of a wireless interface to DOWN when the | Stefan Sperling |
2017-06-04 | Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightly | Theo Buehler |
2017-06-03 | Add a few sizes to free(). | Theo Buehler |
2017-06-03 | Explicitly zero out the wepseed for TKIP and WEP. | Theo Buehler |
2017-06-02 | Scale the missed beacon counter threshold to the AP's beacon interval. | 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 |
2017-05-30 | Always set the link state DOWN once we enter ieee80211_newstate(), regardless | Stefan Sperling |
2017-05-02 | Switch 802.11 crypto over to the new AES | Mike Belopuhov |
2017-05-02 | Fix a problem with associating to wifi networks with a hidden SSID. | Stefan Sperling |
2017-04-23 | Handle unequal numbers of Tx and Rx streams in MiRA. | Stefan Sperling |