Home
last modified time | relevance | path

Searched defs:eap_ssl_data (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tls_common.h15 struct eap_ssl_data { struct
24 struct wpabuf *tls_out;
29 size_t tls_out_pos;
34 size_t tls_out_limit;
39 struct wpabuf *tls_in;
44 size_t tls_in_left;
49 size_t tls_in_total;
54 int phase2;
65 struct eap_sm *eap;
70 void *ssl_ctx;
[all …]
/freebsd/contrib/wpa/src/eap_server/
H A Deap_tls_common.h15 struct eap_ssl_data { struct
19 struct tls_connection *conn;
24 struct wpabuf *tls_out;
29 size_t tls_out_pos;
34 size_t tls_out_limit;
39 struct wpabuf *tls_in;
44 int phase2;
49 struct eap_sm *eap;
51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state;
52 struct wpabuf tmpbuf;
[all …]