HomeSort by relevance Sort by last modified time
    Searched refs:AKA_AUTS_LEN (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant/
pcsc_funcs.c 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);
    [all...]
eapol_test.c 731 #define AKA_AUTS_LEN 14
737 unsigned char aka_auts[AKA_AUTS_LEN];
805 wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 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);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c 807 #define AKA_AUTS_LEN 14
813 unsigned char aka_auts[AKA_AUTS_LEN];
881 wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN);

Completed in 15 milliseconds