From 467004d632e1dab888b02ab86af95039355b41d5 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 19 Feb 2019 14:44:16 +0100 Subject: [PATCH] defconfig: Enable Hotspot 2.0 (wpa_supplicant) Generally useful, Debian enables this. Other distros should too. Signed-off-by: Lubomir Rintel --- wpa_supplicant/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index d740b4a84..e4ab14dcb 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -481,10 +481,10 @@ CONFIG_DEBUG_SYSLOG=y # This can be used to enable functionality to improve interworking with # external networks (GAS/ANQP to learn more about the networks and network # selection based on available credentials). -#CONFIG_INTERWORKING=y +CONFIG_INTERWORKING=y # Hotspot 2.0 -#CONFIG_HS20=y +CONFIG_HS20=y # Enable interface matching in wpa_supplicant #CONFIG_MATCH_IFACE=y