From ca098ee4549a90c1ec2a0a17227d2f35a9d8e69b Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 19 Feb 2019 14:44:05 +0100 Subject: [PATCH] defconfig: Add DPP (wpa_supplicant) Generally useful, already enabled in Debian and Fedora. Signed-off-by: Lubomir Rintel --- wpa_supplicant/defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index b51675b6a..2bb01311a 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -599,3 +599,8 @@ CONFIG_BACKEND=file # Opportunistic Wireless Encryption (OWE) # Experimental implementation of draft-harkins-owe-07.txt #CONFIG_OWE=y + +# Device Provisioning Protocol (DPP) +# This requires CONFIG_IEEE80211W=y to be enabled, too. (see +# wpa_supplicant/README-DPP for details) +CONFIG_DPP=y