Message ID | 20231206201802.2139649-6-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [v3,01/13] auto-t: add explicit stop() to IWD class | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
diff --git a/unit/test-eapol.c b/unit/test-eapol.c index 563541f5..5317f9ad 100644 --- a/unit/test-eapol.c +++ b/unit/test-eapol.c @@ -3493,7 +3493,7 @@ static void eapol_ft_handshake_test(const void *data) handshake_state_set_supplicant_ie(hs, own_rsne); handshake_state_set_authenticator_ie(hs, ap_rsne); 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); eapol_start(sm);