From 29087dec9f80beff192fdde9bed5c8901f589c1e Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 6 Sep 2017 21:21:56 +0300 Subject: [PATCH] tests: Enable DPP in default configuration files 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 a972f582f..71a207091 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -108,3 +108,4 @@ CONFIG_TAXONOMY=y CONFIG_FILS=y CONFIG_FILS_SK_PFS=y CONFIG_OWE=y +CONFIG_DPP=y diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index d78ebb54f..4587cf79d 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -150,3 +150,4 @@ CONFIG_FILS=y CONFIG_FILS_SK_PFS=y CONFIG_PMKSA_CACHE_EXTERNAL=y CONFIG_OWE=y +CONFIG_DPP=y