summaryrefslogtreecommitdiff
path: root/usr.sbin/wiconfig/wiconfig.c
AgeCommit message (Expand)Author
2016-06-15Kill another strict aliasing violation.riastradh
2012-04-12Don't assign non-integral constants to integral variables.joerg
2011-08-30ANSIfy + static + __deadjoerg
2009-04-19Fix WARNS=4 (-Wcast-qual -Wextra)lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-06-08wiconfig should exit with status 1 if used on an interface which doessborrill
2006-10-07PR/23774: Jorge Acereda: wiconfig exits on non-critical errorselad
2006-06-28if a data read from the interface fails, print the "wreq" typedrochner
2005-06-02appease gcc -Wuninitializedlukem
2004-08-26Remove duplicate include. Noted by Jeff Ito.wiz
2004-08-25Sync usage with man page, and fix a typo in a comment.wiz
2004-08-25Document recently-revived -A option, which sets the authenticationwrstuden
2004-01-23Re-add support for wiconfig wiX -A #, which chooses between OpenSys andwrstuden
2003-11-16From Steve Woodford (scw@): fix wi(4) and wiconfig(8) on big-endiandyoung
2003-10-13Use new 802.11 header files.dyoung
2003-05-15strcpy audit (command line argument was used as src, subject to overrun)itojun
2003-04-03Changes to make wiconfig print vendor and firmware id/versionperry
2002-11-16Add flag -g, set fragmentation threshold. Also, query RSSI->dBmdyoung
2002-09-26Changed the name for resource id 0xfd45 to match the reality.onoe
2002-08-11Make this build after "wi_ieee.h" has been changed.tron
2002-04-09Use __RCSID() and __COPYRIGHT().thorpej
2002-04-02fix channel list to be 1-14.ichiro
2002-03-04when no access points are available, explicitly state sodbj
2002-03-04print out channel list as a list of decimal channels ratherdbj
2002-03-04s/Kusec/msec/dbj
2002-03-03use all 4 bytes of result length when scanning APs.dbj
2002-01-28It is missing fflush() when scanning the network and no avaible AP.ichiro
2002-01-25If WI_RID_SCAN_APS is not defined, then don't support it.christos
2002-01-22If the interface isn't up, up and scan.ichiro
2002-01-21display Beacon Interval of STAichiro
2002-01-21forces if_wi to initiate one round of access point scan.ichiro
2001-05-16Big-endian support.tsubai
2001-05-15It enabled it to control roaming mode and authentication mode.ichiro
2001-05-06sys/dev/pcmcia/if_wi_ieee.h was moved to sys/dev/ic/wi_ieee.hichiro
2001-02-19convert to use getprogname()cgd
2000-11-24cast isprint() parameter to (unsigned char) - it looses if the character has ...jdolecek
2000-08-23Add support for "microwave oven robustness" with wiconfig -M.jhawk
2000-08-07Add our RCS Id and restore original Id.enami
2000-07-06- Process all passed option rather than ignoring silently except the first one.enami
2000-06-24Add support for the documented, but unimplemented, -a flag.sommerfeld
2000-05-23When we steal an argument, just bump optind instead of copyingenami
2000-05-04when setting the key, don't dump interface stats too.explorer
2000-03-26don't traverse NULL pointer on "wiconfig -p 1".itojun
2000-02-04bring over WEP mode from FreeBSD/OpenBSDexplorer
1999-07-14Utility to configure wi* 802.11 driversommerfeld