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 88 static const char DRIVER_PROP_NAME[] = "wlan.driver.status";
168 if (!property_get(DRIVER_PROP_NAME, driver_status, NULL)
181 property_set(DRIVER_PROP_NAME, "unloaded");
191 property_set(DRIVER_PROP_NAME, "unloaded");
213 property_set(DRIVER_PROP_NAME, "ok");
220 if (property_get(DRIVER_PROP_NAME, driver_status, NULL)) {
223 else if (strcmp(DRIVER_PROP_NAME, "failed") == 0) {
230 property_set(DRIVER_PROP_NAME, "timeout");
234 property_set(DRIVER_PROP_NAME, "ok");
258 property_set(DRIVER_PROP_NAME, "unloaded")
    [all...]

Completed in 120 milliseconds