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

/external/wpa_supplicant/
H A Dpcsc_funcs.c84 #define AKA_AUTS_LEN 14 macro
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);
H A Deapol_test.c731 #define AKA_AUTS_LEN 14 macro
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/
H A Dpcsc_funcs.c84 #define AKA_AUTS_LEN 14 macro
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);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c84 #define AKA_AUTS_LEN 14 macro
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);
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c84 #define AKA_AUTS_LEN 14 macro
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);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c84 #define AKA_AUTS_LEN 14 macro
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);
/external/wpa_supplicant_6/wpa_supplicant/
H A Deapol_test.c807 #define AKA_AUTS_LEN 14 macro
813 unsigned char aka_auts[AKA_AUTS_LEN];
881 wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN);
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c832 #define AKA_AUTS_LEN 14 macro
838 unsigned char aka_auts[AKA_AUTS_LEN];
906 wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN);

Completed in 122 milliseconds