Home
last modified time | relevance | path

Searched refs:wpa_cli (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml9 <refentrytitle>wpa_cli</refentrytitle>
13 <refname>wpa_cli</refname>
20 <command>wpa_cli</command>
35 <para>wpa_cli is a text-based frontend program for interacting
40 <para>wpa_cli can show the current authentication status, selected
44 logoff/logon. wpa_cli provides a user interface to request
57 <para>wpa_cli supports two modes: interactive and command
73 e.g., wpa_cli in interactive mode. wpa_cli shows these requests
181 wpa_cli pings the supplicant.</para></listitem>
236 <para>show full wpa_cli license</para>
[all …]
H A DMakefile4 FILES += wpa_cli
24 …rm -f wpa_background.8 wpa_cli.8 wpa_gui.8 wpa_passphrase.8 wpa_priv.8 wpa_supplicant.8 eapol_test…
H A Dwpa_gui.sgml37 configuration features of the command line client, wpa_cli. Refer
38 to the wpa_cli manpage for a comprehensive list of the
87 <refentrytitle>wpa_cli</refentrytitle>
H A Dwpa_supplicant.conf.sgml33 the <emphasis>wpa_cli reconfigure</emphasis> command.</para>
52 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
H A Dwpa_supplicant.sgml68 <command>wpa_cli</command>, is included with
647 <term><command>wpa_cli</command></term> <listitem><para> the
694 based on wpa_cli to wait for a connection and then run
745 <refentrytitle>wpa_cli</refentrytitle>
/freebsd/usr.sbin/wpa/wpa_cli/
H A DMakefile11 PROG= wpa_cli
12 SRCS= wpa_cli.c
14 MAN= wpa_cli.8
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig166 if ! f_eval_catch -d wlanconfig wpa_cli "wpa_cli ping"; then
177 f_eval_catch wlanconfig wpa_cli "wpa_cli ping" || exit 1
202 f_eval_catch -d wlanconfig wpa_cli "wpa_cli scan"
207 f_eval_catch -dk SCAN_RESULTS wlanconfig wpa_cli "wpa_cli scan_results"
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-WPS112 control interface request, e.g., by calling wpa_cli:
114 wpa_cli wps_pin any
125 request, e.g., by calling wpa_cli:
127 wpa_cli wps_pin any 12345670
136 wpa_cli wps_pin any 12345670 300
151 wpa_cli wps_pbc
161 wpa_cli:
163 wpa_cli wps_reg <AP BSSID> <AP PIN>
186 Scan results ('wpa_cli scan_results' or 'wpa_cli bss <idx>') include a
249 wpa_cli commands for ER functionality:
[all …]
H A DREADME377 # build wpa_supplicant and wpa_cli
380 cp wpa_cli wpa_supplicant /usr/local/bin
679 wpa_cli
746 wpa_cli commands
753 license = show full wpa_cli license
783 quit = exit wpa_cli
786 wpa_cli command line options
812 wpa_cli -a/sbin/wpa_action.sh -B
898 wpa_cli -iwlan0 add_network
904 wpa_cli -iwlan0 set_network 0 proto WPA
[all …]
H A Dnmake.mak8 all: wpa_supplicant.exe wpa_cli.exe wpa_passphrase.exe wpasvc.exe win_if_list.exe
153 $(OBJDIR)\wpa_cli.obj \
187 wpa_cli.exe: $(OBJDIR) $(OBJS_c)
188 link.exe /out:wpa_cli.exe $(LFLAGS) $(OBJS_c) $(LIBS)
H A DChangeLog385 * wpa_cli: added tab completion for number of commands
712 (wpa_cli p2p_set per_sta_psk <0/1>)
963 * wpa_cli: extended tab completion to more commands
1076 * wpa_cli:
1137 wpa_cli set wps_fragment_size <val>.
1945 (e.g., 'wpa_cli get_network 0 ssid')
1965 'wpa_cli disable_network <network id>')
1967 configuration ('wpa_cli add_network' and 'wpa_cli remove_network
1974 wpa_cli set_network 0 ssid "\"my network\""
2170 wpa_cli (CONFIG_READLINE)
[all …]
H A DMakefile1 BINALL=wpa_supplicant wpa_cli
H A Dandroid.config175 # Select control interface backend for external programs, e.g, wpa_cli:
187 # Include support for GNU Readline and History Libraries in wpa_cli.
188 # When building a wpa_cli binary for distribution, please note that these
193 # Include internal line edit mode in wpa_cli. This can be used as a replacement
H A Ddefconfig209 # Select control interface backend for external programs, e.g, wpa_cli:
221 # Include support for GNU Readline and History Libraries in wpa_cli.
222 # When building a wpa_cli binary for distribution, please note that these
227 # Include internal line edit mode in wpa_cli. This can be used as a replacement
H A DREADME-P2P50 wpa_cli
54 done for example using wpa_cli (which is described below) or a GUI
58 wpa_cli starts in interactive mode if no command string is included on
62 by adding -i argument on the command line (e.g., 'wpa_cli -i wlan1').
850 wpa_cli action script
H A DREADME-Windows.txt127 wpa_supplicant, wpa_cli, and wpa_gui behave more or less identically to
191 wpa_cli.exe and wpa_gui.exe can be used to interact with the
H A DREADME-DPP88 Add a Configurator over the control interface (wpa_cli/hostapd_cli)
H A DREADME-HS20329 line tool, wpa_cli, can be used for manual testing with this interface.
331 Following wpa_cli interactive mode commands show some examples of manual
/freebsd/contrib/wpa/wpa_supplicant/vs2005/
H A Dwpa_supplicant.sln6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wpa_cli", "wpa_cli\wpa_cli.vcproj", "{E3A7B181…
/freebsd/usr.sbin/wpa/
H A DMakefile4 wpa_cli \
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A D60_wpa_supplicant8 WPACLI=wpa_cli
H A Dwps-ap-cli3 CLI=wpa_cli
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr131 # Structure of wpa_cli(8) `scan_results' entry
308 eval "$( wpa_cli scan_results 2> /dev/null | awk \
699 if ! f_eval_catch -d $funcname wpa_cli 'wpa_cli ping'; then
749 f_eval_catch -d $funcname wpa_cli 'wpa_cli reconfigure'
758 if ! f_eval_catch -d $funcname wpa_cli 'wpa_cli ping'; then
764 fi # ! f_quietly wpa_cli ping
767 f_eval_catch -d $funcname wpa_cli 'wpa_cli scan' || return $FAILURE
1102 # required) from wpa_cli(8) `scan_results' [WPA_SCAN_RESULT] structs.
1272 # Process wpa_cli(8) `scan_results' structs
1332 f_eval_catch -d $funcname wpa_cli \
[all …]
/freebsd/usr.sbin/bsdconfig/include/
H A Dmessages.subr355 msg_show_scan_results_help="Show wpa_cli(8) scan results"
416 msg_wpa_cli_ping_failed="wpa_cli(8) ping failed"
/freebsd/targets/pseudo/userland/
H A DMakefile.depend720 usr.sbin/wpa/wpa_cli \

12