aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_var.h
Commit message (Expand)AuthorAgeFilesLines
* net80211: add ieee80211_restart_all() call.Andriy Voskoboinyk2015-10-271-0/+1
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-031-2/+1
* Defer calling into the driver to update the QOS (WME) configuration.Adrian Chadd2015-09-291-0/+1
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-0/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-9/+18
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-18/+9
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-9/+18
* Break out the current 802.11 software scan methods into an indirect table.Adrian Chadd2015-06-081-0/+1
* Add two counters to ieee80211com, that will be used to count transmissionGleb Smirnoff2015-05-261-0/+3
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.Gleb Smirnoff2015-05-251-5/+0
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-3/+3
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-2/+8
* Add void * member to struct ieee80211com, so that drivers can obtain theirGleb Smirnoff2015-05-251-0/+1
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.Gleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Global-ify channel_type() - this fixes non-debug net80211 builds.Adrian Chadd2015-01-061-0/+1
* Add a capability to indicate that the net80211 stack should be doingAdrian Chadd2014-04-241-0/+1
* Allow net80211 to compile on stable/9 and stable/8.Adrian Chadd2013-08-071-0/+5
* Fix typo (dbM -> dBm)Eitan Adler2013-06-141-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-1/+1
* Implement a utility function to return the current TX power cap forAdrian Chadd2013-04-161-0/+22
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-0/+1
* Migrate the power-save functions to be overridable VAP methods.Adrian Chadd2012-10-021-0/+5
* Extend the radiotap code to be aware of the size of any extra vendorAdrian Chadd2012-06-181-0/+5
* Create a new task to handle 802.11n channel width changes.Adrian Chadd2012-03-251-0/+5
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-5/+6
* Add 802.11h quiet time element support into net80211.Adrian Chadd2011-11-081-0/+10
* Add a callback for ADDBA response timeouts.Adrian Chadd2011-06-201-0/+2
* Fix typo, it is MPDU not MDPU.Bernhard Schmidt2011-05-211-1/+1
* First step on removing the harcoded RX/TX stream and MCS0-15 assumptions.Bernhard Schmidt2011-03-131-0/+4
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-061-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-141-1/+2
* Add ic_rxstream and ic_txstream. These variables hold the number of RXRui Paulo2010-04-281-1/+2
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-1/+4
* Constify vap argument of ieee80211_{note,discard}* functions.Rui Paulo2010-03-311-6/+6
* Add a new field for extended HT capabilities.Rui Paulo2010-03-231-1/+4
* Use the iflladdr_event event to keep the mac address on the vap in sync withAndrew Thompson2010-01-191-1/+2
* Fix #ifdefs so that GCC 4.4 doesn't complain about it.Edward Tomasz Napierala2010-01-081-3/+3
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-5/+10
* Add ieee80211_ageq; a facility for staging packets that requireSam Leffler2009-07-051-0/+5
* Revamp 802.11 action frame handling:Sam Leffler2009-07-051-3/+4
* iv_flags_ext is full, make room by moving HT-related flags to a newSam Leffler2009-06-071-20/+28
* o add bits for STBC and GreenfieldSam Leffler2009-06-061-5/+8
* o station mode channel switch supportSam Leffler2009-06-041-1/+2
* Fix monitor mode vaps to work as intended:Sam Leffler2009-06-021-2/+3
* 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-4/+37
* make superg/fast-frames state dynamically-allocated (and indirect offSam Leffler2009-05-021-9/+3
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-5/+33
* add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-addressSam Leffler2009-04-261-2/+3