tests: IAPP and multiple BSSes
[mech_eap.git] / tests / hwsim / example-hostapd.config
index 40e594c..674386a 100644 (file)
@@ -10,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
@@ -42,6 +43,7 @@ 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
@@ -70,5 +72,34 @@ 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