Lines Matching defs:eap_ssl_data
15 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;
79 int eap_server_tls_ssl_init(struct eap_sm *sm, struct eap_ssl_data *data, argument