mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
eapol: Update to the new API
This commit is contained in:
parent
e084839b4f
commit
c35409d73c
@ -806,7 +806,8 @@ static void eapol_handle_ptk_1_of_4(uint32_t ifindex, struct eapol_sm *sm,
|
||||
|
||||
crypto_derive_pairwise_ptk(sm->pmk, sm->spa, sm->aa,
|
||||
sm->anonce, sm->snonce,
|
||||
ptk, sizeof(sm->ptk));
|
||||
ptk, sizeof(sm->ptk),
|
||||
false);
|
||||
|
||||
step2 = eapol_create_ptk_2_of_4(protocol_version,
|
||||
ek->key_descriptor_version,
|
||||
|
Loading…
Reference in New Issue
Block a user