Searched refs:DRIVER_PROP_NAME (Results 1 – 1 of 1) sorted by relevance
71 static const char DRIVER_PROP_NAME[] = "wlan.driver.status"; variable141 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()