Lines Matching defs:eap_peap_data
32 struct eap_peap_data { struct
33 struct eap_ssl_data ssl;
35 int peap_version, force_peap_version, force_new_label;
37 const struct eap_method *phase2_method;
38 void *phase2_priv;
39 int phase2_success;
40 int phase2_eap_success;
41 int phase2_eap_started;
43 struct eap_method_type phase2_type;
44 struct eap_method_type *phase2_types;
45 size_t num_phase2_types;
47 int peap_outer_success; /* 0 = PEAP terminated on Phase 2 inner
74 static void eap_peap_parse_phase1(struct eap_peap_data *data, in eap_peap_parse_phase1() argument