summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2021-05-11In hostap mode don't send data frames to nodes which aren't in state ASSOC.Stefan Sperling
2021-05-03Tweak the heuristic net80211 RA is using to decide whether enoughStefan Sperling
2021-04-29Make iwn, iwm, and iwx keep track of beacon parameters at run-time.Stefan Sperling
2021-04-25Implement support for Rx aggregation offload in iwm(9) and iwx(4), andStefan Sperling
2021-04-15When starting an AP or IBSS network, reconfigure the operation mode toStefan Sperling
2021-03-26Fix wrong sequence number wrap in ieee80211_recv_auth().Stefan Sperling
2021-03-25an invalid value of `mcs' may come from the hardware so adjust code so that theRicardo Mestre
2021-03-23Fix a corner case bug in Rx block ack window gap-wait timeout handling.Stefan Sperling
2021-03-23When moving the Rx block ack window forward do not implicitly rely onStefan Sperling
2021-03-12Add RA, a new 11n Tx rate adaptation module for net80211.Stefan Sperling
2021-03-10spellingJonathan Gray
2020-12-10ieee80211_decrypt must use m_freem() instead of m_free()Stefan Sperling
2020-12-10Fix double-free on error in ieee80211_amsdu_decap().Stefan Sperling
2020-12-09Ignore trailing data in A-MSDU frame buffers if it is smaller than theStefan Sperling
2020-12-09Disable A-MSDU support again.Stefan Sperling
2020-12-09Flush reorder buffer after gap timeout, otherwise the frames remaintobhe
2020-12-08Enable 802.11 A-MSDU support again. It was disabled some time ago butStefan Sperling
2020-12-08Fix 802.11 RSN capabilities announced to peers.Stefan Sperling
2020-12-08Fix gapwait accounting. Count all the packets in the reordertobhe
2020-12-08Use BA agreement immediately after it is requested by the AP.tobhe
2020-11-19Always check for EBUSY when the return value of ic_set_key() is tested.Kenneth R Westerback
2020-11-12Don't enable port or link until all crypto keys are installed byKenneth R Westerback
2020-10-09Kill unused IEEE80211_RADIOTAP_HWQUEUE.Martin Pieuchot
2020-10-06The command value of the _IOC() macro is limited to values [0..255].Gerhard Roth
2020-08-28Add missing #if's to fix build without bpf(4).mvs
2020-07-21Improve processing of lost frames during 802.11 Rx aggregation.Stefan Sperling
2020-07-20The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.Stefan Sperling
2020-07-15ieee80211: track micfail timeout with getuptime(9) instead of tickscheloha
2020-07-13When a wifi interface acts as a client and the WPA handshake is done,Stefan Sperling
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-06-08Undo pseudo-driver changes early in ieee80211_ifdetach() to prevent aStefan Sperling
2020-06-01Revert "Ignore new Rxblock ack agreements until the WPA handshake is done."Stefan Sperling
2020-05-31Typo in WPA supplicant state machine: RNSA_SUPP_PTKDONE -> RSNA_SUPP_PTKDONEStefan Sperling
2020-05-31Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn().Stefan Sperling
2020-05-29If no station happens to be associated when ieee80211_setkeys() runs thenStefan Sperling
2020-05-29In hostap mode, after completing a new group key handshake with allStefan Sperling
2020-05-26Let unencrypted 802.11 frames pass during hardware decryption post-processing.Stefan Sperling
2020-05-19Revert previous; Set the ESS capability bit in assoc requests again.Stefan Sperling
2020-05-19Do not set the 802.11 ESS capability bit in association requests.Stefan Sperling
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.Stefan Sperling
2020-05-05Purge the ic_bss->ni_savedq mbuf queue when a wireless interface goes down.Stefan Sperling
2020-05-01Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4).Stefan Sperling
2020-04-29Add the 'nomimo' nwflag which disables MIMO in 11n mode.Stefan Sperling
2020-04-17Prevent MiRA from jumping from very high to very low rates whileStefan Sperling
2020-04-11Eliminate an unnecessary intermediate variable in ieee80211_mira_choose().Stefan Sperling
2020-04-11Skip MiRA's event-based probing if we're already at the minimum orStefan Sperling
2020-04-11Update MiRA probing interval of probed rates which are worse than theStefan Sperling
2020-04-08Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan.Stefan Sperling
2020-03-30Don't let MiRA trigger event-based probing if the current measurementStefan Sperling
2020-03-29Compute MiRA's moving average and standard deviation after computing theStefan Sperling