|
|
我装的是xsupplicant-1.2.4.tar.gz,安装通过后,在/usr/local/sbin下生成xsupplicant
运行xsupplicant -a提示消息如下,请问是怎么回事?
[root@localhost root]# xsupplicant -a
You need to specify an interface to use!
Xsupplicant 1.2.4
(c) Copyright 2002 - 2005 The Open1x Group
Dual licensed under the GPL and BSD licenses.
This product makes use of the OpenSSL libraries. (http://www.openssl.org)
Usage: xsupplicant [-w] [-c config file] [-i device] [-d debug_level] [-f] [-D driver name] [-z] [-t] [-q] [-a] [-s]
-w : Don't enable WPA support. (On drivers thatsupport WPA/WPA2.)
-c <path> : Use the config file <path> instead of the default.
-i <interface> : Authenticate using <interface>
-d <debug_level/flags> : Set debug verbosity.
-f : Run in forground mode.
-D <driver name> : Use <driver name> support. (Needed for WPA support.)
-z : Reset WEP keys to 0s on roam. (Needed for some drivers, such as Orinoco_cs.)
-t : Don't use IW_ENCODE_TEMP in key setting requests. (Try this if you are getting errors setting keys.)
-q : Terminate when defaulting to authenticated state.
-a : Watch alternate interface index for wireless events.
-s : Remove the existing control socket if found. (Should only be used in system init scripts!)
<driver name> can be any of :
wext : Interface uses Linux wireless extensions. (Default)
atmel : Interface uses atmel driver.
<debug_level> can be any of :
0..7 : Old style debug flags.
A : Enable ALL debug flags.
c : Enable CONFIG debug flag.
s : Enable STATE debug flag.
a : Enable AUTHTYPES debug flag.
i : Enable INT debug flag.
n : Enable SNMP debug flag.
e : Enable EVERYTHING debug flag.
x : Enable EXCESSIVE debug flag.
Values [0..7] cannot be combined with character attributes! |
|