Searched defs:eap_fast_data (Results 1 – 1 of 1) sorted by relevance
32 struct eap_fast_data { struct33 struct eap_ssl_data ssl;35 int fast_version;37 const struct eap_method *phase2_method;38 void *phase2_priv;39 int phase2_success;41 struct eap_method_type phase2_type;42 struct eap_method_type *phase2_types;43 size_t num_phase2_types;44 int resuming; /* starting a resumed session */[all …]