Home
last modified time | relevance | path

Searched refs:eap_method (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap_methods.h15 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
16 const struct eap_method * eap_peer_get_methods(size_t *count);
22 struct eap_method * eap_peer_method_alloc(int verdor, EapType method,
25 void eap_peer_method_free(struct eap_method *method);
26 int eap_peer_method_register(struct eap_method *method);
Deap.c51 static struct eap_method *eap_methods = NULL;
53 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method()
55 struct eap_method *m; in eap_peer_get_eap_method()
63 const struct eap_method * eap_peer_get_methods(size_t *count) in eap_peer_get_methods()
66 struct eap_method *m; in eap_peer_get_methods()
77 struct eap_method *m; in eap_peer_get_type()
116 const struct eap_method *methods, *m; in eap_get_phase2_types()
143 struct eap_method * eap_peer_method_alloc(int vendor, EapType method, in eap_peer_method_alloc()
146 struct eap_method *eap; in eap_peer_method_alloc()
147 eap = (struct eap_method *)os_zalloc(sizeof(*eap)); in eap_peer_method_alloc()
[all …]
Deap_i.h66 struct eap_method { struct
204 void (*free)(struct eap_method *method); argument
223 struct eap_method *next; argument
312 const struct eap_method *m;
Deap_tls.c213 struct eap_method *eap; in eap_peer_tls_register()
Deap_peap.c37 const struct eap_method *phase2_method;
1334 struct eap_method *eap; in eap_peer_peap_register()
Deap_ttls.c35 const struct eap_method *phase2_method;
1678 struct eap_method *eap; in eap_peer_ttls_register()
Deap_mschapv2.c844 struct eap_method *eap; in eap_peer_mschapv2_register()
Deap_fast.c37 const struct eap_method *phase2_method;
1786 struct eap_method *eap; in eap_peer_fast_register()
/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dap_config.h167 u8 eap_method;
171 } eap_method[MAX_NAI_EAP_METHODS];
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa2.c371 const struct eap_method *m = NULL; in eap_sm_process_request()