summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't widen the ssid field by default, this screws up other formatting;sam2006-01-181-6/+8
* When printing SSID's in ifconfig(8)'s scan mode, set the width of therwatson2005-12-301-3/+3
* add control for packet burstingsam2005-12-141-0/+16
* display a bssid that's zero with the -v optionsam2005-12-141-1/+1
* add mcastrate supportsam2005-12-121-0/+18
* SSIDs are of length 32-bytes and not NUL terminated. Use the correctbrooks2005-10-301-2/+3
* Don't crash when given an invalid nwkey string.brooks2005-10-281-0/+2
* err() -> errx() where appropriate.ru2005-09-291-5/+5
* add list mac and mac:kick supportsam2005-08-131-2/+83
* Fix commen typos.stefanf2005-08-031-4/+4
* acm and ack are specified per-acsam2005-08-011-8/+18
* oops, revert previous changesam2005-07-301-7/+0
* MFC: add fragthreshold parameter and accept - (or any) for rtsthresholdsam2005-07-301-0/+7
* o add fragthreshold support now that the ioctl existssam2005-07-261-1/+16
* Add a new flag '-k' to ifconfig(8), indicating that it is alright torwatson2005-07-141-1/+1
* add pureg/-pureg parameter for controlling pureg ap mode supportsam2005-07-061-0/+15
* Appending "..." to a SSID which contains unprintable characters only whenavatar2005-06-201-4/+5
* Fix some warnings on 64-bit archs.jhb2005-06-011-6/+7
* Fix special status reporting. Prior to the reorg there wassam2004-12-311-2/+2
* o accept deftxkey as a synonym for weptxkey since that is what issam2004-12-311-1/+11
* recognize atheros information elementssam2004-12-311-0/+2
* always display the deftxkey for an 802.11 device if privacy is enabledsam2004-12-121-4/+5
* Overhaul to cleanup some of the tangled logic that's grown over the years.sam2004-12-081-129/+1315
* Fix an off-by-one error in the function used to input the ascii/hex strings.phk2004-04-041-4/+7
* add support for setting 802.11 rtsthreshold, transmit power,sam2004-03-301-0/+66
* We want the length of the string, not the size of its pointer.brooks2003-11-011-1/+1
OpenPOWER on IntegriCloud