Searched defs:eap_ttls_data (Results 1 – 1 of 1) sorted by relevance
30 struct eap_ttls_data { struct31 struct eap_ssl_data ssl;33 int ttls_version;35 const struct eap_method *phase2_method;36 void *phase2_priv;37 int phase2_success;38 int phase2_start;40 enum phase2_types {46 } phase2_type;47 struct eap_method_type phase2_eap_type;[all …]