summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-2/+2
* Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn().stsp2020-05-311-3/+1
* Purge the ic_bss->ni_savedq mbuf queue when a wireless interface goes down.stsp2020-05-051-2/+6
* Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan.stsp2020-04-081-1/+16
* If join is connected to an AP, remove the node from the cache so we properlyphessler2020-01-151-2/+1
* If the new candidate AP found after a background scan has an RSSI levelstsp2019-12-291-4/+6
* Stop connecting to available open wifi networks when the interface is put up.stsp2019-11-101-3/+2
* Give access points which fail to AUTH or ASSOC less priority duringstsp2019-11-091-1/+14
* Clear the unref callback function pointer when cleaning up an ieee80211_node.stsp2019-11-091-1/+2
* Make background scans less frequent if we keep choosing the same AP.stsp2019-10-311-3/+7
* Make net80211 expose reasons for association failures to userland and havestsp2019-09-021-36/+69
* Keep ieee80211_node structures cached across scans, rather thanstsp2019-08-271-9/+46
* remove redundant assignment to ic_curmodestsp2019-08-261-3/+1
* Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.stsp2019-07-291-6/+90
* In 11n hostap mode, properly disable HT protection when neededstsp2019-07-231-2/+2
* 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