summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
8 daysTypo fixes in commentsKevin Lo
2024-09-04Fix some spelling.Marcus Glocker
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2024-05-29remove prototypes with no matching functionJonathan Gray
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-05-08disable the regular ieee80211_encap() Tx path in monitor modeStefan Sperling
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2024-04-13correct indentationJonathan Gray
2024-03-15Ignore ADDBA requests if we are not ready to receive data frames.Stefan Sperling
2024-02-15fix wrong ifmedia macro used to check for IFM_AUTOStefan Sperling
2024-02-08correct size in mac address comparisonJonathan Gray
2023-10-22fix 40 MHz channel validation checks for the 2.4 GHz channel rangeStefan Sperling
2023-10-21ignore wide channel configs that do not appear in the 802.11ac specStefan Sperling
2023-04-11fix double words in commentsJonathan Gray
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-23Fix a few bugs in the net80211 VHT rate adaptation code.Stefan Sperling
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-19Fix wrongly implemented check for 5GHz access point RSSI threshold.Stefan Sperling
2022-03-19Give 11n and 11ac networks a higher score during SSID selection.Stefan Sperling
2022-03-19Do not define RA_DEBUG; pointed out by miod@Stefan Sperling
2022-03-19Add 11ac/VHT Tx rate adaptation support to net80211.Stefan Sperling
2022-03-14Add initial 802.11ac (VHT) support to net80211.Stefan Sperling
2022-03-14sync ieee80211 channel flags over to radiotapStefan Sperling
2022-03-07rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfoStefan 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-07Teach the net80211 stack to remove corresponding frames from ic_pwrsaveqStefan Sperling
2021-12-05Defer rtm_80211info() call from ieee80211_set_link_state() to a task context.Stefan Sperling
2021-12-03Introduce an optional driver-specific bgscan_done() handler whichStefan Sperling
2021-12-03Ignore ADDBA requests from our AP while we are roaming away from it.Stefan Sperling
2021-11-08Send MiRA source files to the Attic.Stefan Sperling
2021-11-03In addition to the WEP key(s) being set at device initialization withKenneth R Westerback
2021-10-11Monitor 20/40 MHz channel width changes in beacons sent by our access pointStefan Sperling
2021-10-11Add support for 40MHz channels to net80211 RA.Stefan Sperling
2021-10-08Revert my previous commit to ieee80211_node.c (CVS commit Hne35XgzezGa9zmv).Stefan Sperling
2021-10-07Send a probe request to our new AP when we are about to roam to it.Stefan Sperling
2021-09-23Revert ieee80211_proto.c r1.97 (cvs commit ID 8vKZsdvvkjTr5BG5).Stefan Sperling
2021-09-23Add an ADDBA_OFFLOAD capability for wifi devices manage Tx block ackStefan Sperling
2021-09-08Improve debug output when sending 802.11 action frames by showing theStefan 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-05-11During a "key unset for sw crypto" panic, display more meta-dataStefan Sperling