HomeSort by relevance Sort by last modified time
    Searched refs:local_socket_dir (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant/
wpa_ctrl.c 37 static const char *local_socket_dir = "/data/misc/wifi/sockets"; variable
90 "%s/%s%d-%d", local_socket_dir, local_socket_prefix,
170 if ((dir = opendir(local_socket_dir)) == NULL)
173 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir);
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 38 static const char *local_socket_dir = "/data/misc/wifi/sockets"; variable
97 "%s/%s%d-%d", local_socket_dir, local_socket_prefix,
198 if ((dir = opendir(local_socket_dir)) == NULL)
201 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir);
  /hardware/libhardware_legacy/wifi/
wifi.c 452 char *local_socket_dir = CONFIG_CTRL_IFACE_CLIENT_DIR; local
455 if ((dir = opendir(local_socket_dir)) == NULL)
458 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir);

Completed in 550 milliseconds