Enable CONFIG_SUITEB192 in the hwsim config examples. --- Not sure if there is a reason CONFIG_SUITEB192 is missing in the examples... It has tests which are skipped when using the examples as instructed. tests/hwsim/example-hostapd.config | 1 + tests/hwsim/example-wpa_supplicant.config | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 942134a51..33b3b54cb 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -81,6 +81,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 diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index d494caf86..3ffcdbd13 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -127,6 +127,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 -- 2.25.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap