Searched refs:eap_peer_get_eap_method (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_methods.h | 14 const struct eap_method * eap_peer_get_eap_method(int vendor,
|
H A D | eap_methods.c | 30 const struct eap_method * eap_peer_get_eap_method(int vendor, in eap_peer_get_eap_method() function
|
H A D | eap.c | 341 eap_method = eap_peer_get_eap_method(sm->reqVendor, method); in SM_STATE() 1393 if (eap_peer_get_eap_method(vendor, method)) in eap_sm_allowMethod() 2434 eap_peer_get_eap_method(EAP_VENDOR_IETF, in eap_sm_get_status()
|
H A D | eap_peap.c | 749 data->phase2_method = eap_peer_get_eap_method( in eap_peap_phase2_request()
|
H A D | eap_fast.c | 348 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_fast_init_phase2_method()
|
H A D | eap_ttls.c | 455 data->phase2_method = eap_peer_get_eap_method(vendor, method); in eap_ttls_phase2_request_eap_method()
|
H A D | eap_teap.c | 317 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_teap_init_phase2_method()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | events.c | 557 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_SIM) == NULL) in wpa_supplicant_scard_init() 559 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA) == NULL && in wpa_supplicant_scard_init() 560 eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA_PRIME) == in wpa_supplicant_scard_init()
|