aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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