aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.h
Commit message (Expand)AuthorAgeFilesLines
* net80211: de-inline ieee80211_ref_node()Bjoern A. Zeeb2023-10-051-7/+4
* net80211: remove ieee80211_unref_node()Bjoern A. Zeeb2023-10-051-7/+0
* net80211: make ieee80211_alloc_node() privateBjoern A. Zeeb2023-10-021-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* net80211: Fix mismatches in array bounds.John Baldwin2022-12-071-1/+1
* net80211: fix IEEE80211_DEBUG_REFCNT buildsBjoern A. Zeeb2022-11-291-36/+19
* net80211: add a driver-private pointer to struct ieee80211_nodeBjoern A. Zeeb2021-10-311-0/+2
* 80211: non-functional changesBjoern A. Zeeb2020-10-071-1/+1
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-011-1/+1
* [net80211] Add initial U-APSD negotiation support.Adrian Chadd2020-06-161-0/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] quiet IE handling improvementsAdrian Chadd2017-02-091-0/+5
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-211-0/+1
* [net80211] add VHT node flag; parsed chanwidth.Adrian Chadd2017-01-071-2/+5
* [net80211] start laying down the foundation for 11ac support.Adrian Chadd2016-12-161-0/+9
* [net80211] store references to VHT and related IEs.Adrian Chadd2016-11-221-0/+5
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* net80211: add one-vap version of ieee80211_iterate_nodes()Andriy Voskoboinyk2016-10-021-2/+3
* [net80211] don't add IBSS node table entries for neighbors from other SSIDs.Adrian Chadd2016-09-211-0/+3
* [net80211] remove node scan lock / generation number + fix few LORsAdrian Chadd2016-06-191-3/+0
* [net8021] Pull out the ibss check code into a public function.Adrian Chadd2016-04-091-0/+1
* Migrate the fast-frames transmit support away from using the txa_privateAdrian Chadd2015-09-281-0/+3
* Stop a mesh STA from flooding with peer frames.Monthadar Al Jaberi2013-02-071-0/+2
* Don't call the node iteration function inside the node table / nodeAdrian Chadd2012-08-151-0/+2
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.Adrian Chadd2012-04-151-1/+1
* Create a new task to handle 802.11n channel width changes.Adrian Chadd2012-03-251-0/+1
* Remove redundant forward declaration of struct ieee80211com.Aleksandr Rybalko2012-02-201-2/+0
* Add initial support for MIMO statistics to net80211.Adrian Chadd2011-04-081-0/+7
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-1/+2
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-3/+28
* Add ieee80211_ageq; a facility for staging packets that requireSam Leffler2009-07-051-2/+0
* When associating to an AP we don't know if HT is negotiated untilSam Leffler2009-06-111-0/+1
* reserve node flag bits for a-msdu tx/rxSam Leffler2009-06-051-3/+7
* pad data structures to enable integration of future features w/o abi breakageSam Leffler2009-06-011-0/+2
* Overhaul monitor mode handling:Sam Leffler2009-05-201-1/+0
* promote ieee80211_seq typedefSam Leffler2009-05-021-2/+2
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-0/+2
* Fix typo in comment.Rui Paulo2009-03-191-1/+1
* o make %b msg bit defines public (to user apps too)Sam Leffler2009-01-271-0/+5
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-1/+2
* Replace adhoc checks in ieee80211_start with a per-node flag thatSam Leffler2008-12-151-0/+1
* New ap-side power save implementation; the main change is to allow driversSam Leffler2008-10-261-1/+1
* change ieee80211_sta_join to take an explicit channel instead ofSam Leffler2008-10-251-1/+1
* Fix handling of shortgi: use the local configuration (and implicitlySam Leffler2008-09-221-1/+4
* RIFS support; needs driver callback for dynamic state changeSam Leffler2008-09-221-1/+2
* MIMO power save support; still needs callbacks for notifying driversSam Leffler2008-09-211-1/+4
* o widen ni_flags as it's going to be full shortlySam Leffler2008-09-211-17/+17
* Add current transmit parameters for fixed rate handling so driversSam Leffler2008-09-211-0/+1
* o kill IEEE80211_NODE_PSUPDATE; it was never usedSam Leffler2008-09-061-2/+0