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

  /system/core/nexus/
TiwlanWifiController.cpp 33 #define DRIVER_PROP_NAME "wlan.driver.status"
76 if (property_get(DRIVER_PROP_NAME, driver_status, NULL)) {
86 } else if (!strcmp(DRIVER_PROP_NAME, "failed")) {
93 property_set(DRIVER_PROP_NAME, "timeout");
Supplicant.cpp 39 #define DRIVER_PROP_NAME "wlan.driver.status"
  /hardware/libhardware_legacy/wifi/
wifi.c 73 static const char DRIVER_PROP_NAME[] = "wlan.driver.status";
143 if (!property_get(DRIVER_PROP_NAME, driver_status, NULL)
155 property_set(DRIVER_PROP_NAME, "unloaded");
165 property_set(DRIVER_PROP_NAME, "unloaded");
183 property_set(DRIVER_PROP_NAME, "ok");
190 if (property_get(DRIVER_PROP_NAME, driver_status, NULL)) {
193 else if (strcmp(DRIVER_PROP_NAME, "failed") == 0) {
200 property_set(DRIVER_PROP_NAME, "timeout");

Completed in 463 milliseconds