Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_methods.h22 struct eap_method * eap_peer_method_alloc(int verdor, EapType method,
Deap_tls.c217 eap = eap_peer_method_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLS, in eap_peer_tls_register()
Deap_mschapv2.c845 eap = eap_peer_method_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, in eap_peer_mschapv2_register()
Deap.c211 struct eap_method * eap_peer_method_alloc(int vendor, EapType method, in eap_peer_method_alloc() function
Deap_peap.c1370 eap = eap_peer_method_alloc(EAP_VENDOR_IETF, EAP_TYPE_PEAP, in eap_peer_peap_register()
Deap_ttls.c1681 eap = eap_peer_method_alloc(EAP_VENDOR_IETF, EAP_TYPE_TTLS, in eap_peer_ttls_register()
Deap_fast.c1788 eap = eap_peer_method_alloc(EAP_VENDOR_IETF, EAP_TYPE_FAST, "FAST"); in eap_peer_fast_register()