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
8 days
Typo fixes in comments
Kevin Lo
2024-09-04
Fix some spelling.
Marcus Glocker
2024-09-01
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Jonathan Gray
2024-05-29
remove prototypes with no matching function
Jonathan Gray
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-05-08
disable the regular ieee80211_encap() Tx path in monitor mode
Stefan Sperling
2024-04-14
with empty body loops, put final semicolon on a new line for readability
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
2024-02-15
fix wrong ifmedia macro used to check for IFM_AUTO
Stefan Sperling
2024-02-08
correct size in mac address comparison
Jonathan Gray
2023-10-22
fix 40 MHz channel validation checks for the 2.4 GHz channel range
Stefan Sperling
2023-10-21
ignore wide channel configs that do not appear in the 802.11ac spec
Stefan Sperling
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
[next]