From: Jouni Malinen Date: Sun, 22 Jan 2012 18:59:00 +0000 (+0200) Subject: eapol_test: Show MNC length in debug output X-Git-Tag: aosp-jb-start~74 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=beec9c3a1ffc0149fa8f76b9d526abc9cdc5efb7 eapol_test: Show MNC length in debug output Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/eapol_test.c b/wpa_supplicant/eapol_test.c index 76f7527..bcc3071 100644 --- a/wpa_supplicant/eapol_test.c +++ b/wpa_supplicant/eapol_test.c @@ -877,6 +877,9 @@ static int scard_test(void) wpa_hexdump_ascii(MSG_DEBUG, "SCARD: IMSI", (u8 *) imsi, len); /* NOTE: Permanent Username: 1 | IMSI */ + wpa_printf(MSG_DEBUG, "SCARD: MNC length %d", + scard_get_mnc_len(scard)); + os_memset(_rand, 0, sizeof(_rand)); if (scard_gsm_auth(scard, _rand, sres, kc)) goto failed;