Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 11 of 11) sorted by relevance

/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_gui.sgml34 configuration and request interactive user input.</para>
36 <para>wpa_gui supports (almost) all of the interactive status and
39 interactive mode features.</para>
Dwpa_cli.sgml37 configuration, trigger events, and request interactive user
57 <para>wpa_cli supports two modes: interactive and command
59 difference is in interactive mode providing access to unsolicited
73 e.g., wpa_cli in interactive mode. wpa_cli shows these requests
/hostap-latest/hostapd/
Dhostapd_cli.c40 static int interactive = 0; variable
86 if (interactive) { in register_event_handler()
99 if (interactive && event_handler_registered) { in unregister_event_handler()
173 if (!interactive && !action_file) in hostapd_cli_reconnect()
923 if (interactive) in hostapd_cli_cmd_quit()
946 if (!ctrl || !interactive) in update_stations()
2261 interactive = (argc == optind) && (action_file == NULL); in main()
2263 if (interactive) { in main()
2294 if (!interactive && !reconnect) { in main()
2321 } else if (interactive) in main()
Dhostapd_cli_cmds.c28 bool interactive = 0; in hostapd_cli_cmd() local
32 interactive = 1; in hostapd_cli_cmd()
51 if (interactive) in hostapd_cli_cmd()
/hostap-latest/wpa_supplicant/
Dwpa_cli.c62 static int interactive = 0; variable
135 if (attach && interactive) in wpa_cli_open_connection()
180 if (attach && interactive) in wpa_cli_open_connection()
190 if (interactive) in wpa_cli_open_connection()
212 wpa_ctrl_detach(interactive ? mon_conn : ctrl_conn); in wpa_cli_close_connection()
263 if (interactive && len > 0 && buf[len - 1] != '\n') in _wpa_ctrl_command()
467 if (interactive) in wpa_cli_cmd_quit()
1416 if (interactive) in wpa_cli_cmd_add_network()
1426 if (interactive) in wpa_cli_cmd_remove_network()
1651 if (interactive) in wpa_cli_cmd_add_cred()
[all …]
DREADME686 configuration, trigger events, and request interactive user input.
704 wpa_cli supports two modes: interactive and command line. Both modes
705 share the same command set and the main difference is in interactive
720 interactive mode. wpa_cli shows these requests with
1043 For example, in wpa_cli interactive mode:
Dwpa_cli_cmds.c44 bool interactive = 0; in wpa_cli_cmd() local
48 interactive = 1; in wpa_cli_cmd()
67 if (interactive) in wpa_cli_cmd()
DREADME-HS20362 Following wpa_cli interactive mode commands show some examples of manual
DREADME-P2P58 wpa_cli starts in interactive mode if no command string is included on
DChangeLog2541 - CLI example (wpa_cli) with interactive mode and command line
/hostap-latest/doc/
Dp2p.doxygen414 wpa_cli can be used to control wpa_supplicant in interactive