diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2011-05-09 14:06:53 -0700 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2011-05-09 14:24:08 -0700 |
| commit | 8d520ff1dc2da35cdca849e982051b86468016d8 (patch) | |
| tree | 3e33700a20ffe9064c3de3e9efa3a9dfcebb7b03 /hostapd/hostapd_cli.1 | |
| parent | 7acd11a82b3521a1ec0ef3976af4786b02642e7e (diff) | |
| download | android_external_wpa_supplicant_8-8d520ff1dc2da35cdca849e982051b86468016d8.tar.gz android_external_wpa_supplicant_8-8d520ff1dc2da35cdca849e982051b86468016d8.tar.bz2 android_external_wpa_supplicant_8-8d520ff1dc2da35cdca849e982051b86468016d8.zip | |
wpa_supplicant: Initial Revision 0.8.X
Based on:
commit 0725cc7b7efc434910e89865c42eda7ce61bbf08
Author: Jouni Malinen <j@w1.fi>
Date: Thu Apr 21 20:41:01 2011 +0300
Enable CONFIG_DRIVER_NL80211=y in the default configuration
nl80211 should be preferred over WEXT with any recent Linux
kernel version.
Change-Id: I26aec5afbbd4f4a1f5fd900912545b6f5050de64
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hostapd/hostapd_cli.1')
| -rw-r--r-- | hostapd/hostapd_cli.1 | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/hostapd/hostapd_cli.1 b/hostapd/hostapd_cli.1 new file mode 100644 index 00000000..218ea158 --- /dev/null +++ b/hostapd/hostapd_cli.1 @@ -0,0 +1,89 @@ +.TH HOSTAPD_CLI 1 "April 7, 2005" hostapd_cli "hostapd command-line interface" +.SH NAME +hostapd_cli \- hostapd command-line interface +.SH SYNOPSIS +.B hostapd_cli +[\-p<path>] [\-i<ifname>] [\-a<path>] [\-hvB] [command..] +.SH DESCRIPTION +This manual page documents briefly the +.B hostapd_cli +utility. +.PP +.B hostapd_cli +is a command-line interface for the +.B hostapd +daemon. + +.B hostapd +is a user space daemon for access point and authentication servers. +It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server. +For more information about +.B hostapd +refer to the +.BR hostapd (8) +man page. +.SH OPTIONS +A summary of options is included below. +For a complete description, run +.BR hostapd_cli +from the command line. +.TP +.B \-p<path> +Path to find control sockets. + +Default: /var/run/hostapd +.TP +.B \-i<ifname> +Interface to listen on. + +Default: first interface found in socket path. +.TP +.B \-a<path> +Run in daemon mode executing the action file based on events from hostapd. +.TP +.B \-B +Run a daemon in the background. +.TP +.B \-h +Show usage. +.TP +.B \-v +Show hostapd_cli version. +.SH COMMANDS +A summary of commands is included below. +For a complete description, run +.BR hostapd_cli +from the command line. +.TP +.B mib +Get MIB variables (dot1x, dot11, radius). +.TP +.B sta <addr> +Get MIB variables for one station. +.TP +.B all_sta +Get MIB variables for all stations. +.TP +.B help +Get usage help. +.TP +.B interface [ifname] +Show interfaces/select interface. +.TP +.B level <debug level> +Change debug level. +.TP +.B license +Show full +.B hostapd_cli +license. +.TP +.B quit +Exit hostapd_cli. +.SH SEE ALSO +.BR hostapd (8). +.SH AUTHOR +hostapd_cli was written by Jouni Malinen <j@w1.fi>. +.PP +This manual page was written by Faidon Liambotis <faidon@cube.gr>, +for the Debian project (but may be used by others). |
