aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* net80211: remove (optional) RSN from preobereqBjoern A. Zeeb2022-05-171-4/+0
* net80211: simplify code after STA/AP VAPs traffic hang fixBjoern A. Zeeb2022-05-061-12/+16
* net80211: Fix traffic hang on STA/AP VAPs on a multi-VAP interfaceAdrian Chadd2022-04-221-0/+47
* net80211(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* net80211: improve error handling from ieee80211_parse_beacon()Bjoern A. Zeeb2022-04-072-2/+3
* net80211: validate Mesh ID length in ieee80211_parse_beaconBjoern A. Zeeb2022-04-051-0/+6
* net80211: correct types for nf and rssiBjoern A. Zeeb2022-04-011-2/+2
* net80211: introduce (*iv_update_bss)()Bjoern A. Zeeb2022-03-224-9/+22
* net80211: improve one debug loggingBjoern A. Zeeb2022-03-221-2/+4
* net80211: enhance (disabled) debuggingBjoern A. Zeeb2022-02-141-4/+4
* net80211: ieee80211_dump_node() cosmeticsBjoern A. Zeeb2022-01-171-2/+3
* net80211: adjust a printf to toeee80211_noteBjoern A. Zeeb2021-12-261-1/+1
* net80211: add debugging informationBjoern A. Zeeb2021-12-263-3/+22
* net80211: format debug functions as single lineBjoern A. Zeeb2021-12-261-27/+49
* net80211: fix debug printfBjoern A. Zeeb2021-12-231-1/+1
* net80211(4): Fix a typo in a sysctl descriptionGordon Bergling2021-12-041-1/+1
* net80211: fix -Wunused-but-set-variable warningsBjoern A. Zeeb2021-11-246-11/+52
* net80211: radiotap add another defineBjoern A. Zeeb2021-11-181-0/+1
* net80211: add a driver-private pointer to struct ieee80211_nodeBjoern A. Zeeb2021-10-311-0/+2
* net80211: correct input_sta length checks and control frame handlingBjoern A. Zeeb2021-10-221-29/+37
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-222-3/+17
* net80211: fix build for 526370fb85db4b659cff4625eb2f379acaa4a1a8Bjoern A. Zeeb2021-10-081-1/+1
* net80211: correct length check in ieee80211_ies_expand()Bjoern A. Zeeb2021-10-081-1/+1
* net80211: proper ssid length check in setmlme_assoc_adhoc()Bjoern A. Zeeb2021-10-081-1/+1
* net80211: prevent plaintext injection by A-MSDU RFC1042/EAPOL framesMathy Vanhoef2021-09-304-24/+48
* net80211: mitigation against A-MSDU design flawMathy Vanhoef2021-09-306-7/+24
* net80211: reject mixed plaintext/encrypted fragmentsMathy Vanhoef2021-09-307-9/+24
* net80211(4): Fix a few common typos in source code commentsGordon Bergling2021-09-253-3/+3
* net80211: add func/line information to IEEE80211_DISCARD* macrosBjoern A. Zeeb2021-09-041-3/+6
* net80211: comments and whitespaceBjoern A. Zeeb2021-09-042-4/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-083-3/+0
* net80211: ieee80211_probereq_ie fix length calculation for hw scansBjoern A. Zeeb2021-06-281-4/+5
* net80211/LinuxKPI: add more radiotap definitionsBjoern A. Zeeb2021-06-051-0/+134
* net80211: prefix get_random_bytes() with net80211_Bjoern A. Zeeb2021-03-247-7/+8
* net80211: split up ieee80211_probereq()Bjoern A. Zeeb2021-03-182-56/+117
* net80211: Fix a typo in a commentGordon Bergling2021-03-131-31/+31
* net80211: ratectl header guard against multiple inclusionsBjoern A. Zeeb2021-03-071-0/+5
* net80211: rx_stats add 160Mhz channel width.Bjoern A. Zeeb2021-02-281-1/+2
* net80211: fix a typoBjoern A. Zeeb2020-11-041-1/+1
* net80211: factor out the priv(9) checks into OS specifc code.Bjoern A. Zeeb2020-10-183-12/+57
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-185-27/+76
* net80211: whitespaceBjoern A. Zeeb2020-10-071-4/+4
* 80211: non-functional changesBjoern A. Zeeb2020-10-072-7/+7
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-249-141/+174
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0129-63/+28
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-243-44/+83
* net80211: improve media information for VHT5GHZBjoern A. Zeeb2020-08-231-3/+39
* net80211: set_vht_extchan() reverse order to always return bestBjoern A. Zeeb2020-08-231-13/+22
* net80211: replace magic number by defineBjoern A. Zeeb2020-08-171-1/+1
* net80211: VHT correct NSS Set loop boundaryBjoern A. Zeeb2020-08-171-1/+1