Home
last modified time | relevance | path

Searched refs:eap_method_idx (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dsta_network.cpp1240 uint32_t eap_method_idx = static_cast< in setEapMethodInternal() local
1243 if (eap_method_idx >= kEapMethodMax) { in setEapMethodInternal()
1249 const char *method_str = kEapMethodStrings[eap_method_idx]; in setEapMethodInternal()
1698 size_t eap_method_idx = in getEapMethodInternal() local
1703 if (eap_method_idx >= kEapMethodMax) { in getEapMethodInternal()
1707 static_cast<ISupplicantStaNetwork::EapMethod>(eap_method_idx)}; in getEapMethodInternal()