aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2340-67/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-234-4/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2329-58/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2565-65/+65
* net80211: fail for unicast traffic without unicast keydomienschepers2023-06-261-5/+11
* net80211: Radiotap: update for newer standards (add EHT, U-SIG)Bjoern A. Zeeb2023-06-261-9/+136
* net80211: define mask for ss_flags rather than using hardcoded 0xfffBjoern A. Zeeb2023-06-262-3/+3
* net80211: make ieee80211_scan_dump_channels privateBjoern A. Zeeb2023-06-262-4/+2
* net80211: Fix mismatches in array bounds.John Baldwin2023-05-033-5/+6
* iee80211_hwmp: Don't dereference NULL ni in debug printf.John Baldwin2023-05-031-2/+2
* net80211: Remove double words in source code commentsGordon Bergling2023-04-232-3/+3
* net8021: Fix a typo in a kernel error messageGordon Bergling2022-11-011-1/+1
* net80211: move IEEE80211_F_WME check to vap for consistencyBjoern A. Zeeb2022-10-171-1/+1
* LinuxKPI: 80211 (+net80211): update and cleanup headersBjoern A. Zeeb2022-10-171-0/+6
* net80211: update (parts of) Action field categoriesBjoern A. Zeeb2022-09-211-10/+59
* net80211: update (parts of) frame types and subtypes and annotateBjoern A. Zeeb2022-09-211-43/+74
* net80211: simplify an #ifdef INET/INET6 blockBjoern A. Zeeb2022-09-211-10/+17
* net80211 / drivers: rename to IEEE80211_FC0_SUBTYPE_QOS_DATABjoern A. Zeeb2022-09-217-17/+17
* net80211: consistently use the IEEE80211_M_ memory related optionsBjoern A. Zeeb2022-09-2114-41/+43
* net80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_*Bjoern A. Zeeb2022-09-211-4/+8
* net80211: ieee80211_ies_expand() add extra length checkBjoern A. Zeeb2022-09-211-0/+8
* net80211: change order in ieee80211_vhtchanflags()Bjoern A. Zeeb2022-09-211-2/+2
* net80211: add VHT5G and VHT2G checks/return to media_statusBjoern A. Zeeb2022-09-211-1/+5
* net80211: correct IEEE80211_FEXT_BITSBjoern A. Zeeb2022-09-211-1/+2
* net80211: radiotap: add one more define for HEBjoern A. Zeeb2022-09-211-0/+1
* net80211: improve DDB output.Bjoern A. Zeeb2022-09-211-3/+24
* net80211: add more 802.11ac Element IDsBjoern A. Zeeb2022-09-211-1/+7
* net80211: VHT correct check/option in ieee80211_vht_adjust_channel()Bjoern A. Zeeb2022-09-211-3/+2
* net80211(4): Fix a few common typos in source code commentsGordon Bergling2022-09-123-3/+3
* net80211(4): Correct a grammar mistake in a source code commentGordon Bergling2022-09-101-1/+1
* net80211(4): Remove a double word in a source code commentGordon Bergling2022-09-071-1/+1
* net80211: Remove tautological state displayCy Schubert2022-08-131-2/+2
* net80211(4): Fix a typo in a source code commentGordon Bergling2022-08-101-1/+1
* Fix unused variable warning in ieee80211_proto.cDimitry Andric2022-07-291-4/+1
* net80211 / LinuxKPI: 802.11: add Control Trigger Subframe informationBjoern A. Zeeb2022-07-011-0/+1
* net80211: remove (optional) RSN from preobereqBjoern A. Zeeb2022-06-031-4/+0
* net80211: simplify code after STA/AP VAPs traffic hang fixBjoern A. Zeeb2022-06-031-12/+16
* net80211: Fix traffic hang on STA/AP VAPs on a multi-VAP interfaceAdrian Chadd2022-06-031-0/+47
* net80211(4): Fix a typo in a source code commentGordon Bergling2022-04-141-1/+1
* 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-051-2/+2
* net80211: introduce (*iv_update_bss)()Bjoern A. Zeeb2022-03-274-10/+26
* net80211: improve one debug loggingBjoern A. Zeeb2022-03-271-2/+4
* net80211: enhance (disabled) debuggingBjoern A. Zeeb2022-02-201-4/+4
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-083-3/+0
* net80211: ieee80211_dump_node() cosmeticsBjoern A. Zeeb2022-01-201-2/+3
* net80211: adjust a printf to toeee80211_noteBjoern A. Zeeb2021-12-301-1/+1
* net80211: add debugging informationBjoern A. Zeeb2021-12-303-3/+22
* net80211: format debug functions as single lineBjoern A. Zeeb2021-12-301-27/+49