Searched refs:interactive (Results 1 – 11 of 11) sorted by relevance
34 configuration and request interactive user input.</para>36 <para>wpa_gui supports (almost) all of the interactive status and39 interactive mode features.</para>
37 configuration, trigger events, and request interactive user57 <para>wpa_cli supports two modes: interactive and command59 difference is in interactive mode providing access to unsolicited73 e.g., wpa_cli in interactive mode. wpa_cli shows these requests
40 static int interactive = 0; variable86 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()
28 bool interactive = 0; in hostapd_cli_cmd() local32 interactive = 1; in hostapd_cli_cmd()51 if (interactive) in hostapd_cli_cmd()
62 static int interactive = 0; variable135 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 …]
686 configuration, trigger events, and request interactive user input.704 wpa_cli supports two modes: interactive and command line. Both modes705 share the same command set and the main difference is in interactive720 interactive mode. wpa_cli shows these requests with1043 For example, in wpa_cli interactive mode:
44 bool interactive = 0; in wpa_cli_cmd() local48 interactive = 1; in wpa_cli_cmd()67 if (interactive) in wpa_cli_cmd()
362 Following wpa_cli interactive mode commands show some examples of manual
58 wpa_cli starts in interactive mode if no command string is included on
2541 - CLI example (wpa_cli) with interactive mode and command line
414 wpa_cli can be used to control wpa_supplicant in interactive