Lines Matching defs:eap_fast_data
31 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];
45 int final_result;
47 struct eap_fast_key_block_provisioning *key_block_p;
72 struct eap_fast_data *data); argument