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

/system/core/nexus/
H A DDhcpEvent.h22 static const int UNKNOWN = 0; member in class:DhcpEvent
H A DSupplicantState.h22 static const int UNKNOWN = -1; member in class:SupplicantState
H A DDhcpEvent.cpp25 if (val == DhcpEvent::UNKNOWN)
26 strncpy(buffer, "UNKNOWN", max);
42 if (!strcasecmp(buffer, "UNKNOWN"))
43 return DhcpEvent::UNKNOWN;
H A DSupplicantState.cpp25 if (val == SupplicantState::UNKNOWN)
26 strncpy(buffer, "UNKNOWN", max);
H A DSupplicantStatus.cpp27 mWpaState = SupplicantState::UNKNOWN;
50 int state = SupplicantState::UNKNOWN;
H A DWifiNetwork.h30 static const uint32_t UNKNOWN = 0; member in class:KeyManagementMask
H A DWifiNetwork.cpp69 mKeyManagement = KeyManagementMask::UNKNOWN;
460 if (getKeyManagement() == KeyManagementMask::UNKNOWN) {
H A DWifiController.cpp66 mSupplicantState = SupplicantState::UNKNOWN;

Completed in 67 milliseconds