Age | Commit message (Expand) | Author |
2018-08-15 | Update AP selection heuristics for auto-join. | Stefan Sperling |
2018-08-13 | Add support for band-steering access points to net80211. | Stefan Sperling |
2018-08-11 | Add comment explaining why we read basic MCS set only from beacon/probereq. | Stefan Sperling |
2018-08-07 | Ignore basic MCS set information found in association responses. | Stefan Sperling |
2018-08-06 | Refactor ieee80211_add_ess(): | Stefan Sperling |
2018-08-06 | Do not set nwid over and over again. We just found the ess by comparing | Florian Obser |
2018-08-03 | revert 1.133 and part of 1.131 | Peter Hessler |
2018-07-30 | Don't ask drivers to join a wifi network before an AP has been chosen. | Stefan Sperling |
2018-07-19 | ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is always | Florian Obser |
2018-07-16 | the AP sends their crypto parameters as a mask, so let us still select it | Peter Hessler |
2018-07-16 | don't save or use auto-join when the card is not in station (aka client) mode | Peter Hessler |
2018-07-13 | Some more checks before auto-join switches networks. | Peter Hessler |
2018-07-11 | Introduce 'auto-join' to the wifi 802.11 stack. | Peter Hessler |
2018-04-28 | When starting a background scan, free the nodes table to ensure we | Stefan Sperling |
2018-04-27 | Fix the scan loop: We were only looking for an AP once and stopped | Stefan Sperling |
2018-04-26 | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. | Paul Irofti |
2018-02-06 | convert the test if a node support HT (aka, 11n) into an inline function, | Peter Hessler |
2017-12-12 | Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80211_node_checkrssi(). | Stefan Sperling |
2017-12-12 | Allow interfaces that aren't SCANNALLBAND drivers to benefit from the | Peter Hessler |
2017-12-12 | Fix the behavior of preferring weaker-but-still-good 5Ghz APs over | Joshua Stein |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-09-05 | When starting a new scan always set the mode to AUTO if the driver scans | Stefan Sperling |
2017-08-17 | Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA | Stefan Sperling |
2017-08-04 | Compile a debug printf in ieee80211_match_bss() by default, previously | Stefan Sperling |
2017-07-19 | Improve the heuristic which selects 5GHz APs over 2GHz APs. | Stefan Sperling |
2017-06-04 | Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightly | Theo Buehler |
2017-06-03 | Add a few sizes to free(). | Theo Buehler |
2017-03-04 | In 11n hostap mode, dynamically adjust HT protection settings based on | Stefan Sperling |
2017-02-03 | Fix 11b clients sending bogus ratesets in association requests. The common | Stefan Sperling |
2017-02-02 | Remove global counters from struct ieee80211com which track the number of | Stefan Sperling |
2017-01-16 | Reset block ack state and cancel related timeouts when a HT node disassociates. | Stefan Sperling |
2017-01-09 | When a HT node leaves or reassociates as a non-HT node, | Stefan Sperling |
2017-01-09 | Make the net80211 stack send EDCA parameters to the driver in hostap mode. | Stefan Sperling |
2017-01-09 | Manage the HT protection setting if acting as hostap with 11n enabled. | Stefan Sperling |
2017-01-09 | The point of ieee80211_node_leave() is to place the node in COLLECT state. | Stefan Sperling |
2017-01-09 | When acting as hostap, negotiate HT before calling the driver's ic_newassoc() | Stefan Sperling |
2016-12-17 | Complete our half-done implementation of TKIP countermeasures in hostap mode. | Stefan Sperling |
2016-09-15 | move from RB macros to the RBT functions. | David Gwynne |
2016-08-17 | If a wireless device or driver scans all bands at once give 5GHz APs | Stefan Sperling |
2016-05-21 | Add a wireless driver capability flag for devices which scan 2GHz and 5GHz | Stefan Sperling |
2016-05-18 | In hostap mode, don't re-use association IDs (AIDs) of nodes which are | Stefan Sperling |
2016-04-12 | Call if_enqueue() and if_start() instead of dereferencing the ifp | Martin Pieuchot |
2016-03-03 | Restore assignment of ic_curmode that was accidentally removed when | Gerhard Roth |
2016-01-25 | Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g. | Stefan Sperling |
2016-01-25 | Don't try to interpret htprot data if the last beacon didn't contain such data. | Stefan Sperling |
2016-01-07 | Make the A-MPDU reordering buffer more resilient against APs which drop | Stefan Sperling |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2016-01-04 | While configuring ERP we need to know if we're in 11a or 11g mode so only | Stefan Sperling |
2015-12-18 | unnoccupied->unoccupied | Stuart Henderson |
2015-12-12 | Finish support for receiving 11n A-MPDUs. | Stefan Sperling |