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

/system/core/nexus/
H A DSupplicantState.h25 static const int SCANNING = 2; member in class:SupplicantState
H A DSupplicantState.cpp31 else if (val == SupplicantState::SCANNING)
32 strncpy(buffer, "SCANNING", max);
H A DSupplicantStatus.cpp69 else if (!strcmp(value, "SCANNING"))
70 state = SupplicantState::SCANNING;
H A DWifiController.cpp310 case SupplicantState::SCANNING:
537 if (evt->getState() != SupplicantState::SCANNING) {

Completed in 50 milliseconds