summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r307602:eadler2018-03-011-1/+2
* net80211: fix LOR/deadlock in ieee80211_ff_node_cleanup().avos2016-06-291-0/+1
* net80211: unbreak 'show all vaps(/a)' ddb commandavos2016-05-171-0/+2
* net80211: do not hardcode size of ic_modecaps field.avos2016-05-041-1/+2
* net80211: provide a set of ieee80211_add_channel*() functionsavos2016-04-291-0/+8
* [net80211] Add a new capability flag to indicate that the stack shouldadrian2016-04-051-0/+1
* net80211: copy MAC address into iv_myaddr[] instead of aliasing it.avos2016-04-051-1/+2
* net80211: fix possible overflow in IEEE80211_TU_TO_TICKS()avos2016-03-041-1/+1
* [net80211] document the (not completely complete) set of places whereadrian2016-01-011-0/+1
* net80211: add ieee80211_restart_all() call.avos2015-10-271-0/+1
* net80211: drop redundant 3rd parameter from iv_key_set().adrian2015-10-031-2/+1
* Defer calling into the driver to update the QOS (WME) configuration.adrian2015-09-291-0/+1
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapadrian2015-09-221-0/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-9/+18
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-18/+9
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-9/+18
* Break out the current 802.11 software scan methods into an indirect table.adrian2015-06-081-0/+1
* Add two counters to ieee80211com, that will be used to count transmissionglebius2015-05-261-0/+3
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.glebius2015-05-251-5/+0
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-3/+3
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-251-2/+8
* Add void * member to struct ieee80211com, so that drivers can obtain theirglebius2015-05-251-0/+1
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.glebius2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* Global-ify channel_type() - this fixes non-debug net80211 builds.adrian2015-01-061-0/+1
* Add a capability to indicate that the net80211 stack should be doingadrian2014-04-241-0/+1
* Allow net80211 to compile on stable/9 and stable/8.adrian2013-08-071-0/+5
* Fix typo (dbM -> dBm)eadler2013-06-141-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Implement a utility function to return the current TX power cap foradrian2013-04-161-0/+22
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-0/+1
* Migrate the power-save functions to be overridable VAP methods.adrian2012-10-021-0/+5
* Extend the radiotap code to be aware of the size of any extra vendoradrian2012-06-181-0/+5
* Create a new task to handle 802.11n channel width changes.adrian2012-03-251-0/+5
* Fix some net80211 enum nits:bschmidt2011-12-171-5/+6
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-0/+10
* Add a callback for ADDBA response timeouts.adrian2011-06-201-0/+2
* Fix typo, it is MPDU not MDPU.bschmidt2011-05-211-1/+1
* First step on removing the harcoded RX/TX stream and MCS0-15 assumptions.bschmidt2011-03-131-0/+4
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-1/+2
* Add ic_rxstream and ic_txstream. These variables hold the number of RXrpaulo2010-04-281-1/+2
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-1/+4
* Constify vap argument of ieee80211_{note,discard}* functions.rpaulo2010-03-311-6/+6
* Add a new field for extended HT capabilities.rpaulo2010-03-231-1/+4
* Use the iflladdr_event event to keep the mac address on the vap in sync withthompsa2010-01-191-1/+2
* Fix #ifdefs so that GCC 4.4 doesn't complain about it.trasz2010-01-081-3/+3
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-5/+10
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-051-0/+5
* Revamp 802.11 action frame handling:sam2009-07-051-3/+4
OpenPOWER on IntegriCloud