Searched refs:wpa_cli (Results 1 – 20 of 20) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 9 <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 54 configuration file). This makes it possible to run wpa_cli with a 57 <para>wpa_cli supports two modes: interactive and command 62 <para>Interactive mode is started when wpa_cli is executed without 64 then entered on the wpa_cli prompt. In command line mode, the same [all …]
|
D | Makefile | 4 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…
|
D | wpa_gui.sgml | 37 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>
|
D | wpa_supplicant.conf.sgml | 33 the <emphasis>wpa_cli reconfigure</emphasis> command.</para> 52 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
|
D | wpa_supplicant.sgml | 68 <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>
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 105 digit. "wpa_cli wps_check_pin <PIN>" can be used to do such processing. 112 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 139 If a random PIN is needed for a user interface, "wpa_cli wps_pin get" 149 over the control interface, e.g., by calling wpa_cli: 151 wpa_cli wps_pbc 161 wpa_cli: [all …]
|
D | README | 266 example text-based frontend, wpa_cli, is included with wpa_supplicant. 372 wpa_supplicant and wpa_cli with 'make' command. You may then install 377 # build wpa_supplicant and wpa_cli 380 cp wpa_cli wpa_supplicant /usr/local/bin 513 reloading can be triggered with 'wpa_cli reconfigure' command. 526 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group 679 wpa_cli 682 wpa_cli is a text-based frontend program for interacting with 686 wpa_cli can show the current authentication status, selected security 689 reassociation and IEEE 802.1X logoff/logon. wpa_cli provides a user [all …]
|
D | nmake.mak | 8 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)
|
D | CleanSpec.mk | 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/wpa_cli*)
|
D | Makefile | 1 BINALL=wpa_supplicant wpa_cli
|
D | ChangeLog | 308 * wpa_cli: added action script support for AP-ENABLED and AP-DISABLED 332 * wpa_cli: added tab completion for number of commands 518 * fixed wpa_cli action script execution to use more robust mechanism 659 (wpa_cli p2p_set per_sta_psk <0/1>) 799 * added "wpa_cli status wps" command to fetch WPA2-Personal passhrase 908 * wpa_cli: added optional support for controlling wpa_supplicant 910 * wpa_cli: extended tab completion to more commands 1023 * wpa_cli: 1044 - For interworking, add wpa_cli commands interworking_select, 1054 can now be used to build wpa_cli with internal implementation of [all …]
|
D | android.config | 172 # Select control interface backend for external programs, e.g, wpa_cli: 184 # Include support for GNU Readline and History Libraries in wpa_cli. 185 # When building a wpa_cli binary for distribution, please note that these 190 # Include internal line edit mode in wpa_cli. This can be used as a replacement
|
D | defconfig | 209 # 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
|
D | README-P2P | 50 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
|
D | README-DPP | 88 Add a Configurator over the control interface (wpa_cli/hostapd_cli)
|
D | README-Windows.txt | 127 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
|
D | README-HS20 | 323 line tool, wpa_cli, can be used for manual testing with this interface. 325 Following wpa_cli interactive mode commands show some examples of manual
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | 60_wpa_supplicant | 8 WPACLI=wpa_cli
|
D | wps-ap-cli | 3 CLI=wpa_cli
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 1182 CLI, hostapd_cli (like wpa_cli for wpa_supplicant)
|