summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.c
AgeCommit message (Expand)Author
2019-09-02Make net80211 expose reasons for association failures to userland and haveStefan Sperling
2019-08-27Keep ieee80211_node structures cached across scans, rather thanStefan Sperling
2019-08-26remove redundant assignment to ic_curmodeStefan Sperling
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling
2019-07-23In 11n hostap mode, properly disable HT protection when neededStefan Sperling
2019-06-10Revised version of 'ifconfig mode' command fix.Stefan Sperling
2019-05-31Revert my "Repair the 'ifconfig mode' command" commit.Stefan Sperling
2019-05-29Repair the 'ifconfig mode' command.Stefan Sperling
2019-05-11Show driver name on net80211 scan debug lines.Stefan Sperling
2019-04-28Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.Martin Pieuchot
2019-03-15fix autojoin for WEP network by actually saving the WEP auth keyPeter Hessler
2019-03-01Improve handling of HT protection for 'mode 11n' hostap.Stefan Sperling
2019-01-23Move 802.11n rateset definitions out of MiRA and make them available toStefan Sperling
2019-01-18add a len field when we delete an essid from the joinlist. this will havePeter Hessler
2019-01-18let users automatically use join to connect to any open wifi network.Peter Hessler
2018-11-25print more details about the join'd networks we have saved when a user runsPeter Hessler
2018-11-20fix whitespace in debugging functionPeter Hessler
2018-11-20The first packet received from each AP in each QoS class would bePatrick Wildt
2018-10-27pass around the ess and ni structures we plan to use directly, insteadPeter Hessler
2018-10-27clean up accounting of the AUTO_JOIN flag by making sure it is set or clearedPeter Hessler
2018-10-27don't join to a network where we expect cleartext, and the AP is using cryptoPeter Hessler
2018-09-18fix memory leak in ieee80211_end_scan()Ricardo Mestre
2018-09-17fix memory leaks in ieee80211_add_ess()Jonathan Gray
2018-09-11ues the format string for signed ints, for signed intsPeter Hessler
2018-09-11With the interface debug flag enabled, print a "score" for each AP wePeter 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-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-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-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-04-28When starting a background scan, free the nodes table to ensure weStefan 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-02-06convert the test if a node support HT (aka, 11n) into an inline function,Peter Hessler
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