Home
last modified time | relevance | path

Searched refs:DRIVER_PROP_NAME (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware_legacy/wifi/
Dwifi.c71 static const char DRIVER_PROP_NAME[] = "wlan.driver.status"; variable
141 if (!property_get(DRIVER_PROP_NAME, driver_status, NULL) in check_driver_loaded()
153 property_set(DRIVER_PROP_NAME, "unloaded"); in check_driver_loaded()
163 property_set(DRIVER_PROP_NAME, "unloaded"); in check_driver_loaded()
181 property_set(DRIVER_PROP_NAME, "ok"); in wifi_load_driver()
188 if (property_get(DRIVER_PROP_NAME, driver_status, NULL)) { in wifi_load_driver()
191 else if (strcmp(DRIVER_PROP_NAME, "failed") == 0) in wifi_load_driver()
196 property_set(DRIVER_PROP_NAME, "timeout"); in wifi_load_driver()