Age | Commit message (Expand) | Author |
2022-03-20 | Make background scans pick up APs on 2GHz channels while in 11ac mode. | Stefan Sperling |
2022-03-19 | Fix wrongly implemented check for 5GHz access point RSSI threshold. | Stefan Sperling |
2022-03-19 | Give 11n and 11ac networks a higher score during SSID selection. | Stefan Sperling |
2022-03-14 | Add initial 802.11ac (VHT) support to net80211. | Stefan Sperling |
2022-01-12 | Remove ieee80211_find_node_for_beacon(). | Stefan Sperling |
2021-12-07 | Teach the net80211 stack to remove corresponding frames from ic_pwrsaveq | Stefan Sperling |
2021-12-03 | Introduce an optional driver-specific bgscan_done() handler which | Stefan Sperling |
2021-11-03 | In addition to the WEP key(s) being set at device initialization with | Kenneth R Westerback |
2021-10-08 | Revert my previous commit to ieee80211_node.c (CVS commit Hne35XgzezGa9zmv). | Stefan Sperling |
2021-10-07 | Send a probe request to our new AP when we are about to roam to it. | Stefan Sperling |
2021-04-29 | Make iwn, iwm, and iwx keep track of beacon parameters at run-time. | Stefan Sperling |
2021-04-15 | When starting an AP or IBSS network, reconfigure the operation mode to | Stefan Sperling |
2021-03-10 | spelling | Jonathan Gray |
2020-05-31 | Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn(). | Stefan Sperling |
2020-05-05 | Purge the ic_bss->ni_savedq mbuf queue when a wireless interface goes down. | Stefan Sperling |
2020-04-08 | Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan. | Stefan Sperling |
2020-01-15 | If join is connected to an AP, remove the node from the cache so we properly | Peter Hessler |
2019-12-29 | If the new candidate AP found after a background scan has an RSSI level | Stefan Sperling |
2019-11-10 | Stop connecting to available open wifi networks when the interface is put up. | Stefan Sperling |
2019-11-09 | Give access points which fail to AUTH or ASSOC less priority during | Stefan Sperling |
2019-11-09 | Clear the unref callback function pointer when cleaning up an ieee80211_node. | Stefan Sperling |
2019-10-31 | Make background scans less frequent if we keep choosing the same AP. | Stefan Sperling |
2019-09-02 | Make net80211 expose reasons for association failures to userland and have | Stefan Sperling |
2019-08-27 | Keep ieee80211_node structures cached across scans, rather than | Stefan Sperling |
2019-08-26 | remove redundant assignment to ic_curmode | Stefan Sperling |
2019-07-29 | Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver. | Stefan Sperling |
2019-07-23 | In 11n hostap mode, properly disable HT protection when needed | Stefan Sperling |
2019-06-10 | Revised version of 'ifconfig mode' command fix. | Stefan Sperling |
2019-05-31 | Revert my "Repair the 'ifconfig mode' command" commit. | Stefan Sperling |
2019-05-29 | Repair the 'ifconfig mode' command. | Stefan Sperling |
2019-05-11 | Show driver name on net80211 scan debug lines. | Stefan Sperling |
2019-04-28 | Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. | Martin Pieuchot |
2019-03-15 | fix autojoin for WEP network by actually saving the WEP auth key | Peter Hessler |
2019-03-01 | Improve handling of HT protection for 'mode 11n' hostap. | Stefan Sperling |
2019-01-23 | Move 802.11n rateset definitions out of MiRA and make them available to | Stefan Sperling |
2019-01-18 | add a len field when we delete an essid from the joinlist. this will have | Peter Hessler |
2019-01-18 | let users automatically use join to connect to any open wifi network. | Peter Hessler |
2018-11-25 | print more details about the join'd networks we have saved when a user runs | Peter Hessler |
2018-11-20 | fix whitespace in debugging function | Peter Hessler |
2018-11-20 | The first packet received from each AP in each QoS class would be | Patrick Wildt |
2018-10-27 | pass around the ess and ni structures we plan to use directly, instead | Peter Hessler |
2018-10-27 | clean up accounting of the AUTO_JOIN flag by making sure it is set or cleared | Peter Hessler |
2018-10-27 | don't join to a network where we expect cleartext, and the AP is using crypto | Peter Hessler |
2018-09-18 | fix memory leak in ieee80211_end_scan() | Ricardo Mestre |
2018-09-17 | fix memory leaks in ieee80211_add_ess() | Jonathan Gray |
2018-09-11 | ues the format string for signed ints, for signed ints | Peter Hessler |
2018-09-11 | With the interface debug flag enabled, print a "score" for each AP we | Peter Hessler |
2018-09-10 | fix typo in the length of the essid we want to switch to | Peter Hessler |
2018-09-10 | extract clearing WEP/WPA in ess into helper functions | Peter Hessler |
2018-09-10 | give set_ess a len variable, so we can correctly match the essid we want | Peter Hessler |