aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: migrate direct printf() to net80211_printf()Adrian Chadd2025-06-041-1/+1
* net80211: make sure to not start a BGSCAN if not enabledBjoern A. Zeeb2025-05-281-0/+12
* net80211: refactor out ifp->if_broadcastaddr into ieee80211_freebsd.cAdrian Chadd2025-05-251-2/+4
* net80211: migrate if_flags, if_drvflags out of most source filesAdrian Chadd2025-05-251-1/+1
* net80211: move references to IF_LLADDR() into ieee80211_freebsd.cAdrian Chadd2025-05-251-17/+1
* net80211: fix a race between ieee80211_sta_join and scan entriesBjoern A. Zeeb2025-05-051-5/+21
* net80211: update get_sta_info() to only populate isi_txrate for legacy ratesAdrian Chadd2025-02-261-1/+11
* net80211: remove direct use of ni->ni_txrate, add indirection methodsAdrian Chadd2025-02-261-17/+3
* net80211: 11ac: add options to manage VHT STBCBjoern A. Zeeb2024-12-011-0/+20
* net80211: add a new field specifically for announcing specific ciphersAdrian Chadd2024-05-091-1/+5
* ieee80211: Check for copyout() errors in the SIOCG80211STATS handlerMark Johnston2023-12-191-2/+2
* net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vhtBjoern A. Zeeb2023-11-031-1/+1
* net80211: rename iv_flags_vht to iv_vht_flagsBjoern A. Zeeb2023-11-031-1/+1
* net80211: improve scan debuggingBjoern A. Zeeb2023-09-141-2/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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