mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
eapol_test: Show MNC length in debug output
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8ab7a37089
commit
beec9c3a1f
@ -877,6 +877,9 @@ static int scard_test(void)
|
|||||||
wpa_hexdump_ascii(MSG_DEBUG, "SCARD: IMSI", (u8 *) imsi, len);
|
wpa_hexdump_ascii(MSG_DEBUG, "SCARD: IMSI", (u8 *) imsi, len);
|
||||||
/* NOTE: Permanent Username: 1 | IMSI */
|
/* NOTE: Permanent Username: 1 | IMSI */
|
||||||
|
|
||||||
|
wpa_printf(MSG_DEBUG, "SCARD: MNC length %d",
|
||||||
|
scard_get_mnc_len(scard));
|
||||||
|
|
||||||
os_memset(_rand, 0, sizeof(_rand));
|
os_memset(_rand, 0, sizeof(_rand));
|
||||||
if (scard_gsm_auth(scard, _rand, sres, kc))
|
if (scard_gsm_auth(scard, _rand, sres, kc))
|
||||||
goto failed;
|
goto failed;
|
||||||
|
Loading…
Reference in New Issue
Block a user