Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor,
Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, in eap_peer_get_eap_method() function
Deap.c340 eap_method = eap_peer_get_eap_method(sm->reqVendor, method); in SM_STATE()
1403 if (eap_peer_get_eap_method(vendor, method)) in eap_sm_allowMethod()
2432 eap_peer_get_eap_method(EAP_VENDOR_IETF, in eap_sm_get_status()
Deap_peap.c715 data->phase2_method = eap_peer_get_eap_method( in eap_peap_phase2_request()
Deap_ttls.c430 data->phase2_method = eap_peer_get_eap_method(vendor, 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()
Deap_teap.c317 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_teap_init_phase2_method()
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c471 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_SIM) == NULL) in wpa_supplicant_scard_init()
473 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA) == NULL && in wpa_supplicant_scard_init()
474 eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA_PRIME) == in wpa_supplicant_scard_init()