Commit
f3bcd6960346 ("Remove CONFIG_IEEE80211N build option") broke
couple of fuzzing test tools due to missing wpa_scan_results_free(). Fix
that by pulling in driver_common.o.
Signed-off-by: Jouni Malinen <j@w1.fi>
ELIBS += $(SRC)/crypto/libcrypto.a
ELIBS += $(SRC)/tls/libtls.a
+OBJS += $(SRC)/drivers/driver_common.o
+
ap-mgmt: ap-mgmt.o $(OBJS) $(LIBS)
$(LDO) $(LDFLAGS) -o $@ $^ $(LIBS) $(ELIBS)
LIBS += $(SRC)/ap/libap.a
LIBS += $(SRC)/radius/libradius.a
+OBJS += $(SRC)/drivers/driver_common.o
+
eapol-key-auth: eapol-key-auth.o $(OBJS) $(LIBS)
$(LDO) $(LDFLAGS) -o $@ $^ -Wl,--start-group $(LIBS) -Wl,--end-group