aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ancontrol/ancontrol.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* ancontrol(8): replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-2/+2
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Fix always 0 tautologly revealed by gcc46Eitan Adler2012-07-081-1/+1
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* ANSIfy some more tools in usr.sbin/.Ed Schouten2010-01-021-2/+2
* Remove duplicate headers <sys/socket.h>Kevin Lo2008-04-211-1/+0
* Allow the -f argument to work.Ceri Davies2004-11-031-1/+1
* Clean up some more casts. Note that the an_fudge alignment hack forNate Lawson2004-07-301-23/+17
* Fix printing of stats by printing an unsigned value as unsigned. ANSIfyNate Lawson2004-07-301-197/+152
* Remove an annoying printf that somehow leaked into rev 1.21.Nate Lawson2003-11-161-1/+0
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!Doug Ambrisko2003-08-201-50/+42
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-2/+4
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreDoug Ambrisko2002-12-291-21/+101
* de-__P()Alfred Perlstein2002-07-111-27/+27
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-1/+2
* Make man page and usage statement match reality submitted by Ruslan,Doug Ambrisko2002-01-151-9/+20
* Fix bugs in the structure for rx_frame by making gap length one byte andDoug Ambrisko2001-12-311-7/+143
* Fix typo in usage (power same -> power save).Pierre Beyssac2001-12-181-1/+1
* Add support for monitor mode. This means that after enabling theBrooks Davis2001-09-101-5/+18
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-9/+7
* Make ancontrol WARNS=2 clean.Brooks Davis2001-07-271-44/+50
* Fix typosKris Kennaway2001-07-231-3/+3
* Output the current TX rate when showing status.Brooks Davis2001-06-261-0/+11
* If the first argument doesn't start with '-' assume that it is anWarner Losh2000-12-311-2/+7
* Fixes to the Aironet driver to clear up some WEP issues.Archie Cobbs2000-12-081-9/+108
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates someBill Paul2000-11-131-7/+133
* Make '-i iface' optional. Assume an0 if it's not otherwise specified.Josef Karthauser2000-10-281-4/+13
* Remove a comment that should not have been committed.Ollivier Robert2000-06-291-2/+0
* Fix a comment botch which broke buildworld.Brian Feldman2000-06-191-0/+2
* Fix potential buffer overflows (even if ancontrol is not setuid).Ollivier Robert2000-06-181-13/+10
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-0/+1348