Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/eap_peer/
H A Deap_sim.c23 u8 *ver_list;
26 size_t min_num_chal, num_chal;
30 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
39 int num_id_req, num_notification;
40 u8 *pseudonym;
42 u8 *reauth_id;
44 int reauth;
45 unsigned int counter, counter_too_small;
48 enum {
50 } state;
[all …]
/freebsd-14.2/contrib/wpa/src/eap_server/
H A Deap_server_sim.c20 struct eap_sim_data { struct
21 u8 mk[EAP_SIM_MK_LEN];
32 int num_chal;
33 enum {
35 } state;
36 char *next_pseudonym;
37 char *next_reauth_id;
38 u16 counter;
40 u16 notification;
41 int use_result_ind;
[all …]