From e5832d90a9a0dad45350956cb6f8802ffd6afb16 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 28 Jan 2022 23:28:38 +0000 Subject: test: Fixup tests for new gen function prototypes --- test/src/timing_ad_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src/timing_ad_tests.c') diff --git a/test/src/timing_ad_tests.c b/test/src/timing_ad_tests.c index 59d20eb..2e2e5ba 100644 --- a/test/src/timing_ad_tests.c +++ b/test/src/timing_ad_tests.c @@ -19,7 +19,7 @@ int test_timing_ad_gen_full() { memcpy(ad_fields.time_value, "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA", 10); - int ret = libwifi_create_timing_advert(&time_ad, to, to, &ad_fields, "GB", -56, -56, -30, -20); + int ret = libwifi_create_timing_advert(&time_ad, bcast, to, to, &ad_fields, "GB", -56, -56, -30, -20); if (ret != 0) { fprintf(stderr, "Failed to create timing advert\n"); return ret; -- cgit 1.4.1