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

/hardware/libhardware_legacy/wifi/
H A Dwifi.c473 char supp_status[PROPERTY_VALUE_MAX] = {'\0'}; local
496 if (property_get(supplicant_name, supp_status, NULL)
497 && strcmp(supp_status, "running") == 0) {
541 __system_property_read(pi, NULL, supp_status);
542 if (strcmp(supp_status, "running") == 0) {
545 strcmp(supp_status, "stopped") == 0) {
550 if (property_get(supplicant_prop_name, supp_status, NULL)) {
551 if (strcmp(supp_status, "running") == 0)
562 char supp_status[PROPERTY_VALUE_MAX] = {'\0'}; local
574 if (property_get(supplicant_prop_name, supp_status, NUL
595 char supp_status[PROPERTY_VALUE_MAX] = {'\\0'}; local
792 char supp_status[PROPERTY_VALUE_MAX] = {'\\0'}; local
[all...]

Completed in 1421 milliseconds