Home
last modified time | relevance | path

Searched defs:eap_ttls_data (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_ttls.c29 struct eap_ttls_data { struct
30 struct eap_ssl_data ssl;
32 int ttls_version;
35 void *phase2_priv;
36 int phase2_success;
37 int phase2_start;
38 EapDecision decision_succ;
40 enum phase2_types {
46 } phase2_type;
49 size_t num_phase2_eap_types;
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c27 struct eap_ttls_data { struct
28 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 …]