index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_input.c
Age
Commit message (
Expand
)
Author
2024-05-23
increment CCMP decryption error counter if hw decrypt fails to get PN
Stefan Sperling
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-04-13
correct indentation
Jonathan Gray
2024-03-15
Ignore ADDBA requests if we are not ready to receive data frames.
Stefan Sperling
2023-01-09
restore NetBSD RCS ID
Daniel Dickman
2023-01-07
Make net80211 drop beacons received on secondary HT/VHT channels.
Stefan Sperling
2022-12-27
Fix array bounds mismatch with clang 15
Patrick Wildt
2022-03-20
Introduce an alternative mechanism for wifi drivers to communicate
Stefan Sperling
2022-03-20
Make background scans pick up APs on 2GHz channels while in 11ac mode.
Stefan Sperling
2022-03-14
Add initial 802.11ac (VHT) support to net80211.
Stefan Sperling
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-21
Fix and re-enable active scans on iwm(4) and iwx(4).
Stefan Sperling
2022-01-12
Remove ieee80211_find_node_for_beacon().
Stefan Sperling
2022-01-05
rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.
David Gwynne
2021-12-03
Ignore ADDBA requests from our AP while we are roaming away from it.
Stefan Sperling
2021-10-11
Monitor 20/40 MHz channel width changes in beacons sent by our access point
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-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
[next]