tests: Fix wnm fuzzer build regression
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>
This commit is contained in:
parent
55a366d7a8
commit
5dedbd582a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue