Searched refs:AKA_AUTS_LEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dpcsc_funcs.c81 #define AKA_AUTS_LEN 14 macro
1376 if (len >= 2 + AKA_AUTS_LEN && buf[0] == 0xdc &&
1377 buf[1] == AKA_AUTS_LEN) {
1379 os_memcpy(auts, buf + 2, AKA_AUTS_LEN);
1380 wpa_hexdump(MSG_DEBUG, "SCARD: AUTS", auts, AKA_AUTS_LEN);
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Deapol_test.c884 #define AKA_AUTS_LEN 14 macro
890 unsigned char aka_auts[AKA_AUTS_LEN];
961 wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN);

Completed in 175 milliseconds