From 7cf4f7b100b06a64cbb1641ac9eb10263abe28cc Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 19 Dec 2014 15:45:17 -0600 Subject: [PATCH] eapol: Add a couple of missing fields --- src/eapol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/eapol.h b/src/eapol.h index 9b12eb79..8e7c5a7f 100644 --- a/src/eapol.h +++ b/src/eapol.h @@ -86,6 +86,8 @@ struct eapol_key { uint8_t key_replay_counter[8]; uint8_t key_nonce[32]; uint8_t eapol_key_iv[16]; + uint8_t key_rsc[8]; + uint8_t reserved[8]; uint8_t key_mic_data[16]; __be16 key_data_len; uint8_t key_data[0];