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
Age
Commit message (
Expand
)
Author
2023-04-11
fix double words in comments
Jonathan Gray
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-23
Fix a few bugs in the net80211 VHT rate adaptation code.
Stefan Sperling
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-19
Fix wrongly implemented check for 5GHz access point RSSI threshold.
Stefan Sperling
2022-03-19
Give 11n and 11ac networks a higher score during SSID selection.
Stefan Sperling
2022-03-19
Do not define RA_DEBUG; pointed out by miod@
Stefan Sperling
2022-03-19
Add 11ac/VHT Tx rate adaptation support to net80211.
Stefan Sperling
2022-03-14
Add initial 802.11ac (VHT) support to net80211.
Stefan Sperling
2022-03-14
sync ieee80211 channel flags over to radiotap
Stefan Sperling
2022-03-07
rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfo
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-07
Teach the net80211 stack to remove corresponding frames from ic_pwrsaveq
Stefan Sperling
2021-12-05
Defer rtm_80211info() call from ieee80211_set_link_state() to a task context.
Stefan Sperling
2021-12-03
Introduce an optional driver-specific bgscan_done() handler which
Stefan Sperling
2021-12-03
Ignore ADDBA requests from our AP while we are roaming away from it.
Stefan Sperling
2021-11-08
Send MiRA source files to the Attic.
Stefan Sperling
2021-11-03
In addition to the WEP key(s) being set at device initialization with
Kenneth R Westerback
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
[next]