Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hostapd(8) [netbsd man page]

HOSTAPD(8)						    BSD System Manager's Manual 						HOSTAPD(8)

NAME
hostapd -- authenticator for IEEE 802.11 networks SYNOPSIS
hostapd [-BdhKtv] config-file ... DESCRIPTION
The hostapd utility is an authenticator for IEEE 802.11 networks. It provides full support for WPA/IEEE 802.11i and can also act as an IEEE 802.1X Authenticator with a suitable backend Authentication Server (typically FreeRADIUS). The hostapd utility implements the authentication protocols that piggyback on top of the normal IEEE 802.11 protocol mechanisms. To use hostapd as an authenticator, the underlying device must support some basic functionality such as the ability to set security information in the 802.11 management frames. Beware that not all devices have this support. The hostapd utility is designed to be a ``daemon'' program that runs in the background and acts as the backend component controlling the wireless connection. It supports separate frontend programs such as the text-based frontend, hostapd_cli(8). The following arguments must be specified on the command line: config-file Use the settings in the specified configuration file; the name of the specified wireless interface is contained in this file. See hostapd.conf(5) for a description of the configuration file syntax. Changes to the configuration file can be reloaded by sending a SIGHUP to the hostapd processor or with the hostapd_cli(8) utility, using ``hostapd_cli reconfigure''. OPTIONS
The options are as follows: -d Enable debugging messages. If this option is supplied twice, more verbose messages are displayed. -h Show help text. -t Include timestamps in debugging output. -v Display version information on the terminal and exit. -B Detach from the controlling terminal and run as a daemon process in the background. -K Include key information in debugging output. SEE ALSO
ath(4), ipw(4), iwi(4), ral(4), wi(4), hostapd.conf(5), hostapd_cli(8), ifconfig(8) HISTORY
The hostapd utility first appeared in NetBSD 4.0. AUTHORS
The hostapd utility was written by Jouni Malinen <jkmaline@cc.hut.fi>. This manual page is derived from the README file included in the hostapd distribution. BSD
June 16, 2005 BSD

Check Out this Related Man Page

HOSTAPD_CLI(1)						  hostapd command-line interface					    HOSTAPD_CLI(1)

NAME
hostapd_cli - hostapd command-line interface SYNOPSIS
hostapd_cli [-p<path>] [-i<ifname>] [-a<path>] [-hvB] [command..] DESCRIPTION
This manual page documents briefly the hostapd_cli utility. hostapd_cli is a command-line interface for the hostapd daemon. 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 hostapd refer to the hostapd(8) man page. OPTIONS
A summary of options is included below. For a complete description, run hostapd_cli from the command line. -p<path> Path to find control sockets. Default: /var/run/hostapd -i<ifname> Interface to listen on. Default: first interface found in socket path. -a<path> Run in daemon mode executing the action file based on events from hostapd. -B Run a daemon in the background. -h Show usage. -v Show hostapd_cli version. COMMANDS
A summary of commands is included below. For a complete description, run hostapd_cli from the command line. mib Get MIB variables (dot1x, dot11, radius). sta <addr> Get MIB variables for one station. all_sta Get MIB variables for all stations. help Get usage help. interface [ifname] Show interfaces/select interface. level <debug level> Change debug level. license Show full hostapd_cli license. quit Exit hostapd_cli. SEE ALSO
hostapd(8). AUTHOR
hostapd_cli was written by Jouni Malinen <j@w1.fi>. This manual page was written by Faidon Liambotis <faidon@cube.gr>, for the Debian project (but may be used by others). hostapd_cli April 7, 2005 HOSTAPD_CLI(1)
Man Page