$NetBSD: hostapd_cli.8,v 1.3 2014/03/18 18:20:36 riastradh Exp $

Copyright (c) 2005 Sam Leffler <sam@errno.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

$FreeBSD: src/usr.sbin/wpa/hostapd_cli/hostapd_cli.8,v 1.2 2005/06/27 06:40:43 ru Exp $

.Dd June 16, 2005 .Dt HOSTAPD_CLI 8 .Os .Sh NAME .Nm hostapd_cli .Nd text-based frontend program for interacting with .Xr hostapd 8 .Sh SYNOPSIS .Nm .Op Ar commands .Sh DESCRIPTION The .Nm utility is a text-based frontend program for interacting with .Xr hostapd 8 . It is used to query the current status.

p The .Nm utility can show the current authentication status, dot11 and dot1x MIBs, etc.

p The .Nm utility supports two modes: interactive and command line. Both modes share the same command set.

p Interactive mode is started when .Nm is executed without any parameters on the command line. Commands are then entered from the controlling terminal in response to the .Nm prompt. In command line mode, the same commands are entered as command line arguments. .Sh COMMANDS The following commands may be supplied on the command line or at a prompt when operating interactively. l -tag -width indent t Ic mib Report MIB variables (dot1x, dot11) for the current interface. t Ic sta Ar addr Report the MIB variables for the associated station with MAC address .Ar addr . t Ic all_sta Report the MIB variables for all associated stations. t Ic help Show usage help. t Ic interface Op Ar ifname Show available interfaces and/or set the current interface when multiple are available. t Ic level Ar debug_level Change the debugging level in .Xr hostapd 8 . Larger numbers generate more messages. t Ic license Display the full license for .Nm . t Ic quit Exit .Nm . .El .Sh SEE ALSO .Xr hostapd.conf 5 , .Xr hostapd 8 .Sh HISTORY The .Nm utility first appeared in .Nx 4.0 . .Sh AUTHORS The .Nm utility was written by .An Jouni Malinen Aq Mt jkmaline@cc.hut.fi . This manual page is derived from the

a README file included in the .Nm hostapd distribution.