diff options
Diffstat (limited to 'test/src/timing_ad_tests.c')
-rw-r--r-- | test/src/timing_ad_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
19 | memcpy(ad_fields.time_value, | 19 | memcpy(ad_fields.time_value, |
20 | "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA", 10); | 20 | "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA", 10); |
21 | 21 | ||
22 | int ret = libwifi_create_timing_advert(&time_ad, to, to, &ad_fields, "GB", -56, -56, -30, -20); | 22 | int ret = libwifi_create_timing_advert(&time_ad, bcast, to, to, &ad_fields, "GB", -56, -56, -30, -20); |
23 | if (ret != 0) { | 23 | if (ret != 0) { |
24 | fprintf(stderr, "Failed to create timing advert\n"); | 24 | fprintf(stderr, "Failed to create timing advert\n"); |
25 | return ret; | 25 | return ret; |