Lines Matching defs:eap_sim_data
20 struct eap_sim_data { struct
21 u8 mk[EAP_SIM_MK_LEN];
22 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN];
23 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
24 u8 k_aut[EAP_SIM_K_AUT_LEN];
25 u8 k_encr[EAP_SIM_K_ENCR_LEN];
26 u8 msk[EAP_SIM_KEYING_DATA_LEN];
27 u8 emsk[EAP_EMSK_LEN];
28 u8 kc[EAP_SIM_MAX_CHAL][EAP_SIM_KC_LEN];
29 u8 sres[EAP_SIM_MAX_CHAL][EAP_SIM_SRES_LEN];
30 u8 rand[EAP_SIM_MAX_CHAL][GSM_RAND_LEN];
31 u8 reauth_mac[EAP_SIM_MAC_LEN];
32 int num_chal;
33 enum {
35 } state;
36 char *next_pseudonym;
37 char *next_reauth_id;
38 u16 counter;
39 struct eap_sim_reauth *reauth;
40 u16 notification;
41 int use_result_ind;
42 int start_round;
43 char permanent[20]; /* Permanent username */