From 4f80e8baef9b0ae7cffc4c14e314f9de8f8ba700 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 6 Dec 2023 12:17:55 -0800 Subject: [PATCH] unit: use authenticator_fte --- unit/test-eapol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);