Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/eap_server/
H A Deap_server_sim.c18 struct eap_sim_data { struct
19 u8 mk[EAP_SIM_MK_LEN];
25 u8 emsk[EAP_EMSK_LEN];
30 int num_chal;
31 enum {
33 } state;
34 char *next_pseudonym;
36 u16 counter;
38 u16 notification;
39 int use_result_ind;
[all …]
/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap_sim.c21 u8 *ver_list;
24 size_t min_num_chal, num_chal;
28 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
37 int num_id_req, num_notification;
38 u8 *pseudonym;
40 u8 *reauth_id;
42 int reauth;
43 unsigned int counter, counter_too_small;
46 enum {
48 } state;
[all …]