summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_input.c
AgeCommit message (Expand)Author
2024-05-23increment CCMP decryption error counter if hw decrypt fails to get PNStefan Sperling
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-04-13correct indentationJonathan Gray
2024-03-15Ignore ADDBA requests if we are not ready to receive data frames.Stefan Sperling
2023-01-09restore NetBSD RCS IDDaniel Dickman
2023-01-07Make net80211 drop beacons received on secondary HT/VHT channels.Stefan Sperling
2022-12-27Fix array bounds mismatch with clang 15Patrick Wildt
2022-03-20Introduce an alternative mechanism for wifi drivers to communicateStefan Sperling
2022-03-20Make background scans pick up APs on 2GHz channels while in 11ac mode.Stefan Sperling
2022-03-14Add initial 802.11ac (VHT) support to net80211.Stefan Sperling
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-21Fix and re-enable active scans on iwm(4) and iwx(4).Stefan Sperling
2022-01-12Remove ieee80211_find_node_for_beacon().Stefan Sperling
2022-01-05rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.David Gwynne
2021-12-03Ignore ADDBA requests from our AP while we are roaming away from it.Stefan Sperling
2021-10-11Monitor 20/40 MHz channel width changes in beacons sent by our access pointStefan Sperling
2021-09-03Reset a net80211 node's QoS Tx sequence counter to the start of theStefan Sperling
2021-05-18Drop fragmented 802.11 frames.Stefan Sperling
2021-05-17put unused 802.11 fragmentation support code under #ifdef notyetStefan Sperling
2021-05-17Prevent frame injection via forged 802.11n A-MSDUs.Stefan 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-03-26Fix wrong sequence number wrap in ieee80211_recv_auth().Stefan Sperling
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-10spellingJonathan Gray
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 gapwait accounting. Count all the packets in the reordertobhe
2020-12-08Use BA agreement immediately after it is requested by the AP.tobhe
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-06-01Revert "Ignore new Rxblock ack agreements until the WPA handshake is done."Stefan Sperling
2020-05-26Let unencrypted 802.11 frames pass during hardware decryption post-processing.Stefan Sperling
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.Stefan Sperling
2020-03-11Make sure hdrlen is initialized.tobhe
2019-12-20Ignore new Rx block ack agreements until the WPA handshake is done.Stefan Sperling
2019-12-20Have net80211 actually update the Rx block ack sequence number window,Stefan Sperling
2019-10-11Probe responses are generally only seen after probe requests,Patrick Wildt
2019-10-06Fix net80211's accounting of discarded input control frames.Stefan Sperling
2019-09-25Update acces point channel in node list when receiving packets from sametobhe
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2019-08-29Always parse RSN/WPA IEs if the driver announces support for RSN.Stefan Sperling
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-03-29Use stricter validation checks for A-MPDUs in the net80211 input path.Stefan Sperling