aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flagsSam Leffler2008-09-061-0/+3
* purge ni_reqcw; not used and never will beSam Leffler2008-09-061-1/+0
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-92/+165
* sync 11n support with vap code base; many changes based on interopSam Leffler2007-11-021-0/+7
* o move IEEE80211_NONQOS_TID into a public locationSam Leffler2007-09-181-3/+4
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-0/+5
* Update 802.11 wireless support:Sam Leffler2007-06-111-113/+107
* copyright updates:Sam Leffler2007-06-061-7/+1
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationsSam Leffler2007-03-111-0/+1
* when scanning channels marked passive defer probe request untilSam Leffler2006-03-061-0/+1
* Adhoc mode fixups:Sam Leffler2005-12-041-0/+3
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-1/+35
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-081-0/+11
* Fix handling of frames sent prior to a station being authorizedSam Leffler2005-08-061-0/+2
* simplify ieee80211_ibss_merge apiSam Leffler2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-221-4/+2
* Fix race condition in handling node reference counts for authenticatingSam Leffler2005-07-061-0/+1
* o collect dtim period+count from beacons in station mode so driversSam Leffler2005-06-091-0/+2
* remove extern from function declsSam Leffler2005-04-041-44/+37
* statically allocate the station/neighbor node table; the deferredSam Leffler2005-01-241-1/+0
* when scanning is interrupted reset state so table entries go in the stationSam Leffler2005-01-181-0/+1
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-081-64/+191