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

/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c34 static const char *client_socket_dir = NULL; variable
123 if (client_socket_dir && client_socket_dir[0] &&
124 access(client_socket_dir, F_OK) < 0) {
125 perror(client_socket_dir);
130 ctrl_conn = wpa_ctrl_open2(cfile, client_socket_dir);
2049 client_socket_dir = optarg;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c50 static const char *client_socket_dir = NULL; variable
148 if (client_socket_dir && client_socket_dir[0] &&
149 access(client_socket_dir, F_OK) < 0) {
150 perror(client_socket_dir);
168 ctrl_conn = wpa_ctrl_open2(cfile, client_socket_dir);
175 mon_conn = wpa_ctrl_open2(cfile, client_socket_dir);
4691 client_socket_dir = optarg;

Completed in 71 milliseconds