mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
unit: Add a call to eapol_verify in unit test
This commit is contained in:
parent
1504e947ff
commit
c1b3858a07
@ -192,6 +192,8 @@ static void eapol_key_test(const void *data)
|
||||
const struct eapol_key_data *test = data;
|
||||
struct eapol_key *packet;
|
||||
|
||||
assert(eapol_verify(test->frame, test->frame_len));
|
||||
|
||||
packet = (struct eapol_key *)test->frame;
|
||||
|
||||
assert(packet->protocol_version == test->protocol_version);
|
||||
|
Loading…
Reference in New Issue
Block a user