summaryrefslogtreecommitdiffstats
path: root/sys/net80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong sequence number wrap in ieee80211_recv_auth().stsp2021-03-261-2/+2
* an invalid value of `mcs' may come from the hardware so adjust code so that themestre2021-03-251-2/+3
* Fix a corner case bug in Rx block ack window gap-wait timeout handling.stsp2021-03-231-1/+5
* When moving the Rx block ack window forward do not implicitly rely onstsp2021-03-231-2/+3
* Add RA, a new 11n Tx rate adaptation module for net80211.stsp2021-03-122-0/+783
* spellingjsg2021-03-104-11/+11
* ieee80211_decrypt must use m_freem() instead of m_free()stsp2020-12-101-2/+2
* Fix double-free on error in ieee80211_amsdu_decap().stsp2020-12-101-5/+5
* Ignore trailing data in A-MSDU frame buffers if it is smaller than thestsp2020-12-091-12/+8
* Disable A-MSDU support again.stsp2020-12-092-2/+8
* Flush reorder buffer after gap timeout, otherwise the frames remaintobhe2020-12-091-1/+6
* Enable 802.11 A-MSDU support again. It was disabled some time ago butstsp2020-12-082-18/+2
* Fix 802.11 RSN capabilities announced to peers.stsp2020-12-081-3/+12
* Fix gapwait accounting. Count all the packets in the reordertobhe2020-12-081-24/+12
* Use BA agreement immediately after it is requested by the AP.tobhe2020-12-081-2/+17
* Always check for EBUSY when the return value of ic_set_key() is tested.krw2020-11-193-11/+44
* Don't enable port or link until all crypto keys are installed bykrw2020-11-121-9/+29
* Kill unused IEEE80211_RADIOTAP_HWQUEUE.mpi2020-10-091-6/+1
* The command value of the _IOC() macro is limited to values [0..255].gerhard2020-10-061-2/+2
* Add missing #if's to fix build without bpf(4).mvs2020-08-281-1/+3
* Improve processing of lost frames during 802.11 Rx aggregation.stsp2020-07-212-20/+54
* The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.stsp2020-07-201-2/+2
* ieee80211: track micfail timeout with getuptime(9) instead of tickscheloha2020-07-152-8/+8
* When a wifi interface acts as a client and the WPA handshake is done,stsp2020-07-131-1/+3
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* 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