3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00

unit: use authenticator_fte

This commit is contained in:
James Prestwood 2023-12-06 12:17:55 -08:00 committed by Denis Kenzior
parent 6b677e8db0
commit 4f80e8baef

View File

@ -3493,7 +3493,7 @@ static void eapol_ft_handshake_test(const void *data)
handshake_state_set_supplicant_ie(hs, own_rsne); handshake_state_set_supplicant_ie(hs, own_rsne);
handshake_state_set_authenticator_ie(hs, ap_rsne); handshake_state_set_authenticator_ie(hs, ap_rsne);
handshake_state_set_mde(hs, mde); handshake_state_set_mde(hs, mde);
handshake_state_set_fte(hs, fte); handshake_state_set_authenticator_fte(hs, fte);
handshake_state_set_kh_ids(hs, r0khid, strlen((void *) r0khid), r1khid); handshake_state_set_kh_ids(hs, r0khid, strlen((void *) r0khid), r1khid);
eapol_start(sm); eapol_start(sm);