Age | Commit message (Expand) | Author |
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-03-26 | Fix wrong sequence number wrap in ieee80211_recv_auth(). | Stefan Sperling |
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-10 | spelling | Jonathan Gray |
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 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-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-06-01 | Revert "Ignore new Rxblock ack agreements until the WPA handshake is done." | Stefan Sperling |
2020-05-26 | Let unencrypted 802.11 frames pass during hardware decryption post-processing. | Stefan Sperling |
2020-05-15 | Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading. | Stefan Sperling |
2020-03-11 | Make sure hdrlen is initialized. | tobhe |
2019-12-20 | Ignore new Rx block ack agreements until the WPA handshake is done. | Stefan Sperling |
2019-12-20 | Have net80211 actually update the Rx block ack sequence number window, | Stefan Sperling |
2019-10-11 | Probe responses are generally only seen after probe requests, | Patrick Wildt |
2019-10-06 | Fix net80211's accounting of discarded input control frames. | Stefan Sperling |
2019-09-25 | Update acces point channel in node list when receiving packets from same | tobhe |
2019-09-12 | Make wireless drivers call if_input() only once per interrupt. | Stefan Sperling |
2019-08-29 | Always parse RSN/WPA IEs if the driver announces support for RSN. | Stefan Sperling |
2019-07-29 | Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver. | Stefan Sperling |
2019-05-12 | Fix 'ifconfig nwflags; These flags ended up overlapping with other flags | Stefan Sperling |
2019-03-29 | Use stricter validation checks for A-MPDUs in the net80211 input path. | Stefan Sperling |
2019-03-01 | Pick up the AP's 11g ERP protection setting properly in 11n client mode. | Stefan Sperling |
2019-01-15 | Stop processing "no data" frames in ieee80211_input() before decryption. | Stefan Sperling |
2018-08-07 | Ignore basic MCS set information found in association responses. | Stefan Sperling |
2018-05-05 | On 5GHz channels, keep the most recent RSSI measurement from a probe | Stefan Sperling |
2018-04-29 | Don't bother with background scans while the desired BSSID is fixed. | Stefan Sperling |
2018-04-27 | If a wifi driver does not provide an ic_bgscan_start() function there is no | Stefan Sperling |
2017-12-12 | Only trigger background scans while we are in RUN state, and do not update | Stefan Sperling |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-09-04 | If a beacon is received in RUN state, reset the management timer. | Stefan Sperling |
2017-08-04 | Remove ieee80211_input_print() which printed information about received | Stefan Sperling |
2017-06-04 | Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightly | Theo Buehler |
2017-06-03 | Add a few sizes to free(). | Theo Buehler |
2017-05-02 | Fix a problem with associating to wifi networks with a hidden SSID. | Stefan Sperling |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-09 | Convert a malloc(9) to mallocarray(9) | David Hill |
2017-03-13 | Make 'ifconfig scan' show WPA information for other APs correctly while | Stefan Sperling |
2017-03-12 | Introduce separate fields for supported WPA protocols and AKMs in struct | Stefan Sperling |
2017-03-01 | Fix a bug allowing a man-in-the-middle attack against WPA wireless clients. | Stefan Sperling |
2017-02-02 | Remove global counters from struct ieee80211com which track the number of | Stefan Sperling |
2017-01-25 | In amsdu_decap() check the actual length of the data in the remaining mbuf | Stefan Sperling |