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

/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dhostapd_cli.c96 static const char *action_file = NULL; variable
260 hostapd_cli_exec(action_file, ctrl_ifname, pos);
1034 action_file = optarg;
1061 interactive = (argc == optind) && (action_file == NULL);
1110 if (interactive || action_file) {
1115 if (action_file)
1125 else if (action_file)
/freebsd-10.1-release/contrib/byacc/
H A Dmain.c65 FILE *action_file; /* a temp file, used to save actions associated */ variable
137 DO_CLOSE(action_file);
627 action_file = open_tmpfile("action_file");
H A Doutput.c1574 rewind(action_file);
1575 if ((c = getc(action_file)) == EOF)
1580 while ((c = getc(action_file)) != EOF)
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c81 static const char *action_file = NULL; variable
2952 wpa_cli_exec(action_file, ctrl_ifname, "CONNECTED");
2957 wpa_cli_exec(action_file, ctrl_ifname, "DISCONNECTED");
2960 wpa_cli_exec(action_file, ctrl_ifname, pos);
2962 wpa_cli_exec(action_file, ctrl_ifname, pos);
2964 wpa_cli_exec(action_file, ctrl_ifname, pos);
2966 wpa_cli_exec(action_file, ctrl_ifname, pos);
2968 wpa_cli_exec(action_file, ctrl_ifname, pos);
2970 wpa_cli_exec(action_file, ctrl_ifname, pos);
2972 wpa_cli_exec(action_file, ctrl_ifnam
[all...]

Completed in 72 milliseconds