Searched refs:EapType (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_common.h | 15 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);
|
D | eap_tls_common.h | 106 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,
|
D | eap.h | 19 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);
|
D | eap_methods.h | 15 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,
|
D | eap_common.c | 66 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()
|
D | eap_tls_common.c | 19 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()
|
D | eap_defs.h | 97 } EapType; typedef
|
D | eap.c | 79 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()
|
D | eap_i.h | 74 EapType method;
|