Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() function
Deap.c271 eap_method = eap_peer_get_eap_method(sm->reqVendor, method); in SM_STATE()
1139 if (eap_peer_get_eap_method(vendor, method)) in eap_sm_allowMethod()
2158 eap_peer_get_eap_method(EAP_VENDOR_IETF, in eap_sm_get_status()
Deap_peap.c696 data->phase2_method = eap_peer_get_eap_method( in eap_peap_phase2_request()
Deap_ttls.c413 data->phase2_method = eap_peer_get_eap_method( in eap_ttls_phase2_request_eap_method()
Deap_fast.c348 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_fast_init_phase2_method()
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c422 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_SIM) == NULL) in wpa_supplicant_scard_init()
424 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA) == NULL && in wpa_supplicant_scard_init()
425 eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA_PRIME) == in wpa_supplicant_scard_init()