]> git.ipfire.org Git - thirdparty/hostap.git/blame - hostapd/hostapd_cli.1
SAE: VLAN assignment based on SAE Password Identifier
[thirdparty/hostap.git] / hostapd / hostapd_cli.1
CommitLineData
6fc6879b
JM
1.TH HOSTAPD_CLI 1 "April 7, 2005" hostapd_cli "hostapd command-line interface"
2.SH NAME
3hostapd_cli \- hostapd command-line interface
4.SH SYNOPSIS
5.B hostapd_cli
bae92174 6[\-p<path>] [\-i<ifname>] [\-a<path>] [\-hvB] [command..]
6fc6879b
JM
7.SH DESCRIPTION
8This manual page documents briefly the
9.B hostapd_cli
10utility.
11.PP
12.B hostapd_cli
13is a command-line interface for the
14.B hostapd
15daemon.
16
17.B hostapd
18is a user space daemon for access point and authentication servers.
19It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server.
20For more information about
21.B hostapd
22refer to the
23.BR hostapd (8)
24man page.
25.SH OPTIONS
26A summary of options is included below.
27For a complete description, run
28.BR hostapd_cli
29from the command line.
30.TP
31.B \-p<path>
32Path to find control sockets.
33
34Default: /var/run/hostapd
35.TP
36.B \-i<ifname>
37Interface to listen on.
38
39Default: first interface found in socket path.
40.TP
bae92174
GD
41.B \-a<path>
42Run in daemon mode executing the action file based on events from hostapd.
43.TP
44.B \-B
45Run a daemon in the background.
46.TP
6fc6879b
JM
47.B \-h
48Show usage.
49.TP
50.B \-v
51Show hostapd_cli version.
52.SH COMMANDS
53A summary of commands is included below.
54For a complete description, run
55.BR hostapd_cli
56from the command line.
57.TP
58.B mib
59Get MIB variables (dot1x, dot11, radius).
60.TP
61.B sta <addr>
62Get MIB variables for one station.
63.TP
64.B all_sta
65Get MIB variables for all stations.
66.TP
67.B help
68Get usage help.
69.TP
70.B interface [ifname]
71Show interfaces/select interface.
72.TP
73.B level <debug level>
74Change debug level.
75.TP
76.B license
77Show full
78.B hostapd_cli
79license.
80.TP
81.B quit
82Exit hostapd_cli.
83.SH SEE ALSO
84.BR hostapd (8).
85.SH AUTHOR
86hostapd_cli was written by Jouni Malinen <j@w1.fi>.
87.PP
88This manual page was written by Faidon Liambotis <faidon@cube.gr>,
89for the Debian project (but may be used by others).