Searched refs:action_file (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant/
H A Dwpa_cli.c156 static const char *action_file = NULL; variable
1232 wpa_cli_exec(action_file, ctrl_ifname, "CONNECTED");
1237 wpa_cli_exec(action_file, ctrl_ifname, "DISCONNECTED");
1619 action_file = optarg;
1649 interactive = (argc == optind) && (action_file == NULL);
1700 if (interactive || action_file) {
1716 else if (action_file)
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_cli.c107 static const char *action_file = NULL; variable
1547 wpa_cli_exec(action_file, ctrl_ifname, "CONNECTED");
1552 wpa_cli_exec(action_file, ctrl_ifname, "DISCONNECTED");
1934 action_file = optarg;
1967 interactive = (argc == optind) && (action_file == NULL);
2018 if (interactive || action_file) {
2034 else if (action_file)

Completed in 129 milliseconds