HomeSort by: relevance | last modified time | path
    Searched refs:AKA_AUTS_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
pcsc_funcs.c 85 #define AKA_AUTS_LEN 14
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);
  /src/external/bsd/wpa/dist/wpa_supplicant/
eapol_test.c 1111 #define AKA_AUTS_LEN 14
1117 unsigned char aka_auts[AKA_AUTS_LEN];
1188 wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN);

Completed in 19 milliseconds