aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* net80211: define mask for ss_flags rather than using hardcoded 0xfffBjoern A. Zeeb2023-03-142-3/+3
* net80211: ieee80211_swscan_bg_scan() track return variable under lockBjoern A. Zeeb2023-02-231-3/+5
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-3114-3/+16
* iee80211_hwmp: Don't dereference NULL ni in debug printf.John Baldwin2022-12-211-2/+2
* netlink: add interface notification on link status / flags change.Alexander V. Chernikov2022-12-093-5/+5
* net80211: Fix mismatches in array bounds.John Baldwin2022-12-073-5/+6
* net80211: fix IEEE80211_DEBUG_REFCNT buildsBjoern A. Zeeb2022-11-292-111/+64
* net8021: Fix a typo in a kernel error messageGordon Bergling2022-10-251-1/+1
* net80211: move IEEE80211_F_WME check to vap for consistencyBjoern A. Zeeb2022-09-291-1/+1
* if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov2022-09-221-8/+17
* LinuxKPI: 80211 (+net80211): update and cleanup headersBjoern A. Zeeb2022-09-091-0/+6
* net80211: update (parts of) Action field categoriesBjoern A. Zeeb2022-09-071-10/+59
* net80211(4): Correct a grammar mistake in a source code commentGordon Bergling2022-09-071-1/+1
* net80211(4): Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* net80211: update (parts of) frame types and subtypes and annotateBjoern A. Zeeb2022-09-031-43/+74
* net80211 / drivers: rename to IEEE80211_FC0_SUBTYPE_QOS_DATABjoern A. Zeeb2022-09-037-17/+17
* net80211: simplify an #ifdef INET/INET6 blockBjoern A. Zeeb2022-09-031-10/+17
* mbufs: isolate max_linkhdr and max_protohdr handling in the mbuf codeGleb Smirnoff2022-08-301-6/+1
* net80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_*Bjoern A. Zeeb2022-08-181-4/+8
* net80211: consistently use the IEEE80211_M_ memory related optionsBjoern A. Zeeb2022-08-1814-41/+43
* net80211: ieee80211_ies_expand() add extra length checkBjoern A. Zeeb2022-08-181-0/+8
* net80211: add an IEEE80211_IS_PROTECTED() macroAdrian Chadd2022-08-148-11/+14
* net80211(4): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* net80211: Remove tautological state displayCy Schubert2022-08-061-2/+2
* net80211: change order in ieee80211_vhtchanflags()Bjoern A. Zeeb2022-07-291-2/+2
* net80211: VHT correct check/option in ieee80211_vht_adjust_channel()Bjoern A. Zeeb2022-07-291-3/+2
* net80211: add VHT5G and VHT2G checks/return to media_statusBjoern A. Zeeb2022-07-291-1/+5
* net80211: improve DDB output.Bjoern A. Zeeb2022-07-291-3/+24
* net80211: correct IEEE80211_FEXT_BITSBjoern A. Zeeb2022-07-291-1/+2
* net80211: add more 802.11ac Element IDsBjoern A. Zeeb2022-07-291-1/+7
* net80211: radiotap: add one more define for HEBjoern A. Zeeb2022-07-291-0/+1
* Fix unused variable warning in ieee80211_proto.cDimitry Andric2022-07-261-4/+1
* net80211 / LinuxKPI: 802.11: add Control Trigger Subframe informationBjoern A. Zeeb2022-06-171-0/+1
* 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