aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ifconfig] remove now duplicate IEEE80211_C_BITS definition; it's now in _iee...Adrian Chadd2016-11-181-6/+0
* Remove MATCHOUI macro, unused since r197980.Gavin Atkinson2016-11-011-6/+0
* [ifconfig] correctly display RSSI.Adrian Chadd2016-10-081-2/+2
* ifconfig: fix wlan creation when unit number is not providedAndriy Voskoboinyk2016-06-081-0/+7
* ifconfig: set by default FCC regulatory domain for wireless interfaces.Andriy Voskoboinyk2016-05-261-0/+40
* Add an assertion to catch a potential underflow in an array indexDon Lewis2016-05-161-0/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-6/+6
* ifconfig: fix check for 40 MHz channels while applying country/regdomain.Andriy Voskoboinyk2016-05-091-4/+0
* [ifconfig] add STBC TX/RX configurationAdrian Chadd2016-04-261-1/+39
* ifconfig: prevent some improbable signed integer overflows.Pedro F. Giffuni2016-04-251-6/+6
* Add VHT power envelope parsing to ifconfig.Adrian Chadd2016-04-191-1/+36
* Add parsing for AP channel report IE.Adrian Chadd2016-03-181-3/+23
* Remove duplicate LE_READ_4() definition.Adrian Chadd2016-03-181-8/+0
* Decode VHTCAP, VHTINFO and BSSLOAD.Adrian Chadd2016-03-181-0/+62
* Display the VHT IE names.Adrian Chadd2016-03-161-0/+3
* [net80211] handle unlisted information elements.Adrian Chadd2016-03-141-0/+2
* Convert ifconfig to use lib80211.Adrian Chadd2015-11-301-36/+9
* [ifconfig] handle IBSS mediatype correctly.Adrian Chadd2015-11-261-0/+2
* ifconfig: fix padding for '<ifname> scan' command outputAndriy Voskoboinyk2015-11-061-2/+2
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-9/+3
* Mark a mesh path to a mesh gate with a 'G'.Monthadar Al Jaberi2013-02-071-1/+3
* * Modified ifconfig to show the IEEE80211_MESHRT_FLAGS_DISCOVER flag with a 'D';Monthadar Al Jaberi2012-05-011-0/+2
* * Added new command to ifconfig to activate Mesh Gate Announcement calledMonthadar Al Jaberi2012-05-011-0/+14
* Also fix the parameter usage in set80211meshpeering().Bernhard Schmidt2012-03-231-1/+1
* Fix an incorrect parameter usage here.Adrian Chadd2012-03-221-1/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-3/+0
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-1/+1
* Add quiet time element configuration support to ifconfig.Adrian Chadd2011-11-081-0/+36
* This patch removes a check in ifconfig which disables HT/40 channelsAdrian Chadd2011-07-201-12/+0
* This patch enables listing DFS related flags when 'ifconfig -v wlanXAdrian Chadd2011-07-191-3/+14