]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Include Suite B 192-bit support in the example configuration
authorJouni Malinen <j@w1.fi>
Sun, 17 Dec 2023 16:34:45 +0000 (18:34 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 17 Dec 2023 16:34:45 +0000 (18:34 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/example-hostapd.config
tests/hwsim/example-wpa_supplicant.config

index 04b424bf8658d55ffea0b88de3035847ad0bb21b..cb0c102d397888fd0968950c5d74967dbfea4273 100644 (file)
@@ -85,6 +85,7 @@ CFLAGS += -DCONFIG_RADIUS_TEST
 CONFIG_MODULE_TESTS=y
 
 CONFIG_SUITEB=y
+CONFIG_SUITEB192=y
 
 # AddressSanitizer (ASan) can be enabled by uncommenting the following lines.
 # This can be used as a more efficient memory error detector than valgrind
index 02adeca98e6a470e853893873c7782262e9202bb..d2cd822ad67cafc29c37738ad6c3bf471689b7ea 100644 (file)
@@ -133,6 +133,7 @@ CONFIG_TESTING_OPTIONS=y
 CONFIG_MODULE_TESTS=y
 
 CONFIG_SUITEB=y
+CONFIG_SUITEB192=y
 
 # AddressSanitizer (ASan) can be enabled by uncommenting the following lines.
 # This can be used as a more efficient memory error detector than valgrind