Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libwifi_system/
Dsupplicant_manager.cpp35 const char kSupplicantInitProperty[] = "init.svc.wpa_supplicant"; variable
47 if (property_get(kSupplicantInitProperty, supp_status, NULL) && in StartSupplicant()
59 pi = __system_property_find(kSupplicantInitProperty); in StartSupplicant()
69 pi = __system_property_find(kSupplicantInitProperty); in StartSupplicant()
95 if (property_get(kSupplicantInitProperty, supp_status, NULL) && in StopSupplicant()
104 if (property_get(kSupplicantInitProperty, supp_status, NULL)) { in StopSupplicant()
115 if (property_get(kSupplicantInitProperty, supp_status, NULL)) { in IsSupplicantRunning()