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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c54 static const char *action_file = NULL; variable
3973 wpa_cli_exec(action_file, ifname, "CONNECTED");
3978 wpa_cli_exec(action_file, ifname, "DISCONNECTED");
3981 wpa_cli_exec(action_file, ctrl_ifname, pos);
3983 wpa_cli_exec(action_file, ctrl_ifname, pos);
3985 wpa_cli_exec(action_file, ctrl_ifname, pos);
3987 wpa_cli_exec(action_file, ctrl_ifname, pos);
3989 wpa_cli_exec(action_file, ctrl_ifname, pos);
3991 wpa_cli_exec(action_file, ctrl_ifname, pos);
3993 wpa_cli_exec(action_file, ctrl_ifnam
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dmain.c65 FILE *action_file; /* a temp file, used to save actions associated */ variable
139 DO_CLOSE(action_file);
654 action_file = open_tmpfile("action_file");
H A Doutput.c1637 rewind(action_file);
1638 if ((c = getc(action_file)) == EOF)
1643 while ((c = getc(action_file)) != EOF)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c38 static const char *action_file = NULL; variable
170 if (!interactive && !action_file)
303 hostapd_cli_exec(action_file, ctrl_ifname, pos);
2024 action_file = optarg;
2057 interactive = (argc == optind) && (action_file == NULL);
2105 if (action_file && !hostapd_cli_attached)
2112 else if (action_file)

Completed in 126 milliseconds