aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifieee80211.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pritize the channel we display with list chans so that, among otherSam Leffler2009-01-281-1/+28
* simplify display of 1/2 and 1/4 width channelsSam Leffler2009-01-281-16/+9
* improve debug msgs for regdomain operations; print channel flagsSam Leffler2009-01-281-12/+25
* Fix 1/2 and 1/4 width channel handling:Sam Leffler2009-01-281-30/+38
* Remove assumptions about the max # channels in ioctl's:Sam Leffler2009-01-271-85/+132
* remove %b msg bit defines now publicSam Leffler2009-01-271-7/+0
* Fix 1/2 and 1/4 width channel handling for non-GSM operation:Sam Leffler2009-01-161-3/+17
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-3/+68
* move channel parsing to a getchannel routine so it can be reused to checkSam Leffler2008-12-151-30/+29
* fix handling of sku codes like country codesSam Leffler2008-12-151-2/+6
* fix handling of unknown country codes; atoi doesn't return -1Sam Leffler2008-12-151-2/+6
* 0 is a potential ISO CC; use new NO_COUNTRY #define to identifySam Leffler2008-12-151-2/+2
* o distinguish between adhoc and ahdemo modesSam Leffler2008-12-151-4/+16
* MIMO power save and RIFS; while here also update per-node state/flags for ampduSam Leffler2008-09-221-0/+47
* "ampdudensity -" is too subtle; use "NA" for any and accept it as a parameterSam Leffler2008-09-221-2/+2
* Fix channel parsing which was broken in r179958, the channel number may beAndrew Thompson2008-08-141-2/+4
* recognize WPS ie'sSam Leffler2008-08-091-0/+81
* change list wme to only print the channel parameters; toSam Leffler2008-08-021-37/+52
* don't silently exit if the regdomain.xml file is missingSam Leffler2008-08-021-1/+1
* add missing capability bitsSam Leffler2008-08-011-2/+2
* Ensure the channel is a number and not a range, the 'channel' command can beAndrew Thompson2008-06-231-1/+4
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-126/+1207
* correct tx rate displayed by list sta: the reported legacy tx rateSam Leffler2008-02-031-4/+7
* fix list mac; broken in delta 1.48Sam Leffler2008-02-031-3/+7
* sync with vap code base; updates for 11n support and someSam Leffler2007-11-021-495/+1125
* Reset the pointer to the ioctl buffer after it gets changed.Andrew Thompson2007-06-121-0/+2
* Update for revised 802.11 support:Sam Leffler2007-06-111-163/+902
* don't display ssid cloaking status as "ssid HIDE", use the cmd lineSam Leffler2007-03-301-2/+2
* remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVESam Leffler2007-02-171-3/+0
* Add initial support for 900MHz channels; still has some roughSam Leffler2007-01-151-7/+35