summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2018-09-11ues the format string for signed ints, for signed intsPeter Hessler
2018-09-11Nuke unused LIST() ieee80211com_head.Kenneth R Westerback
2018-09-11Nuke some trailing spaces that wandered into theKenneth R Westerback
2018-09-11With the interface debug flag enabled, print a "score" for each AP wePeter Hessler
2018-09-10do not immediately set the join'd network, the join command only updatesPeter Hessler
2018-09-10fix typo in the length of the essid we want to switch toPeter Hessler
2018-09-10extract clearing WEP/WPA in ess into helper functionsPeter Hessler
2018-09-10use the correct essid when switching during the ioctl pathPeter Hessler
2018-09-10give set_ess a len variable, so we can correctly match the essid we wantPeter Hessler
2018-09-09convert the things we save in 'join' into a single ioctl. mixing relatedPeter Hessler
2018-09-06fix whitespaceJonathan Gray
2018-09-01Make 'ifconfig nwid' override 'ifconfig join'.Stefan Sperling
2018-08-15Update AP selection heuristics for auto-join.Stefan Sperling
2018-08-13Add support for band-steering access points to net80211.Stefan Sperling
2018-08-11Add comment explaining why we read basic MCS set only from beacon/probereq.Stefan Sperling
2018-08-07Ignore basic MCS set information found in association responses.Stefan Sperling
2018-08-06Fix debug message in ieee80211_auth_open(): s/reason/status/Stefan Sperling
2018-08-06make ifconfig <if> join display the list of networks configured forSebastian Benoit
2018-08-06Refactor ieee80211_add_ess():Stefan Sperling
2018-08-06Do not set nwid over and over again. We just found the ess by comparingFlorian Obser
2018-08-03revert 1.133 and part of 1.131Peter Hessler
2018-07-30Don't ask drivers to join a wifi network before an AP has been chosen.Stefan Sperling
2018-07-19ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is alwaysFlorian Obser
2018-07-16the AP sends their crypto parameters as a mask, so let us still select itPeter Hessler
2018-07-16don't save or use auto-join when the card is not in station (aka client) modePeter Hessler
2018-07-13Some more checks before auto-join switches networks.Peter Hessler
2018-07-11Disambiguate the source of panics in sys/net* by adding __func__Nayden Markatchev
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
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