aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* net80211: add initial key management suites from 802.11-2016, APIs to registe...Adrian Chadd2024-05-145-0/+74
* net80211: allow a single wlan crypto module to register for >1 cipherAdrian Chadd2024-05-141-2/+5
* net80211: add placeholder module names for the new ciphersAdrian Chadd2024-05-141-0/+7
* net80211: add the 802.11-2016 cipher list to the crypto array set.Adrian Chadd2024-05-141-2/+20
* net80211: add new ciphers and RSN flagsAdrian Chadd2024-05-091-13/+54
* net80211: add driver / crypto methods to set the hardware / software cipher s...Adrian Chadd2024-05-094-0/+51
* net80211: add a new field specifically for announcing specific ciphersAdrian Chadd2024-05-094-4/+22
* net80211: amrr_init: change order of commandsBjoern A. Zeeb2024-04-151-1/+2
* net8011: radiotap: add more EHT constantsBjoern A. Zeeb2024-04-141-0/+5
* net80211: Fix two typos in kernel messagesGordon Bergling2024-02-191-2/+2
* net80211: increase number of spares in struct ieee80211_vapBjoern A. Zeeb2024-02-181-1/+1
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-144-26/+128
* net80211: fix checks for (*iv_preamble_update)/(*iv_ht_protmode_update)Bjoern A. Zeeb2024-02-141-2/+2
* net80211: make sure calls to (*iv_update_bss)() are lockedBjoern A. Zeeb2024-02-032-0/+17
* net80211: fix a NULL deref in ieee80211_sta_join1()Bjoern A. Zeeb2024-02-031-5/+8
* net80211: Fix a typo in a source code commentGordon Bergling2024-01-221-1/+1
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-092-4/+4
* net80211 amdpu: Simplify a few loops that drain an mbufqJohn Baldwin2024-01-091-2/+2
* net80211: adjust more VHT structures/fieldsBjoern A. Zeeb2023-12-226-52/+37
* net80211: improve logging about state transitions lostBjoern A. Zeeb2023-12-221-12/+20
* ieee80211: Check for copyout() errors in the SIOCG80211STATS handlerMark Johnston2023-12-191-2/+2
* net80211: move net_epoch into net80211Bjoern A. Zeeb2023-12-012-0/+7
* net80211: ieee80211_dump_node() check for channel to be setBjoern A. Zeeb2023-11-301-1/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-51/+0
* net80211: add ieee80211_add_vhtcap_ch()Bjoern A. Zeeb2023-11-032-0/+29
* net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vhtBjoern A. Zeeb2023-11-037-18/+17
* net80211: combine iv_vhtcaps and iv_vht_mcsinfoBjoern A. Zeeb2023-11-035-31/+30
* net80211: rename iv_flags_vht to iv_vht_flagsBjoern A. Zeeb2023-11-039-28/+28
* net80211: pass __func__, __LINE__ also to ieee80211_alloc_node()Bjoern A. Zeeb2023-10-061-7/+22
* net80211: de-inline ieee80211_ref_node()Bjoern A. Zeeb2023-10-052-7/+18
* net80211: remove ieee80211_unref_node()Bjoern A. Zeeb2023-10-052-9/+2
* net80211: make ieee80211_alloc_node() privateBjoern A. Zeeb2023-10-022-4/+4
* net80211: improve ddb output for sta and rateBjoern A. Zeeb2023-10-021-0/+53
* net80211: introduce two extra ieee80211_notify_scan_done()Bjoern A. Zeeb2023-09-211-2/+4
* net80211: improve scan debuggingBjoern A. Zeeb2023-09-143-9/+77
* net80211: mark argument to scan_curchan_task() __unusedBjoern A. Zeeb2023-09-141-1/+1
* net80211: fix ddb print alignmentBjoern A. Zeeb2023-09-111-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1640-67/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1629-58/+0
* net80211: Radiotap: add two more EHT definesBjoern A. Zeeb2023-08-071-0/+2
* net80211: Radiotap: update for definesBjoern A. Zeeb2023-05-201-5/+8
* net80211: Radiotap: update for newer standards (add EHT, U-SIG)Bjoern A. Zeeb2023-05-161-4/+128
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1265-65/+65
* net80211: Remove double words in source code commentsGordon Bergling2023-04-182-3/+3
* net80211: fix a typo in Rx MCS set for unequal modulation caseMikhail Pchelin2023-04-141-1/+1
* net80211: wrong transmit MCS set in HT cap IEMikhail Pchelin2023-04-141-3/+3
* net80211: fail for unicast traffic without unicast keydomienschepers2023-04-101-5/+11
* net80211: make ieee80211_scan_dump_channels privateBjoern A. Zeeb2023-03-142-4/+2