HomeSort by relevance Sort by last modified time
    Searched full:supp_status (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/net/wifi/libwifi_system/
supplicant_manager.cpp 129 char supp_status[PROPERTY_VALUE_MAX] = {'\0'}; local
135 if (property_get(kSupplicantInitProperty, supp_status, NULL) &&
136 strcmp(supp_status, "running") == 0) {
184 __system_property_read(pi, NULL, supp_status);
185 if (strcmp(supp_status, "running") == 0) {
187 } else if (strcmp(supp_status, "stopped") == 0) {
198 char supp_status[PROPERTY_VALUE_MAX] = {'\0'}; local
202 if (property_get(kSupplicantInitProperty, supp_status, NULL) &&
203 strcmp(supp_status, "stopped") == 0) {
211 if (property_get(kSupplicantInitProperty, supp_status, NULL))
221 char supp_status[PROPERTY_VALUE_MAX] = {'\\0'}; local
    [all...]

Completed in 55 milliseconds