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