Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor,
H A Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, in eap_peer_get_eap_method() function
H A Deap.c340 eap_method = eap_peer_get_eap_method(sm->reqVendor, method); in SM_STATE()
1392 if (eap_peer_get_eap_method(vendor, method)) in eap_sm_allowMethod()
2390 eap_peer_get_eap_method(EAP_VENDOR_IETF, in eap_sm_get_status()
H A Deap_peap.c715 data->phase2_method = eap_peer_get_eap_method( in eap_peap_phase2_request()
H A Deap_fast.c348 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_fast_init_phase2_method()
H A Deap_ttls.c430 data->phase2_method = eap_peer_get_eap_method(vendor, method); in eap_ttls_phase2_request_eap_method()
H A Deap_teap.c317 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_teap_init_phase2_method()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Devents.c467 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_SIM) == NULL) in wpa_supplicant_scard_init()
469 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA) == NULL && in wpa_supplicant_scard_init()
470 eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA_PRIME) == in wpa_supplicant_scard_init()