eapol: Add a couple of missing fields

This commit is contained in:
Denis Kenzior 2014-12-19 15:45:17 -06:00
parent e3729cc0f5
commit 7cf4f7b100
1 changed files with 2 additions and 0 deletions

View File

@ -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];