mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-14 16:09:24 +01:00
eapol: Add a couple of missing fields
This commit is contained in:
parent
e3729cc0f5
commit
7cf4f7b100
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user