summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2018-05-23add missing newlines for debug printfsPeter Hessler
2018-05-05On 5GHz channels, keep the most recent RSSI measurement from a probeStefan Sperling
2018-04-29Don't bother with background scans while the desired BSSID is fixed.Stefan Sperling
2018-04-29INIT->RUN transitions are valid in monitor mode, so don'tStefan Sperling
2018-04-28When starting a background scan, free the nodes table to ensure weStefan Sperling
2018-04-28Fix WEP key selection in ieee80211_get_txkey().Stefan Sperling
2018-04-28If ieee80211_encrypt() is passed a key with an unrecognized cipherStefan Sperling
2018-04-27If a wifi driver does not provide an ic_bgscan_start() function there is noStefan Sperling
2018-04-27Fix WEP.Stefan Sperling
2018-04-27Fix the scan loop: We were only looking for an AP once and stoppedStefan Sperling
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-20remove the background scan timeout on detach, so we don't crash shortlyJonathan Matthew
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-06convert __inline to inlinePeter Hessler
2018-02-06convert the test if a node support HT (aka, 11n) into an inline function,Peter Hessler
2018-02-06remove extern from function prototypes, remove some variable names, and aPeter Hessler
2018-02-05Add a new function hook to struct ieee80211com which wireless driversStefan Sperling
2017-12-21Call if_start() directly to send the EAPOL key.Martin Pieuchot
2017-12-14My previous commit broke the ramdisk build; fix itStefan Sperling
2017-12-14Stop printing debug info about stations leaving a wifi network whenStefan Sperling
2017-12-12Only trigger background scans while we are in RUN state, and do not updateStefan Sperling
2017-12-12Make ieee80211_chan2ieee() panic if a bogus channel pointer is detected.Stefan Sperling
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