Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_methods.h25 const char * eap_get_name(int vendor, EapType type);
38 static inline const char * eap_get_name(int vendor, EapType type) in eap_get_name() function
Deap_methods.c73 const char * eap_get_name(int vendor, EapType type) in eap_get_name() function
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c601 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) { in nai_realm_cred_username()
619 eap_get_name(EAP_VENDOR_IETF, eap->inner_method) == NULL) { in nai_realm_cred_username()
626 eap_get_name(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2) == NULL) { in nai_realm_cred_username()
637 eap_get_name(EAP_VENDOR_IETF, eap->inner_method) == NULL) { in nai_realm_cred_username()
671 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) { in nai_realm_cred_cert()
1767 if (wpa_config_set(ssid, "eap", eap_get_name(EAP_VENDOR_IETF, in interworking_connect()
1774 name = eap_get_name(EAP_VENDOR_IETF, eap->inner_method); in interworking_connect()
1819 name = eap_get_name(EAP_VENDOR_IETF, in interworking_connect()
Dconfig_file.c959 name = eap_get_name(cred->eap_method[0].vendor, in wpa_config_write_cred()
Dconfig.c1540 name = eap_get_name(eap_methods[i].vendor, in wpa_config_write_eap()
3478 return alloc_strdup(eap_get_name(cred->eap_method[0].vendor, in wpa_config_get_cred_no_key()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dsta_network.cpp1252 const std::string eap_method_str = eap_get_name( in getEapMethodInternal()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
Dsta_network.cpp1290 const std::string eap_method_str = eap_get_name( in getEapMethodInternal()