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

  /system/core/nexus/
Supplicant.cpp 41 #define SUPP_CONFIG_TEMPLATE "/system/etc/wifi/wpa_supplicant.conf"
459 srcfd = open(SUPP_CONFIG_TEMPLATE, O_RDONLY);
461 LOGE("Cannot open \"%s\": %s", SUPP_CONFIG_TEMPLATE, strerror(errno));
474 LOGE("Error reading \"%s\": %s", SUPP_CONFIG_TEMPLATE, strerror(errno));
  /hardware/libhardware_legacy/wifi/
wifi.c 91 static const char SUPP_CONFIG_TEMPLATE[]= "/system/etc/wifi/wpa_supplicant.conf";
392 srcfd = open(SUPP_CONFIG_TEMPLATE, O_RDONLY);
394 LOGE("Cannot open \"%s\": %s", SUPP_CONFIG_TEMPLATE, strerror(errno));
407 LOGE("Error reading \"%s\": %s", SUPP_CONFIG_TEMPLATE, strerror(errno));

Completed in 135 milliseconds