Searched refs:ASSOCIATED (Results 1 - 3 of 3) sorted by path

/system/core/nexus/
H A DSupplicantState.cpp35 else if (val == SupplicantState::ASSOCIATED)
36 strncpy(buffer, "ASSOCIATED", max);
H A DSupplicantState.h27 static const int ASSOCIATED = 4; member in class:SupplicantState
H A DSupplicantStatus.cpp73 else if (!strcmp(value, "ASSOCIATED"))
74 state = SupplicantState::ASSOCIATED;

Completed in 64 milliseconds