Lines Matching defs:eap_ttls_data
27 struct eap_ttls_data { struct
28 struct eap_ssl_data ssl;
29 enum {
32 } state;
34 int ttls_version;
35 const struct eap_method *phase2_method;
36 void *phase2_priv;
37 int mschapv2_resp_ok;
38 u8 mschapv2_auth_response[20];
39 u8 mschapv2_ident;
40 struct wpabuf *pending_phase2_eap_resp;
41 int tnc_started;