From ec2c060b75bf8405dd9488e36a1309dd23f7e791 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 8 Oct 2021 11:07:26 -0700 Subject: [PATCH] unit: update tests with new TK install arguments --- unit/test-eapol.c | 4 ++-- unit/test-wsc.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unit/test-eapol.c b/unit/test-eapol.c index e1b6c96e..86b154eb 100644 --- a/unit/test-eapol.c +++ b/unit/test-eapol.c @@ -2471,7 +2471,7 @@ static void eapol_sm_test_wpa_ptk_gtk_2(const void *data) eapol_exit(); } -static void verify_install_tk(struct handshake_state *hs, +static void verify_install_tk(struct handshake_state *hs, uint8_t key_index, const uint8_t *tk, uint32_t cipher) { struct test_handshake_state *ths = @@ -3626,7 +3626,7 @@ static void test_ap_sta_hs_event(struct handshake_state *hs, assert(event != HANDSHAKE_EVENT_FAILED); } -static void test_ap_sta_install_tk(struct handshake_state *hs, +static void test_ap_sta_install_tk(struct handshake_state *hs, uint8_t key_idx, const uint8_t *tk, uint32_t cipher) { struct test_ap_sta_hs *ths = diff --git a/unit/test-wsc.c b/unit/test-wsc.c index 7b24e6c5..8b130f45 100644 --- a/unit/test-wsc.c +++ b/unit/test-wsc.c @@ -2345,7 +2345,7 @@ static bool random_nonce(uint8_t nonce[]) return l_getrandom(nonce, 32); } -static void test_ap_sta_install_tk(struct handshake_state *hs, +static void test_ap_sta_install_tk(struct handshake_state *hs, uint8_t key_idx, const uint8_t *tk, uint32_t cipher) { assert(false);