Lines Matching defs:eap_ttls_data
29 struct eap_ttls_data { struct
30 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;
47 struct eap_method_type phase2_eap_type;
48 struct eap_method_type *phase2_eap_types;
49 size_t num_phase2_eap_types;
73 static void eap_ttls_parse_phase1(struct eap_ttls_data *data, in eap_ttls_parse_phase1() argument