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.2/
Dsta_network.cpp1023 uint32_t eap_method_idx = static_cast< in setEapMethodInternal() local
1026 if (eap_method_idx >= kEapMethodMax) { in setEapMethodInternal()
1032 const char *method_str = kEapMethodStrings[eap_method_idx]; in setEapMethodInternal()
1441 size_t eap_method_idx = in getEapMethodInternal() local
1446 if (eap_method_idx >= kEapMethodMax) { in getEapMethodInternal()
1450 static_cast<ISupplicantStaNetwork::EapMethod>(eap_method_idx)}; in getEapMethodInternal()