Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
H A Dsta_network.cpp1642 const std::string eap_phase2_method_str_with_prefix = in getEapPhase2MethodInternal() local
1647 if (eap_phase2_method_str_with_prefix.find(kEapPhase2AuthPrefix) == 0) { in getEapPhase2MethodInternal()
1649 eap_phase2_method_str_with_prefix.substr( in getEapPhase2MethodInternal()
1651 eap_phase2_method_str_with_prefix.size()); in getEapPhase2MethodInternal()
1653 eap_phase2_method_str_with_prefix.find(kEapPhase2AuthEapPrefix) == in getEapPhase2MethodInternal()
1656 eap_phase2_method_str_with_prefix.substr( in getEapPhase2MethodInternal()
1658 eap_phase2_method_str_with_prefix.size()); in getEapPhase2MethodInternal()