aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: in ieee80211_sta_join() only do_ht if HT is availBjoern A. Zeeb2025-07-131-3/+4
* net80211: Fix IEEE80211_KEY_UNDEFINED() in ieee80211_node_delucastkey()Bjoern A. Zeeb2025-03-191-1/+1
* net80211: use IEEE80211_KEY_UNDEFINED() insetad of checking they keyixBjoern A. Zeeb2025-02-241-1/+1
* net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chwBjoern A. Zeeb2025-02-101-3/+4
* net80211: make sure calls to (*iv_update_bss)() are lockedBjoern A. Zeeb2024-02-181-0/+15
* net80211: fix a NULL deref in ieee80211_sta_join1()Bjoern A. Zeeb2024-02-181-5/+8
* net80211: ieee80211_dump_node() check for channel to be setBjoern A. Zeeb2024-02-181-1/+2
* net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vhtBjoern A. Zeeb2023-11-301-1/+1
* net80211: rename iv_flags_vht to iv_vht_flagsBjoern A. Zeeb2023-11-301-3/+3
* net80211: pass __func__, __LINE__ also to ieee80211_alloc_node()Bjoern A. Zeeb2023-11-301-7/+22
* net80211: de-inline ieee80211_ref_node()Bjoern A. Zeeb2023-11-301-0/+14
* net80211: make ieee80211_alloc_node() privateBjoern A. Zeeb2023-11-301-1/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* net80211: Remove double words in source code commentsGordon Bergling2023-04-181-2/+2
* net80211: fix IEEE80211_DEBUG_REFCNT buildsBjoern A. Zeeb2022-11-291-75/+45
* net80211: ieee80211_ies_expand() add extra length checkBjoern A. Zeeb2022-08-181-0/+8
* net80211: introduce (*iv_update_bss)()Bjoern A. Zeeb2022-03-221-5/+3
* net80211: improve one debug loggingBjoern A. Zeeb2022-03-221-2/+4
* net80211: ieee80211_dump_node() cosmeticsBjoern A. Zeeb2022-01-171-2/+3
* net80211: add debugging informationBjoern A. Zeeb2021-12-261-0/+3
* net80211: correct length check in ieee80211_ies_expand()Bjoern A. Zeeb2021-10-081-1/+1
* net80211(4): Fix a few common typos in source code commentsGordon Bergling2021-09-251-1/+1
* net80211: prefix get_random_bytes() with net80211_Bjoern A. Zeeb2021-03-241-1/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-011-63/+79
* [net80211] separate out node allocation and node initialisation.Adrian Chadd2020-06-131-0/+27
* [net80211] Fix typo.Adrian Chadd2020-06-061-1/+1
* [net80211] print out node A-MSDU state.Adrian Chadd2020-06-051-1/+2
* [net80211] Migrate short slot time configuration into per-vap and deferred ta...Adrian Chadd2020-06-051-7/+8
* net80211: fix out-of-bounds read in ieee80211_amrr(9).Andriy Voskoboinyk2018-12-191-2/+0
* ieee8021_node: fix whitespace issuesKyle Evans2018-08-101-9/+9
* net80211: Drain ageq before cleaning it up.Kyle Evans2018-08-101-0/+1
* net80211: handle VHT nodes in ieee80211_node_setuptxparms()Andriy Voskoboinyk2017-12-301-1/+6
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-201-4/+5
* net80211: cleanup ic_flags / iv_flagsAndriy Voskoboinyk2017-01-311-1/+0
* [net80211] Initial VHT node upgrade/downgrade support and initial IE parsing.Adrian Chadd2017-01-131-6/+153
* [net80211] store references to VHT and related IEs.Adrian Chadd2016-11-221-0/+19
* [net80211] flesh out more IBSS 11n supportAdrian Chadd2016-11-221-2/+69
* net80211: switch from ieee80211_iterate_nodes() toAndriy Voskoboinyk2016-11-141-11/+6
* net80211: add one-vap version of ieee80211_iterate_nodes()Andriy Voskoboinyk2016-10-021-98/+74
* [net80211] don't add IBSS node table entries for neighbors from other SSIDs.Adrian Chadd2016-09-211-0/+56
* [net80211] remove node scan lock / generation number + fix few LORsAdrian Chadd2016-06-191-154/+115
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-6/+0
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Try to unbreak the build: the 'vap' variable is only used if ieee80211Bjoern A. Zeeb2016-04-091-1/+1
* [net80211] print out the channel type (eg a, b, g, n) when creatingAdrian Chadd2016-04-091-2/+3
* [net8021] Pull out the ibss check code into a public function.Adrian Chadd2016-04-091-15/+29
* [net80211] Initial A-MSDU support for testing / evaluationAdrian Chadd2016-04-061-2/+2