summaryrefslogtreecommitdiffstats
path: root/sys/net80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Undo pseudo-driver changes early in ieee80211_ifdetach() to prevent astsp2020-06-081-1/+9
* Revert "Ignore new Rxblock ack agreements until the WPA handshake is done."stsp2020-06-011-6/+1
* Typo in WPA supplicant state machine: RNSA_SUPP_PTKDONE -> RSNA_SUPP_PTKDONEstsp2020-05-313-8/+8
* Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn().stsp2020-05-311-3/+1
* If no station happens to be associated when ieee80211_setkeys() runs thenstsp2020-05-291-1/+5
* In hostap mode, after completing a new group key handshake with allstsp2020-05-291-1/+7
* Let unencrypted 802.11 frames pass during hardware decryption post-processing.stsp2020-05-261-7/+13
* Revert previous; Set the ESS capability bit in assoc requests again.stsp2020-05-191-2/+2
* Do not set the 802.11 ESS capability bit in association requests.stsp2020-05-191-2/+2
* Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.stsp2020-05-155-91/+231
* Purge the ic_bss->ni_savedq mbuf queue when a wireless interface goes down.stsp2020-05-051-2/+6
* Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4).stsp2020-05-011-1/+4
* Add the 'nomimo' nwflag which disables MIMO in 11n mode.stsp2020-04-291-3/+5
* Prevent MiRA from jumping from very high to very low rates whilestsp2020-04-171-1/+4
* Eliminate an unnecessary intermediate variable in ieee80211_mira_choose().stsp2020-04-111-4/+2
* Skip MiRA's event-based probing if we're already at the minimum orstsp2020-04-111-5/+7
* Update MiRA probing interval of probed rates which are worse than thestsp2020-04-111-24/+18
* Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan.stsp2020-04-082-2/+23
* Don't let MiRA trigger event-based probing if the current measurementstsp2020-03-301-3/+3
* Compute MiRA's moving average and standard deviation after computing thestsp2020-03-291-10/+10
* Make sure hdrlen is initialized.tobhe2020-03-111-2/+3
* Properly wrap 802.11 frame sequence numbers when incrementing them.stsp2020-03-061-4/+4
* Fix MiRA probing shortcut comparing measured throughput against thestsp2020-03-051-3/+4
* Fix a MiRa probing short-cut comparing current to previous measurements.stsp2020-03-051-2/+2
* Cancel MiRA probing timeouts if a channel quality change triggers probing.stsp2020-03-051-1/+3
* fix build without MIRA_AGGRESSIVE_DOWNWARDS_PROBINGstsp2020-03-051-2/+5
* MiRA needs to add tx time overhead for ACK only for single-frame transmissions.stsp2020-03-051-5/+7
* Fix dead link to the MiRA paper and add DOI link to the published version.tb2020-03-031-2/+3
* Fix MiRA's sub-frame error rate computation.stsp2020-03-032-6/+6
* Do not send any QoS data frames unless Tx aggregation has been negotiated.stsp2020-03-031-10/+7
* Fix an mbuf corruption issue which occurs in net80211 hostap mode.stsp2020-02-181-9/+8
* If join is connected to an AP, remove the node from the cache so we properlyphessler2020-01-153-4/+12
* When we change attributes for a join essid, we should apply the changephessler2020-01-131-1/+7
* If the new candidate AP found after a background scan has an RSSI levelstsp2019-12-291-4/+6
* increase net80211's node cache size; now we can see all APs at 36c3stsp2019-12-291-2/+2
* Don't start background scans before WPA handshake has completed.stsp2019-12-271-1/+4
* Ignore new Rx block ack agreements until the WPA handshake is done.stsp2019-12-201-1/+6
* Have net80211 actually update the Rx block ack sequence number window,stsp2019-12-201-1/+4
* Re-enable firmware-based Tx retries at lower rates for iwm(4).stsp2019-12-182-2/+20
* Whitespace removal, no code change.mlarkin2019-11-151-4/+4
* Prevent a NULL deref in ieee80211_node2req() which could be triggeredstsp2019-11-111-2/+3
* 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-093-4/+35
* Trigger a background scan when root runs the 'ifconfig scan' command.stsp2019-11-092-2/+5
* Clear the unref callback function pointer when cleaning up an ieee80211_node.stsp2019-11-091-1/+2
* Raise net80211's "beacon miss" threshold to avoid frequent re-connectsstsp2019-11-063-7/+21
* Make background scans less frequent if we keep choosing the same AP.stsp2019-10-312-5/+9
* Probe responses are generally only seen after probe requests,patrick2019-10-111-2/+2
* Fix net80211's accounting of discarded input control frames.stsp2019-10-061-2/+2
* Update acces point channel in node list when receiving packets from sametobhe2019-09-251-2/+7