summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* Mesh fixes, namely:rpaulo2009-07-271-11/+14
* More mesh bits, namely:rpaulo2009-07-201-4/+6
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-48/+379
* Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32sam2009-06-131-21/+31
* track rename of CSA iesam2009-06-041-1/+1
* add superg+tdma include files for protocol defs needed to do ie parsingsam2009-03-261-7/+3
* Replace clone_setcallback() with a new function clone_setdefcallback()rpaulo2009-02-271-8/+3
* Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-widthsam2009-02-191-110/+125
* Regulatory fixups:sam2009-02-071-66/+130
* Use %u instead of %zu when we intend to print integer constant.delphij2009-02-031-3/+3
* include the channel list in list caps when -v is set; ieee channelsam2009-01-281-2/+9
* pritize the channel we display with list chans so that, among othersam2009-01-281-1/+28
* simplify display of 1/2 and 1/4 width channelssam2009-01-281-16/+9
* improve debug msgs for regdomain operations; print channel flagssam2009-01-281-12/+25
* Fix 1/2 and 1/4 width channel handling:sam2009-01-281-30/+38
* Remove assumptions about the max # channels in ioctl's:sam2009-01-271-85/+132
* remove %b msg bit defines now publicsam2009-01-271-7/+0
* Fix 1/2 and 1/4 width channel handling for non-GSM operation:sam2009-01-161-3/+17
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-3/+68
* move channel parsing to a getchannel routine so it can be reused to checksam2008-12-151-30/+29
* fix handling of sku codes like country codessam2008-12-151-2/+6
* fix handling of unknown country codes; atoi doesn't return -1sam2008-12-151-2/+6
* 0 is a potential ISO CC; use new NO_COUNTRY #define to identifysam2008-12-151-2/+2
* o distinguish between adhoc and ahdemo modessam2008-12-151-4/+16
* MIMO power save and RIFS; while here also update per-node state/flags for ampdusam2008-09-221-0/+47
* "ampdudensity -" is too subtle; use "NA" for any and accept it as a parametersam2008-09-221-2/+2
* Fix channel parsing which was broken in r179958, the channel number may bethompsa2008-08-141-2/+4
* recognize WPS ie'ssam2008-08-091-0/+81
* change list wme to only print the channel parameters; tosam2008-08-021-37/+52
* don't silently exit if the regdomain.xml file is missingsam2008-08-021-1/+1
* add missing capability bitssam2008-08-011-2/+2
* Ensure the channel is a number and not a range, the 'channel' command can bethompsa2008-06-231-1/+4
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-126/+1207
* correct tx rate displayed by list sta: the reported legacy tx ratesam2008-02-031-4/+7
* fix list mac; broken in delta 1.48sam2008-02-031-3/+7
* sync with vap code base; updates for 11n support and somesam2007-11-021-495/+1125
* Reset the pointer to the ioctl buffer after it gets changed.thompsa2007-06-121-0/+2
* Update for revised 802.11 support:sam2007-06-111-163/+902
* don't display ssid cloaking status as "ssid HIDE", use the cmd linesam2007-03-301-2/+2
* remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVEsam2007-02-171-3/+0
* Add initial support for 900MHz channels; still has some roughsam2007-01-151-7/+35
* Add half/quarter rate 11a channel support:sam2006-12-271-15/+25
* fix handling of ssid "-" etc; we're writing 1 byte past thesam2006-12-091-2/+3
* fixup list station support:sam2006-08-101-4/+23
* add beacon miss threshold controlsam2006-07-261-0/+15
* remove display of the ERP ie from the list sta output (it's alwayssam2006-06-231-4/+31
* cleanup line break formattingsam2006-02-231-95/+95
* fix off by one malloc sizessam2006-02-141-3/+3
* really truncate long ssid's when !verbosesam2006-02-081-1/+1
* Fix an off-by-one error.maxim2006-01-291-1/+1
OpenPOWER on IntegriCloud