Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:auts

33 	u8 auts[EAP_AKA_AUTS_LEN];
142 os_memset(data->auts, 0, EAP_AKA_AUTS_LEN);
190 if (os_strncmp(resp, "UMTS-AUTS:", 10) == 0) {
192 if (hexstr2bin(pos, data->auts, EAP_AKA_AUTS_LEN) < 0)
194 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: AUTS", data->auts,
264 data->ik, data->ck, data->auts);
298 data->res, &data->res_len, data->auts);
590 eap_sim_msg_add_full(msg, EAP_SIM_AT_AUTS, data->auts,
973 "failed (AUTN seq# -> AUTS)");