aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_var.h
Commit message (Expand)AuthorAgeFilesLines
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-181-0/+2
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-241-2/+6
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-241-0/+4
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-171-1/+1
* net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT*Bjoern A. Zeeb2020-08-171-5/+9
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-011-9/+30
* [net80211] Add initial U-APSD negotiation support.Adrian Chadd2020-06-161-0/+4
* [net80211] separate out node allocation and node initialisation.Adrian Chadd2020-06-131-1/+12
* net80211: Add framework for debugnet(4) supportConrad Meyer2020-06-131-0/+3
* [net80211] Migrate short slot time configuration into per-vap and deferred ta...Adrian Chadd2020-06-051-0/+4
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-0/+2
* net80211: resolve ioctl <-> detach race for ieee80211com structureAndriy Voskoboinyk2019-01-201-0/+7
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] begin fleshing out per-VAP WME configurations.Adrian Chadd2017-03-131-1/+4
* net80211: fix ieee80211_htrateset setup, return EINVAL for an unsupportedAndriy Voskoboinyk2017-03-031-0/+3
* [net80211] quiet IE handling improvementsAdrian Chadd2017-02-091-1/+2
* net80211: cleanup ic_flags / iv_flagsAndriy Voskoboinyk2017-01-311-7/+5
* [net80211] prepare configuration checks for VHT, fragment-offload and seqno-o...Adrian Chadd2017-01-271-2/+8
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-211-0/+2
* [net80211] add a macro to check this configuration option.Adrian Chadd2017-01-131-0/+3
* [net80211] begin laying the groundwork for drivers to do their own sequence n...Adrian Chadd2017-01-131-1/+2
* [net80211] add a "is VHT available" macro.Adrian Chadd2017-01-081-0/+8
* [net80211] add FVHT flags for channel widths.Adrian Chadd2017-01-071-1/+26
* [net80211] correct VHT ieee80211com state bits.Adrian Chadd2017-01-051-2/+7
* [net80211] turn the default TX key configuration (for WEP) into a vap callback.Adrian Chadd2016-12-271-0/+5
* [net80211] start laying down the foundation for 11ac support.Adrian Chadd2016-12-161-0/+13
* [net80211] prepare for 11ac aware NICs that want to know per-vdev channel and...Adrian Chadd2016-12-031-0/+7
* [net80211] shuffle IEEE80211_C and HTC bits over to _ieee80211.h so userland ...Adrian Chadd2016-11-181-64/+0
* [net80211] Initial full-offload scan support.Adrian Chadd2016-10-191-1/+2
* net80211: fix LOR/deadlock in ieee80211_ff_node_cleanup().Andriy Voskoboinyk2016-06-291-0/+1
* net80211: unbreak 'show all vaps(/a)' ddb commandAndriy Voskoboinyk2016-05-171-0/+2
* net80211: do not hardcode size of ic_modecaps field.Andriy Voskoboinyk2016-05-041-1/+2
* net80211: provide a set of ieee80211_add_channel*() functionsAndriy Voskoboinyk2016-04-291-0/+8
* [net80211] Add a new capability flag to indicate that the stack shouldAdrian Chadd2016-04-051-0/+1
* net80211: copy MAC address into iv_myaddr[] instead of aliasing it.Andriy Voskoboinyk2016-04-051-1/+2
* net80211: fix possible overflow in IEEE80211_TU_TO_TICKS()Andriy Voskoboinyk2016-03-041-1/+1
* [net80211] document the (not completely complete) set of places whereAdrian Chadd2016-01-011-0/+1
* 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