Add trunc and truncf.
[dragonfly.git] / contrib / hostapd-0.4.9 / hostapd.8
1 .TH HOSTAPD 8 "April  7, 2005" hostapd hostapd
2 .SH NAME
3 hostapd \- IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
4 .SH SYNOPSIS
5 .B hostapd
6 [-hdBKt] <configuration file(s)>
7 .SH DESCRIPTION
8 This manual page documents briefly the
9 .B hostapd
10 daemon.
11 .PP
12 .B hostapd
13 is a user space daemon for access point and authentication servers.
14 It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server.
15 The current version supports Linux (Host AP, madwifi, Prism54 drivers) and FreeBSD (net80211).
16
17 .B hostapd
18 is designed to be a "daemon" program that runs in the background and acts as the backend component controlling authentication.
19 .B hostapd
20 supports separate frontend programs and an example text-based frontend,
21 .BR hostapd_cli ,
22 is included with
23 .BR hostapd .
24 .SH OPTIONS
25 A summary of options is included below.
26 For a complete description, run
27 .BR hostapd
28 from the command line.
29 .TP
30 .B \-h
31 Show usage.
32 .TP
33 .B \-d
34 Show more debug messages.
35 .TP
36 .B \-dd
37 Show even more debug messages.
38 .TP
39 .B \-B
40 Run daemon in the background.
41 .TP
42 .B \-K
43 Include key data in debug messages.
44 .TP
45 .B \-t
46 Include timestamps in some debug messages.
47 .TP
48 .B \-v
49 Show hostapd version.
50 .SH SEE ALSO
51 .BR hostapd_cli (1).
52 .SH AUTHOR
53 hostapd was written by Jouni Malinen <jkmaline@cc.hut.fi>. 
54 .PP
55 This manual page was written by Faidon Liambotis <faidon@cube.gr>,
56 for the Debian project (but may be used by others).