HomeSort by: relevance | last modified time | path
    Searched defs:action_file (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/byacc/dist/
main.c 76 FILE *action_file; /* a temp file, used to save actions associated */ variable
150 DO_CLOSE(action_file);
857 action_file = open_tmpfile("action_file");
  /src/external/bsd/wpa/dist/hostapd/
hostapd_cli.c 38 static const char *action_file = NULL; variable
173 if (!interactive && !action_file)
313 hostapd_cli_exec(action_file, ctrl_ifname, pos);
2225 action_file = optarg;
2261 interactive = (argc == optind) && (action_file == NULL);
2310 if (action_file && !hostapd_cli_attached)
2314 if (reconnect && action_file && ctrl_ifname) {
2323 else if (action_file)
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_cli.c 54 static const char *action_file = NULL; variable
4397 wpa_cli_exec(action_file, ifname, "CONNECTED");
4402 wpa_cli_exec(action_file, ifname, "DISCONNECTED");
4405 wpa_cli_exec(action_file, ctrl_ifname, pos);
4407 wpa_cli_exec(action_file, ctrl_ifname, pos);
4409 wpa_cli_exec(action_file, ctrl_ifname, pos);
4411 wpa_cli_exec(action_file, ctrl_ifname, pos);
4413 wpa_cli_exec(action_file, ctrl_ifname, pos);
4415 wpa_cli_exec(action_file, ctrl_ifname, pos);
4417 wpa_cli_exec(action_file, ctrl_ifname, pos)
    [all...]

Completed in 23 milliseconds