Searched defs:eap_ttls_data (Results 1 – 2 of 2) sorted by relevance
29 struct eap_ttls_data { struct30 struct eap_ssl_data ssl;32 int ttls_version;34 const struct eap_method *phase2_method;35 void *phase2_priv;36 int phase2_success;37 int phase2_start;38 EapDecision decision_succ;40 enum phase2_types {46 } phase2_type;[all …]
27 struct eap_ttls_data { struct28 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;[all …]