]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix wnm fuzzer build regression
authorJouni Malinen <j@w1.fi>
Sat, 22 Aug 2020 08:12:17 +0000 (11:12 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 22 Aug 2020 08:12:17 +0000 (11:12 +0300)
Addition of MSCS support broke the test tool build due to references to
a functions from a new file. Fix this by bringing in that file to the
fuzzer build as well.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/fuzzing/wnm/Makefile

index 2c7e2f7761c2063148ba272abd1c3cf105efc6cc..b8d33ac04c6dcc60bea0f1ddfce6dbe1e32817ce 100644 (file)
@@ -32,6 +32,7 @@ OBJS += $(WPAS_SRC)/interworking.o
 OBJS += $(WPAS_SRC)/notify.o
 OBJS += $(WPAS_SRC)/offchannel.o
 OBJS += $(WPAS_SRC)/op_classes.o
+OBJS += $(WPAS_SRC)/robust_av.o
 OBJS += $(WPAS_SRC)/rrm.o
 OBJS += $(WPAS_SRC)/scan.o
 OBJS += $(WPAS_SRC)/wmm_ac.o