aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifieee80211.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Revert r220907 and r220915.Adrian Chadd2011-04-221-5/+3
* Change the MIMO userland export ABI to include flags, number of radio chains,Adrian Chadd2011-04-211-3/+5
* Fix the 'scan hang' issue.Bernhard Schmidt2011-01-301-2/+6
* When doing a scan while being associated it is possible that the scanBernhard Schmidt2011-01-301-0/+1
* Fix typos.Rui Paulo2010-04-281-1/+1
* Add a missing LINE_BREAK() after printing the roaming parameters inRui Paulo2010-03-231-0/+1
* The NetBSD Foundation has granted permission for people to removeWarner Losh2010-02-161-7/+0
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-121-5/+5
* Update for latest 802.11s changes in meshconf format.Rui Paulo2009-10-121-15/+21
* Mesh fixes, namely:Rui Paulo2009-07-271-11/+14
* More mesh bits, namely:Rui Paulo2009-07-201-4/+6
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-48/+379
* Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32Sam Leffler2009-06-131-21/+31
* track rename of CSA ieSam Leffler2009-06-041-1/+1
* add superg+tdma include files for protocol defs needed to do ie parsingSam Leffler2009-03-261-7/+3
* Replace clone_setcallback() with a new function clone_setdefcallback()Rui Paulo2009-02-271-8/+3
* Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-widthSam Leffler2009-02-191-110/+125
* Regulatory fixups:Sam Leffler2009-02-071-66/+130
* Use %u instead of %zu when we intend to print integer constant.Xin LI2009-02-031-3/+3
* include the channel list in list caps when -v is set; ieee channelSam Leffler2009-01-281-2/+9