From 39f29f250a217160215577143bb950469f7bc140 Mon Sep 17 00:00:00 2001 From: Davide Caratti Date: Fri, 24 Apr 2020 14:43:06 +0200 Subject: [PATCH] defconfig: Enable TDLS Some distros (e.g., Debian and Arch) already build wpa_supplicant with support for TDLS, and Fedora is about to enable this feature as well. Set CONFIG_TDLS=y in wpa_supplicant default build configuration. Signed-off-by: Davide Caratti --- wpa_supplicant/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index cbe49c8ec..a0fe94e67 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -506,7 +506,7 @@ CONFIG_AP=y CONFIG_P2P=y # Enable TDLS support -#CONFIG_TDLS=y +CONFIG_TDLS=y # Wi-Fi Display # This can be used to enable Wi-Fi Display extensions for P2P using an external