aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* ifconfig(8): Fix two typos in source code commentsGordon Bergling2024-04-201-2/+2
* net80211: adjust more VHT structures/fieldsBjoern A. Zeeb2023-12-221-8/+24
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ifconfig: Pacify a sign comparison warning in regdomain_sort.John Baldwin2023-06-191-1/+1
* ifconfig: Consistently use uint32_t for wireless channel flags.John Baldwin2023-06-191-3/+3
* ifconfig: fix armv6 buildAlexander V. Chernikov2023-06-161-1/+1
* ifconfig: use default (more rigid) WARNS level.Alexander V. Chernikov2023-06-161-3/+3
* ifconfig: fix comparison in printmimo().Alexander V. Chernikov2023-06-141-1/+1
* ifconfig: remove global 'name' variable.Alexander V. Chernikov2023-06-131-339/+305
* ifconfig: remove global 'printifname' variable.Alexander V. Chernikov2023-06-131-7/+0
* ifconfig: eliminate global 'verbose' and 'printkey' variablesAlexander V. Chernikov2023-06-131-117/+130
* ifconfig: add if_ctx argument to the generic and ifclone callbacks.Alexander V. Chernikov2023-06-131-14/+14
* ifconfig: fix warnings #2Alexander V. Chernikov2023-06-011-83/+83
* ifconfig: introduce `ifconfig_context` to store current global state.Alexander V. Chernikov2023-05-241-261/+286
* ifconfig: cleanup warnings #1Alexander V. Chernikov2023-05-241-32/+27
* ifconfig: ifieee80211: print bssid nameBjoern A. Zeeb2023-03-231-1/+15
* ifconfig(8): Fix a typo in source code commentGordon Bergling2022-09-031-1/+1
* ifconfig: 80211, add line break after key infoBjoern A. Zeeb2021-03-241-0/+2
* sbin/ifconfig: Get media status with libifconfigRyan Moeller2021-03-051-1/+1
* Ensure consistent error messages from ifconfig(8).Hans Petter Selasky2020-11-261-2/+1
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-211-1/+1
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-181-1/+25
* 80211: ifconfig replace MS() with _IEEE80211_MASKSHIFT()Bjoern A. Zeeb2020-10-071-10/+17
* 80211: non-functional changesBjoern A. Zeeb2020-10-071-2/+1
* 80211: consistently order 160 and 80+80Bjoern A. Zeeb2020-08-171-7/+22
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-171-3/+3
* net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT*Bjoern A. Zeeb2020-08-171-18/+27
* net80211/ifconfig: print hardware device name for wlan interfacesBjoern A. Zeeb2020-08-071-0/+23
* [ifconfig] add UAPSD and LPDC flagsAdrian Chadd2020-06-161-4/+10
* [net80211] Add uapsd option to ifconfigAdrian Chadd2020-06-161-0/+18
* ifconfig(8): display 802.11n rates correctly for 'roam:rate' parameterAndriy Voskoboinyk2019-02-101-1/+3
* ifconfig(8): actually, non-11n rates should be divided by 2...Andriy Voskoboinyk2019-02-031-4/+12
* ifconfig(8): display management / multicast wlan(4) rates properlyAndriy Voskoboinyk2019-02-031-4/+15
* ifconfig(8): interpret VHT rates correctly for 'list roam / txparam' optionsAndriy Voskoboinyk2019-02-031-2/+8
* ifconfig: drop unused macros from ifieee80211.cAndriy Voskoboinyk2019-01-231-5/+0
* [ifconfig] Print more WPS attributes in verbose "list scan" outputOleksandr Tymoshenko2019-01-201-18/+187
* IEEE!Sevan Janiyan2018-08-111-2/+2
* Drop the ternary operator for calculating ssid display length in list_scan().Sevan Janiyan2018-08-111-5/+4
* ifconfig(8): Attempt to render non-printable sequences w/ UTF-8 EnvironmentKyle Evans2018-06-281-2/+9
* Extend SSID maximum string length to 32 chars to support longer SSIDKirill Ponomarev2018-03-161-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* [ifconfig] add some comments around missing net80211 VHT configuration.Adrian Chadd2017-03-311-0/+6
* [ifconfig] handle illegal WPS framesAdrian Chadd2017-02-231-0/+8
* [ifconfig] fix a memory leak.Adrian Chadd2017-02-201-0/+1
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-201-6/+23
* [net80211] fix quiet_duration parameter to match what is provided in the manp...Adrian Chadd2017-02-041-6/+6
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-211-0/+38
* ifconfig(8): fix '-stbc' parameter name.Andriy Voskoboinyk2017-01-201-1/+1
* [ifconfig] add initial VHT (802.11ac) configuration and channel support to if...Adrian Chadd2017-01-071-4/+223
* ifconfig: do not truncate SSID in verbose mode.Andriy Voskoboinyk2016-12-141-1/+1