Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libwifi_system/
Dsupplicant_manager.cpp41 char supp_status[PROPERTY_VALUE_MAX] = {'\0'}; in StartSupplicant() local
47 if (property_get(kSupplicantInitProperty, supp_status, NULL) && in StartSupplicant()
48 strcmp(supp_status, "running") == 0) { in StartSupplicant()
77 __system_property_read(pi, NULL, supp_status); in StartSupplicant()
78 if (strcmp(supp_status, "running") == 0) { in StartSupplicant()
80 } else if (strcmp(supp_status, "stopped") == 0) { in StartSupplicant()
91 char supp_status[PROPERTY_VALUE_MAX] = {'\0'}; in StopSupplicant() local
95 if (property_get(kSupplicantInitProperty, supp_status, NULL) && in StopSupplicant()
96 strcmp(supp_status, "stopped") == 0) { in StopSupplicant()
104 if (property_get(kSupplicantInitProperty, supp_status, NULL)) { in StopSupplicant()
[all …]