Searched defs:eap_peap_data (Results 1 – 2 of 2) sorted by relevance
32 struct eap_peap_data { struct33 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;[all …]
32 struct eap_peap_data { struct33 struct eap_ssl_data ssl;34 enum {38 } state;40 int peap_version;41 int recv_version;42 const struct eap_method *phase2_method;43 void *phase2_priv;44 int force_version;45 struct wpabuf *pending_phase2_resp;[all …]