summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revised version of 'ifconfig mode' command fix.stsp2019-06-101-11/+6
* Revert my "Repair the 'ifconfig mode' command" commit.stsp2019-05-311-2/+3
* Repair the 'ifconfig mode' command.stsp2019-05-291-3/+2
* Show driver name on net80211 scan debug lines.stsp2019-05-111-2/+2
* Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.mpi2019-04-281-5/+5
* fix autojoin for WEP network by actually saving the WEP auth keyphessler2019-03-151-2/+5
* Improve handling of HT protection for 'mode 11n' hostap.stsp2019-03-011-12/+32
* Move 802.11n rateset definitions out of MiRA and make them available tostsp2019-01-231-2/+3
* add a len field when we delete an essid from the joinlist. this will havephessler2019-01-181-5/+5
* let users automatically use join to connect to any open wifi network.phessler2019-01-181-8/+17
* print more details about the join'd networks we have saved when a user runsphessler2018-11-251-1/+5
* fix whitespace in debugging functionphessler2018-11-201-6/+6
* The first packet received from each AP in each QoS class would bepatrick2018-11-201-2/+6
* pass around the ess and ni structures we plan to use directly, insteadphessler2018-10-271-18/+15
* clean up accounting of the AUTO_JOIN flag by making sure it is set or clearedphessler2018-10-271-1/+3
* don't join to a network where we expect cleartext, and the AP is using cryptophessler2018-10-271-1/+4
* fix memory leak in ieee80211_end_scan()mestre2018-09-181-1/+2
* fix memory leaks in ieee80211_add_ess()jsg2018-09-171-3/+7
* ues the format string for signed ints, for signed intsphessler2018-09-111-3/+3
* With the interface debug flag enabled, print a "score" for each AP wephessler2018-09-111-93/+45
* fix typo in the length of the essid we want to switch tophessler2018-09-101-2/+2
* extract clearing WEP/WPA in ess into helper functionsphessler2018-09-101-29/+29
* give set_ess a len variable, so we can correctly match the essid we wantphessler2018-09-101-9/+5
* convert the things we save in 'join' into a single ioctl. mixing relatedphessler2018-09-091-35/+151
* fix whitespacejsg2018-09-061-2/+2
* Make 'ifconfig nwid' override 'ifconfig join'.stsp2018-09-011-1/+15
* Update AP selection heuristics for auto-join.stsp2018-08-151-76/+178
* Add support for band-steering access points to net80211.stsp2018-08-131-56/+79
* Add comment explaining why we read basic MCS set only from beacon/probereq.stsp2018-08-111-1/+6
* Ignore basic MCS set information found in association responses.stsp2018-08-071-3/+4
* Refactor ieee80211_add_ess():stsp2018-08-061-5/+6
* Do not set nwid over and over again. We just found the ess by comparingflorian2018-08-061-4/+3
* revert 1.133 and part of 1.131phessler2018-08-031-8/+1
* Don't ask drivers to join a wifi network before an AP has been chosen.stsp2018-07-301-10/+1
* ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is alwaysflorian2018-07-191-6/+6
* the AP sends their crypto parameters as a mask, so let us still select itphessler2018-07-161-6/+4
* don't save or use auto-join when the card is not in station (aka client) modephessler2018-07-161-2/+6
* Some more checks before auto-join switches networks.phessler2018-07-131-1/+25
* Introduce 'auto-join' to the wifi 802.11 stack.phessler2018-07-111-1/+345
* When starting a background scan, free the nodes table to ensure westsp2018-04-281-5/+5
* Fix the scan loop: We were only looking for an AP once and stoppedstsp2018-04-271-4/+2
* net80211: stub SIOCS80211SCAN, make ifconfig scan instant.pirofti2018-04-261-26/+8
* convert the test if a node support HT (aka, 11n) into an inline function,phessler2018-02-061-3/+3
* Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80211_node_checkrssi().stsp2017-12-121-1/+4
* Allow interfaces that aren't SCANNALLBAND drivers to benefit from thephessler2017-12-121-9/+10
* Fix the behavior of preferring weaker-but-still-good 5Ghz APs overjcs2017-12-121-26/+29
* Add support for background scanning to net80211 and iwm(4).stsp2017-12-081-42/+218
* When starting a new scan always set the mode to AUTO if the driver scansstsp2017-09-051-2/+3
* Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPAstsp2017-08-171-1/+2
* Compile a debug printf in ieee80211_match_bss() by default, previouslystsp2017-08-041-6/+4