unit: update tests with new TK install arguments

This commit is contained in:
James Prestwood 2021-10-08 11:07:26 -07:00 committed by Denis Kenzior
parent 80135367cf
commit ec2c060b75
2 changed files with 3 additions and 3 deletions

View File

@ -2471,7 +2471,7 @@ static void eapol_sm_test_wpa_ptk_gtk_2(const void *data)
eapol_exit(); 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) const uint8_t *tk, uint32_t cipher)
{ {
struct test_handshake_state *ths = 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); 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) const uint8_t *tk, uint32_t cipher)
{ {
struct test_ap_sta_hs *ths = struct test_ap_sta_hs *ths =

View File

@ -2345,7 +2345,7 @@ static bool random_nonce(uint8_t nonce[])
return l_getrandom(nonce, 32); 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) const uint8_t *tk, uint32_t cipher)
{ {
assert(false); assert(false);