mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
eapol: Fix return value
This commit is contained in:
parent
c6a16cd515
commit
a95b0e3a5a
@ -264,7 +264,7 @@ bool eapol_verify_ptk_1_of_4(const struct eapol_key *ek)
|
||||
VERIFY_IS_ZERO(ek->reserved);
|
||||
VERIFY_IS_ZERO(ek->key_mic_data);
|
||||
|
||||
return ek;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool eapol_verify_ptk_2_of_4(const struct eapol_key *ek)
|
||||
|
Loading…
Reference in New Issue
Block a user