From: Jouni Malinen Date: Thu, 27 Oct 2016 11:58:02 +0000 (+0300) Subject: tests: Enable FILS in the example hwsim build configurations X-Git-Tag: hostap_2_7~2181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64fa750b69219acb93f8eda4eee3cc8b77081a5;p=thirdparty%2Fhostap.git tests: Enable FILS in the example hwsim build configurations This allows the new FILS test cases to be executed automatically when a recent enough kernel version is used. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 036c16cf4..70af7b1a4 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -104,3 +104,4 @@ CONFIG_MBO=y CONFIG_IAPP=y CONFIG_TAXONOMY=y +CONFIG_FILS=y diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index c22c4b645..87b8a07df 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -146,3 +146,4 @@ CONFIG_SUITEB=y #LIBS_c += -fsanitize=undefined #LIBS_p += -fsanitize=undefined CONFIG_MBO=y +CONFIG_FILS=y