Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:autn

33 	u8 rand[EAP_AKA_RAND_LEN], autn[EAP_AKA_AUTN_LEN];
79 data->autn, data->res, &data->res_len,
89 u8 autn[EAP_AKA_AUTN_LEN];
90 os_memset(autn, '1', EAP_AKA_AUTN_LEN);
91 if (os_memcmp(autn, data->autn, EAP_AKA_AUTN_LEN) != 0) {
92 wpa_printf(MSG_WARNING, "EAP-AKA: AUTN did not match "
435 if (!attr->mac || !attr->rand || !attr->autn) {
440 !attr->autn ? " AT_AUTN" : "");
445 os_memcpy(data->autn, attr->autn, EAP_AKA_AUTN_LEN);
450 "failed (AUTN)");
454 "failed (AUTN seq# -> AUTS)");