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

/system/core/nexus/
H A DSupplicantState.h23 static const int DISCONNECTED = 0; member in class:SupplicantState
H A DSupplicantState.cpp27 else if (val == SupplicantState::DISCONNECTED)
28 strncpy(buffer, "DISCONNECTED", max);
H A DSupplicantStatus.cpp65 if (!strcmp(value, "DISCONNECTED"))
66 state = SupplicantState::DISCONNECTED;
H A DWifiController.cpp308 case SupplicantState::DISCONNECTED:

Completed in 114 milliseconds