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

/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dpcsc_funcs.c85 #define AKA_AUTS_LEN 14 macro
1394 if (len >= 2 + AKA_AUTS_LEN && buf[0] == 0xdc &&
1395 buf[1] == AKA_AUTS_LEN) {
1397 os_memcpy(auts, buf + 2, AKA_AUTS_LEN);
1398 wpa_hexdump(MSG_DEBUG, "SCARD: AUTS", auts, AKA_AUTS_LEN);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Deapol_test.c1081 #define AKA_AUTS_LEN 14 macro
1087 unsigned char aka_auts[AKA_AUTS_LEN];
1158 wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN);

Completed in 137 milliseconds