Age | Commit message (Expand) | Author |
2021-10-11 | Monitor 20/40 MHz channel width changes in beacons sent by our access point | Stefan Sperling |
2021-10-11 | Add support for 40MHz channels to net80211 RA. | Stefan Sperling |
2021-10-08 | Revert my previous commit to ieee80211_node.c (CVS commit Hne35XgzezGa9zmv). | Stefan Sperling |
2021-10-07 | Send a probe request to our new AP when we are about to roam to it. | Stefan Sperling |
2021-09-23 | Revert ieee80211_proto.c r1.97 (cvs commit ID 8vKZsdvvkjTr5BG5). | Stefan Sperling |
2021-09-23 | Add an ADDBA_OFFLOAD capability for wifi devices manage Tx block ack | Stefan Sperling |
2021-09-08 | Improve debug output when sending 802.11 action frames by showing the | Stefan Sperling |
2021-09-03 | Reset a net80211 node's QoS Tx sequence counter to the start of the | Stefan Sperling |
2021-05-18 | Drop fragmented 802.11 frames. | Stefan Sperling |
2021-05-17 | put unused 802.11 fragmentation support code under #ifdef notyet | Stefan Sperling |
2021-05-17 | Prevent frame injection via forged 802.11n A-MSDUs. | Stefan Sperling |
2021-05-11 | During a "key unset for sw crypto" panic, display more meta-data | Stefan Sperling |
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 |