From b64fa750b69219acb93f8eda4eee3cc8b77081a5 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 27 Oct 2016 14:58:02 +0300 Subject: [PATCH] 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 --- 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 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