mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-12 02:42:34 +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->reserved);
|
||||||
VERIFY_IS_ZERO(ek->key_mic_data);
|
VERIFY_IS_ZERO(ek->key_mic_data);
|
||||||
|
|
||||||
return ek;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool eapol_verify_ptk_2_of_4(const struct eapol_key *ek)
|
bool eapol_verify_ptk_2_of_4(const struct eapol_key *ek)
|
||||||
|
Loading…
Reference in New Issue
Block a user