OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AKA_AUTS_LEN
(Results
1 - 4
of
4
) sorted by null
/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
);
/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_8/src/utils/
pcsc_funcs.c
78
#define
AKA_AUTS_LEN
14
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c
847
#define
AKA_AUTS_LEN
14
853
unsigned char aka_auts[
AKA_AUTS_LEN
];
924
wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts,
AKA_AUTS_LEN
);
[
all
...]
Completed in 20 milliseconds