aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-0/+1
* net80211(4): Correct a grammar mistake in a source code commentGordon Bergling2022-09-071-1/+1
* net80211(4): Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* net80211: consistently use the IEEE80211_M_ memory related optionsBjoern A. Zeeb2022-08-181-3/+4
* net80211: add VHT5G and VHT2G checks/return to media_statusBjoern A. Zeeb2022-07-291-1/+5
* net80211: enhance (disabled) debuggingBjoern A. Zeeb2022-02-141-4/+4
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-221-3/+14
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-181-9/+57
* 80211: non-functional changesBjoern A. Zeeb2020-10-071-6/+6
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-241-38/+51
* net80211: improve media information for VHT5GHZBjoern A. Zeeb2020-08-231-3/+39
* net80211: set_vht_extchan() reverse order to always return bestBjoern A. Zeeb2020-08-231-13/+22
* net80211: remove vertical whitespaceBjoern A. Zeeb2020-08-171-18/+5
* 80211: consistently order 160 and 80+80Bjoern A. Zeeb2020-08-171-1/+4
* [net80211] Add initial U-APSD negotiation support.Adrian Chadd2020-06-161-0/+6
* [net80211] Migrate short slot time configuration into per-vap and deferred ta...Adrian Chadd2020-06-051-1/+2
* Enhance the comment ieee80211_add_channel() to avoid aBjoern A. Zeeb2019-06-101-0/+2
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-0/+11
* net80211: resolve ioctl <-> detach race for ieee80211com structureAndriy Voskoboinyk2019-01-201-1/+3
* net80211: Fix ifdetach w/o ifattach, small whitespace cleanupKyle Evans2018-07-101-7/+16
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* net80211: fix possible panic when wlan(4) interface is destroyed.Andriy Voskoboinyk2017-03-241-0/+1
* [net80211] begin fleshing out per-VAP WME configurations.Adrian Chadd2017-03-131-0/+1
* net80211: fix ieee80211_htrateset setup, return EINVAL for an unsupportedAndriy Voskoboinyk2017-03-031-0/+10
* net80211: fix flags setup for HT40 5GHz channels.Andriy Voskoboinyk2017-01-221-1/+1
* [net80211] initial, somewhat incomplete VHT channel setup code and attach path.Adrian Chadd2017-01-131-9/+277
* [net80211] add VHT mediatype initialisation and update helper functions.Adrian Chadd2017-01-101-1/+28
* [net80211] add syncflags methods for the VHT flags configuration.Adrian Chadd2017-01-071-0/+54
* [net80211] turn the default TX key configuration (for WEP) into a vap callback.Adrian Chadd2016-12-271-0/+22
* [net80211] sigh, course I would miss a commit from the 11ac prep commit.Adrian Chadd2016-12-161-0/+7
* [net80211] prepare for 11ac aware NICs that want to know per-vdev channel and...Adrian Chadd2016-12-031-0/+47
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-1/+1
* net80211: unbreak 'show all vaps(/a)' ddb commandAndriy Voskoboinyk2016-05-171-0/+11
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* net80211: provide a set of ieee80211_add_channel*() functionsAndriy Voskoboinyk2016-04-291-8/+256
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk2016-04-211-10/+0
* net80211: copy MAC address into iv_myaddr[] instead of aliasing it.Andriy Voskoboinyk2016-04-051-2/+2
* net80211: remove redundant locking.Andriy Voskoboinyk2016-02-281-4/+4
* net80211: fix 'uma_zalloc_arg: zone "32" with non-sleepable locks held'Andriy Voskoboinyk2016-02-261-6/+9
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* net80211: add ieee80211_restart_all() call.Andriy Voskoboinyk2015-10-271-0/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-173/+109
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-109/+173
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-173/+109
* For now, just default to presenting "found" channels as 11g, not 11b.Adrian Chadd2015-06-051-1/+1
* Provide ieee80211_get_counter() that sums up ieee802comGleb Smirnoff2015-05-261-0/+31
* Make ieee80211broadcastaddr global, so that drivers or otherGleb Smirnoff2015-05-261-1/+1
* Reduce diff before functional changes:Gleb Smirnoff2015-05-261-3/+2
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.Gleb Smirnoff2015-05-251-6/+0