Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 23 of 23) sorted by relevance

/hostap-latest/doc/
Dhostapd_ctrl_iface.doxygen25 interface with \ref wpa_ctrl_open() and to send commands with
29 commands and unsolicited event messages. Commands are a pair of
38 If the control interface connection is used both for commands and
44 then use one of the connections for commands and the other one for
56 \section ctrl_iface_cmds Control interface commands
58 Following commands can be used with \ref wpa_ctrl_request():
63 to the control interface commands. The expected reply is \c PONG if the
64 connection is open and hostapd is processing commands.
Dctrl_iface.doxygen26 interface with \ref wpa_ctrl_open() and to send commands with
30 commands and unsolicited event messages. Commands are a pair of
39 If the control interface connection is used both for commands and
45 then use one of the connections for commands and the other one for
57 \section ctrl_iface_cmds Control interface commands
59 Following commands can be used with \ref wpa_ctrl_request():
64 to the control interface commands. The expected reply is \c PONG if the
65 connection is open and wpa_supplicant is processing commands.
Dp2p.doxygen15 src/drivers/driver.h. This defines both the commands and events used to
371 The following P2P-related commands are available:
409 control interface commands and events can be used.
415 mode. The following sessions show examples of commands used for
417 commands from the user (followed by command result indication) and
/hostap-latest/wpadebug/
DREADME53 addition, if you do not understand what the following commands do,
62 arbitrary shell commands to be executed. This text file need to be in
68 wpa_supplicant control interface commands.
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml65 commands are entered as command line arguments for wpa_cli.</para>
83 <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
85 <emphasis>otp</emphasis> commands can be used regardless of whether
87 two commands is that values given with <emphasis>password</emphasis> are
187 <listitem><para>Run a command. The available commands are
195 <para>The following commands are available:</para>
Dwpa_supplicant.conf.sgml221 commands:</para>
/hostap-latest/tests/hwsim/vm/
Dlinux.gdb14 commands
55 commands
/hostap-latest/wpa_supplicant/
DREADME-NAN-USD24 Control interface commands and events
27 Following control interface commands can be used:
DREADME-HS20108 # interworking_select and interworking_connect commands are used.
362 Following wpa_cli interactive mode commands show some examples of manual
400 the following set_cred commands.
448 the following set_network commands.
597 commands:
650 SELECT_NETWORK control interface commands):
DREADME375 Example commands:
672 wpa_supplicant. This can be done, e.g., with following commands:
711 the wpa_cli prompt. In command line mode, the same commands are
727 and 'otp' commands. <id> needs to be copied from the the matching
728 request. 'password' and 'otp' commands can be used regardless of
730 between these two commands is that values given with 'password' are
748 wpa_cli commands
887 following commands show how to start wpa_supplicant without any
1004 This combination of setcap, chown, and chmod commands would allow wpas
DChangeLog229 (PMKSA_GET/PMKSA_ADD control interface commands; and
300 - add MESH_PEER_ADD and MESH_PEER_REMOVE commands
385 (REQ_HS20_ICON, GET_HS20_ICON, DEL_HS20_ICON commands and
435 * wpa_cli: added tab completion for number of commands
505 * fixed number of issues with D-Bus P2P commands
633 - add SHA256-based AKM suites to CONNECT/ASSOCIATE commands
635 interface commands (the more generic NFC_REPORT_HANDOVER is now used)
799 control interface connection to perform per-interface commands;
812 and EAP-AKA' (CTRL-REQ-SIM and CTRL-RSP-SIM commands over control
881 - replace monitor interface with nl80211 commands for AP mode
[all …]
DREADME-WPS83 automatically based on control interface commands, so they do not need
102 The PIN value used in the commands must be processed by an UI to
245 wpa_cli commands for ER functionality:
Ddefconfig577 # Enable CLI commands for FST testing
623 # This can be used to enable control interface commands that allow the current
DREADME-Windows.txt114 with the open source version of Qt4 and MinGW. Following commands can
Dandroid.config516 # This can be used to enable control interface commands that allow the current
DREADME-P2P494 service discovery processing is enabled since the commands to
/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt26 functionality. The test commands in wpa_supplicant/hostapd control
235 the following hostapd_cli commands:
253 broadcast traffic, but with the following hostapd_cli commands:
291 unicast traffic, but with the following hostapd_cli commands:
/hostap-latest/hostapd/
Dhlr_auc_gw.txt41 following commands in "sqlite3 /path/to/hlr_auc_gw.db":
Ddefconfig212 # Remove support for dumping internal state through control interface commands
331 # Enable CLI commands for FST testing
DREADME-WPS125 The PIN value used in the commands must be processed by an UI to
221 command with a timeout value). Following commands are available for
Dandroid.config151 # Remove support for dumping internal state through control interface commands
DChangeLog410 * fixed STA validation step for WPS ER commands to prevent a potential
497 * extended global control interface ADD/REMOVE commands to allow BSSes
523 - replace monitor interface with nl80211 commands
644 - Many WPS/WPS ER commands - see WPS/WPS ER sections for details.
674 - apply WPS commands to all interfaces configured to use WPS
810 the example configuration file); new hostapd_cli commands wps_pin and
/hostap-latest/src/fst/
Dfst_ctrl_iface.c770 } commands[] = { in fst_ctrl_iface_receive() local
794 for (c = commands; c->name; c++) { in fst_ctrl_iface_receive()