[PATCH] defconfig: enable TDLS
Davide Caratti <[email protected]>
| Newsgroups | gmane.linux.drivers.hostap |
|---|---|
| Message-ID | <177e16487ce13c04dbca64d3a3032a0559267782.1587732186.git.davide.caratti@gmail.com> |
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 <[email protected]> --- 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 -- 2.25.3