Fixed Milenage debug output to use correct length for IK and CK
This commit is contained in:
parent
6cd4f02b03
commit
f32fe71a1f
1 changed files with 2 additions and 2 deletions
|
@ -289,8 +289,8 @@ int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand,
|
|||
|
||||
*res_len = 8;
|
||||
wpa_hexdump_key(MSG_DEBUG, "Milenage: RES", res, *res_len);
|
||||
wpa_hexdump_key(MSG_DEBUG, "Milenage: CK", ck, 6);
|
||||
wpa_hexdump_key(MSG_DEBUG, "Milenage: IK", ik, 6);
|
||||
wpa_hexdump_key(MSG_DEBUG, "Milenage: CK", ck, 16);
|
||||
wpa_hexdump_key(MSG_DEBUG, "Milenage: IK", ik, 16);
|
||||
wpa_hexdump_key(MSG_DEBUG, "Milenage: AK", ak, 6);
|
||||
|
||||
/* AUTN = (SQN ^ AK) || AMF || MAC */
|
||||
|
|
Loading…
Reference in a new issue