aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.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: consistently use the IEEE80211_M_ memory related optionsBjoern A. Zeeb2022-08-181-2/+2
* net80211: fix build for 526370fb85db4b659cff4625eb2f379acaa4a1a8Bjoern A. Zeeb2021-10-081-1/+1
* net80211: proper ssid length check in setmlme_assoc_adhoc()Bjoern A. Zeeb2021-10-081-1/+1
* net80211: factor out the priv(9) checks into OS specifc code.Bjoern A. Zeeb2020-10-181-11/+7
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-241-4/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* net80211: remove vertical whitespaceBjoern A. Zeeb2020-08-171-3/+0
* net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT*Bjoern A. Zeeb2020-08-171-20/+10
* net80211/ifconfig: print hardware device name for wlan interfacesBjoern A. Zeeb2020-08-071-0/+7
* [net80211] Add new privileges; restrict what can be done in a jail.Adrian Chadd2020-07-191-3/+12
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-011-4/+8
* [net80211] Add initial U-APSD negotiation support.Adrian Chadd2020-06-161-0/+15
* Don't use if_maddr_rlock() in 802.11, use epoch(9) directly instead.Gleb Smirnoff2019-10-101-2/+4
* net80211(4): validate supplied roam:rate values from ifconfig(8)Andriy Voskoboinyk2019-02-061-12/+67
* net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hAndriy Voskoboinyk2019-01-251-10/+2
* net80211: resolve ioctl <-> detach race for ieee80211com structureAndriy Voskoboinyk2019-01-201-1/+9
* net80211: fix panic when device is removed during initializationAndriy Voskoboinyk2019-01-091-1/+5
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-1/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/net8021: Add missing braces in setcurchan().Pedro F. Giffuni2017-08-011-1/+2
* net80211: fix ieee80211_htrateset setup, return EINVAL for an unsupportedAndriy Voskoboinyk2017-03-031-5/+13
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-211-0/+32
* [net80211] allow for MCS16-23 to be statically configured.Adrian Chadd2017-01-201-1/+1
* [net80211] add VHT ioctl parameters and driver capabilitiesAdrian Chadd2017-01-071-1/+83
* [net80211] turn the default TX key configuration (for WEP) into a vap callback.Adrian Chadd2016-12-271-2/+25
* net80211: switch from ieee80211_iterate_nodes() toAndriy Voskoboinyk2016-11-141-12/+8
* [net80211] correctly lock the ifp before accessing the lladdr.Adrian Chadd2016-08-181-0/+2
* net80211: restore interface state check for IEEE80211_IOC_SCAN_REQ ioctl.Andriy Voskoboinyk2016-05-191-0/+5
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* net80211: fix MAC address change via SIOCSIFLLADDR ioctl.Andriy Voskoboinyk2016-05-021-1/+11
* [net80211] add the STBC ioctl support.Adrian Chadd2016-04-261-0/+32
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk2016-04-211-4/+20
* net80211: provide descriptions for reason codesAndriy Voskoboinyk2016-04-201-4/+6
* [net80211] put in a comment about the not-quite-correctness of A-MPDU paramet...Adrian Chadd2016-04-181-0/+8
* net80211: fix 'taskqueue_drain with non-sleepable locks held' warningAndriy Voskoboinyk2016-02-281-3/+9
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* net80211: reduce stack usage for ieee80211_ioctl*() methods.Andriy Voskoboinyk2016-01-241-89/+95
* net80211: reduce code duplicationAndriy Voskoboinyk2016-01-241-2/+0
* [net80211] decode WPA cipher config '0' as "clear cipher config".Adrian Chadd2015-11-261-0/+3
* net80211: reduce code duplication in the ieee80211_ioctl_setwmeparam() + fix ...Adrian Chadd2015-10-031-35/+17
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-55/+16
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-16/+55
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-55/+16
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-18/+23
* Use logical rather than bitwise OR in if() expression.Ian Lepore2014-04-261-1/+1
* Modify the ioctl path to support querying things if the vap state isAdrian Chadd2014-04-241-7/+7
* Remove IPX support.Gleb Smirnoff2014-03-141-24/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1