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