tests: AP tracking STA taxonomy
[mech_eap.git] / tests / hwsim / example-hostapd.config
index ac6cf41..036c16c 100644 (file)
@@ -1,6 +1,5 @@
 #CC=ccache gcc
 
-CONFIG_DRIVER_TEST=y
 CONFIG_DRIVER_NONE=y
 CONFIG_DRIVER_NL80211=y
 CONFIG_RSN_PREAUTH=y
@@ -11,6 +10,7 @@ CONFIG_RSN_PREAUTH=y
 CONFIG_TLS=openssl
 
 CONFIG_EAP=y
+CONFIG_ERP=y
 CONFIG_EAP_MD5=y
 CONFIG_EAP_TLS=y
 CONFIG_EAP_MSCHAPV2=y
@@ -43,7 +43,9 @@ CONFIG_TLSV11=y
 CONFIG_TLSV12=y
 
 CONFIG_FULL_DYNAMIC_VLAN=y
+CONFIG_VLAN_NETLINK=y
 CONFIG_LIBNL32=y
+CONFIG_LIBNL3_ROUTE=y
 CONFIG_PEERKEY=y
 CONFIG_IEEE80211W=y
 CONFIG_IEEE80211R=y
@@ -70,5 +72,35 @@ CONFIG_SQLITE=y
 CONFIG_SAE=y
 CFLAGS += -DALL_DH_GROUPS
 
+CONFIG_FST=y
+CONFIG_FST_TEST=y
+
 CONFIG_TESTING_OPTIONS=y
 CONFIG_MODULE_TESTS=y
+
+CONFIG_SUITEB=y
+
+# AddressSanitizer (ASan) can be enabled by uncommenting the following lines.
+# This can be used as a more efficient memory error detector than valgrind
+# (though, with still some CPU and memory cost, so VM cases will need more
+# memory allocated for the guest).
+#CFLAGS += -fsanitize=address -O1 -fno-omit-frame-pointer -g
+#LIBS += -fsanitize=address -fno-omit-frame-pointer -g
+#LIBS_h += -fsanitize=address -fno-omit-frame-pointer -g
+#LIBS_n += -fsanitize=address -fno-omit-frame-pointer -g
+#LIBS_c += -fsanitize=address -fno-omit-frame-pointer -g
+
+# Undefined Behavior Sanitizer (UBSan) can be enabled by uncommenting the
+# following lines.
+#CFLAGS += -Wno-format-nonliteral
+#CFLAGS += -fsanitize=undefined
+##CFLAGS += -fno-sanitize-recover
+#LIBS += -fsanitize=undefined
+##LIBS += -fno-sanitize-recover
+#LIBS_h += -fsanitize=undefined
+#LIBS_n += -fsanitize=undefined
+#LIBS_c += -fsanitize=undefined
+CONFIG_MBO=y
+
+CONFIG_IAPP=y
+CONFIG_TAXONOMY=y