From: Jouni Malinen Date: Wed, 6 Sep 2017 18:21:56 +0000 (+0300) Subject: tests: Enable DPP in default configuration files X-Git-Tag: hostap_2_7~1137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29087dec9f80beff192fdde9bed5c8901f589c1e;p=thirdparty%2Fhostap.git tests: Enable DPP in default configuration files Signed-off-by: Jouni Malinen --- 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