summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h
Commit message (Expand)AuthorAgeFilesLines
* [net80211] remove node scan lock / generation number + fix few LORsadrian2016-06-191-3/+0
* [net8021] Pull out the ibss check code into a public function.adrian2016-04-091-0/+1
* Migrate the fast-frames transmit support away from using the txa_privateadrian2015-09-281-0/+3
* Stop a mesh STA from flooding with peer frames.monthadar2013-02-071-0/+2
* Don't call the node iteration function inside the node table / nodeadrian2012-08-151-0/+2
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-151-1/+1
* Create a new task to handle 802.11n channel width changes.adrian2012-03-251-0/+1
* Remove redundant forward declaration of struct ieee80211com.ray2012-02-201-2/+0
* Add initial support for MIMO statistics to net80211.adrian2011-04-081-0/+7
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-1/+2
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-3/+28
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-051-2/+0
* When associating to an AP we don't know if HT is negotiated untilsam2009-06-111-0/+1
* reserve node flag bits for a-msdu tx/rxsam2009-06-051-3/+7
* pad data structures to enable integration of future features w/o abi breakagesam2009-06-011-0/+2
* Overhaul monitor mode handling:sam2009-05-201-1/+0
* promote ieee80211_seq typedefsam2009-05-021-2/+2
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-0/+2
* Fix typo in comment.rpaulo2009-03-191-1/+1
* o make %b msg bit defines public (to user apps too)sam2009-01-271-0/+5
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+2
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-151-0/+1
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-1/+1
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-251-1/+1
* Fix handling of shortgi: use the local configuration (and implicitlysam2008-09-221-1/+4
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-1/+2
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-1/+4
* o widen ni_flags as it's going to be full shortlysam2008-09-211-17/+17
* Add current transmit parameters for fixed rate handling so driverssam2008-09-211-0/+1
* o kill IEEE80211_NODE_PSUPDATE; it was never usedsam2008-09-061-2/+0
* add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flagssam2008-09-061-0/+3
* purge ni_reqcw; not used and never will besam2008-09-061-1/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-92/+165
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-0/+7
* o move IEEE80211_NONQOS_TID into a public locationsam2007-09-181-3/+4
* Update beacon handling to sync w/ vap code base:sam2007-09-171-0/+5
* Update 802.11 wireless support:sam2007-06-111-113/+107
* copyright updates:sam2007-06-061-7/+1
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-111-0/+1
* when scanning channels marked passive defer probe request untilsam2006-03-061-0/+1
* Adhoc mode fixups:sam2005-12-041-0/+3
* Clarify/fix handling of the current channel:sam2005-08-101-1/+35
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-081-0/+11
* Fix handling of frames sent prior to a station being authorizedsam2005-08-061-0/+2
* simplify ieee80211_ibss_merge apisam2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-4/+2
* Fix race condition in handling node reference counts for authenticatingsam2005-07-061-0/+1
* o collect dtim period+count from beacons in station mode so driverssam2005-06-091-0/+2
* remove extern from function declssam2005-04-041-44/+37
* statically allocate the station/neighbor node table; the deferredsam2005-01-241-1/+0
OpenPOWER on IntegriCloud