Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c31 struct eap_fast_data { struct
32 struct eap_ssl_data ssl;
33 enum {
36 } state;
38 int fast_version;
39 const struct eap_method *phase2_method;
40 void *phase2_priv;
41 int force_version;
42 int peer_version;
44 u8 crypto_binding_nonce[32];
[all …]
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c33 struct eap_fast_data { struct
34 struct eap_ssl_data ssl;
36 int fast_version;
38 const struct eap_method *phase2_method;
39 void *phase2_priv;
40 int phase2_success;
42 struct eap_method_type phase2_type;
43 struct eap_method_type *phase2_types;
44 size_t num_phase2_types;
45 int resuming; /* starting a resumed session */
[all …]