Home
last modified time | relevance | path

Searched refs:EapType (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_common.h15 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
21 EapType eap_get_type(const struct wpabuf *msg);
Deap_tls_common.h106 EapType eap_type, int peap_version,
109 struct wpabuf * eap_peer_tls_build_ack(u8 id, EapType eap_type,
116 EapType eap_type,
126 EapType eap_type, int peap_version, u8 id,
Deap.h19 EapType method;
54 struct wpabuf * eap_sm_build_nak(struct eap_sm *sm, EapType type, u8 id);
67 bool eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method);
Deap_methods.h15 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
22 struct eap_method * eap_peer_method_alloc(int verdor, EapType method,
Deap_common.c66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, in eap_hdr_validate()
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc()
199 EapType eap_get_type(const struct wpabuf *msg) in eap_get_type()
Deap_tls_common.c19 static struct wpabuf * eap_tls_msg_alloc(EapType type, size_t payload_len, in eap_tls_msg_alloc()
498 static int eap_tls_process_output(struct eap_ssl_data *data, EapType eap_type, in eap_tls_process_output()
598 EapType eap_type, int peap_version, in eap_peer_tls_process_helper()
676 struct wpabuf * eap_peer_tls_build_ack(u8 id, EapType eap_type, in eap_peer_tls_build_ack()
759 EapType eap_type, in eap_peer_tls_process_init()
912 EapType eap_type, int peap_version, u8 id, in eap_peer_tls_encrypt()
Deap_defs.h97 } EapType; typedef
Deap.c79 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method()
128 EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
211 struct eap_method * eap_peer_method_alloc(int vendor, EapType method, in eap_peer_method_alloc()
266 EapType method) in eap_sm_allowMethod()
449 struct wpabuf * eap_sm_build_nak(struct eap_sm *sm, EapType type, u8 id) in eap_sm_build_nak()
Deap_i.h74 EapType method;