Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:AKA_AUTS_LEN

84 #define AKA_AUTS_LEN 14
1193 if (len >= 2 + AKA_AUTS_LEN && buf[0] == 0xdc &&
1194 buf[1] == AKA_AUTS_LEN) {
1196 os_memcpy(auts, buf + 2, AKA_AUTS_LEN);
1197 wpa_hexdump(MSG_DEBUG, "SCARD: AUTS", auts, AKA_AUTS_LEN);