Searched refs:eap_peer_get_eap_method (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_methods.h | 14 const struct eap_method * eap_peer_get_eap_method(int vendor,
|
D | eap_methods.c | 30 const struct eap_method * eap_peer_get_eap_method(int vendor, in eap_peer_get_eap_method() function
|
D | eap.c | 340 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()
|
D | eap_peap.c | 715 data->phase2_method = eap_peer_get_eap_method( in eap_peap_phase2_request()
|
D | eap_ttls.c | 430 data->phase2_method = eap_peer_get_eap_method(vendor, method); in eap_ttls_phase2_request_eap_method()
|
D | eap_fast.c | 348 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_fast_init_phase2_method()
|
D | eap_teap.c | 317 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_teap_init_phase2_method()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | events.c | 471 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()
|