summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2017-12-12Make IEEE80211_CHAN_ANYC be a NULL pointer instead of a pointer to 0xffff.Stefan Sperling
2017-12-12Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80211_node_checkrssi().Stefan Sperling
2017-12-12Allow interfaces that aren't SCANNALLBAND drivers to benefit from thePeter Hessler
2017-12-12Fix the behavior of preferring weaker-but-still-good 5Ghz APs overJoshua Stein
2017-12-11Omit the PMKID count field from RSN information elements (IE) if the PMKIDStefan Sperling
2017-12-08Add support for background scanning to net80211 and iwm(4).Stefan Sperling
2017-11-27Stop reporting WPA and WEP keys back to userland.Stefan Sperling
2017-11-06move a function declaration, so the whole net80211 stack can disable wep or wpaPeter Hessler
2017-11-05Changing nwid on a wifi network means it is a new network, so clear thePeter Hessler
2017-10-29Kill unused members using forward declaration only types.Martin Pieuchot
2017-10-27Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009.Jonathan Gray
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-10-21Make ieee80211_classify() available in a header so we can make thePatrick Wildt
2017-10-16Add comments which document already fixed WPA attack vectors.Stefan Sperling
2017-09-05When starting a new scan always set the mode to AUTO if the driver scansStefan Sperling
2017-09-05When selecting the next wireless mode during the scan loop, always selectStefan Sperling
2017-09-04If a beacon is received in RUN state, reset the management timer.Stefan Sperling
2017-08-18Clear WPA group keys from memory before initiating a key exchangeStefan Sperling
2017-08-17Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPAStefan Sperling
2017-08-04Compile a debug printf in ieee80211_match_bss() by default, previouslyStefan Sperling
2017-08-04Remove ieee80211_input_print() which printed information about receivedStefan Sperling
2017-08-04Show net80211 state transitions in desmg if 'ifconfig debug' was used.Stefan Sperling
2017-07-22Make the kernel panic if an invalid state transition occurs in net80211.Stefan Sperling
2017-07-22Fix length checks in EAPOL key frame parsing.Stefan Sperling
2017-07-19Plug an information leak in ieee80211_node2req().Stefan Sperling
2017-07-19Improve the heuristic which selects 5GHz APs over 2GHz APs.Stefan Sperling
2017-07-02Add the definition of IEEE80211_DUR_DS_SHSLOT.Kevin Lo
2017-06-20Initialize the link state of a wireless interface to DOWN when theStefan Sperling
2017-06-04Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightlyTheo Buehler
2017-06-03Add a few sizes to free().Theo Buehler
2017-06-03Explicitly zero out the wepseed for TKIP and WEP.Theo Buehler
2017-06-02Scale the missed beacon counter threshold to the AP's beacon interval.Stefan Sperling
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-30Improve the new ieee80211_{min,max}_rates() APIs and fix regressions.Stefan Sperling
2017-05-30Introduce ieee80211_min_basic_rate() and ieee80211_max_basic_rate().Stefan Sperling
2017-05-30Always set the link state DOWN once we enter ieee80211_newstate(), regardlessStefan Sperling
2017-05-02Switch 802.11 crypto over to the new AESMike Belopuhov
2017-05-02Fix a problem with associating to wifi networks with a hidden SSID.Stefan Sperling
2017-04-23Handle unequal numbers of Tx and Rx streams in MiRA.Stefan Sperling
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-09Convert a malloc(9) to mallocarray(9)David Hill
2017-03-23Use explicit_bzero() to wipe out key material and add some sizes to free().Theo Buehler
2017-03-21When a new WPA key is set while WEP is enabled, disable WEP,Stefan Sperling
2017-03-13Make 'ifconfig scan' show WPA information for other APs correctly whileStefan Sperling
2017-03-12Introduce separate fields for supported WPA protocols and AKMs in structStefan Sperling
2017-03-11Make 'ifconfig scan' display AP encryption correctly if WEP is configuredStefan Sperling
2017-03-04In 11n hostap mode, dynamically adjust HT protection settings based onStefan Sperling
2017-03-02Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minuteStefan Sperling
2017-03-01Fix some DPRINTFs I just added to ieee80211_pae_input.c.Stefan Sperling