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 <davide.caratti@gmail.com>
This commit is contained in:
parent
0132a72922
commit
39f29f250a
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ CONFIG_AP=y
|
||||||
CONFIG_P2P=y
|
CONFIG_P2P=y
|
||||||
|
|
||||||
# Enable TDLS support
|
# Enable TDLS support
|
||||||
#CONFIG_TDLS=y
|
CONFIG_TDLS=y
|
||||||
|
|
||||||
# Wi-Fi Display
|
# Wi-Fi Display
|
||||||
# This can be used to enable Wi-Fi Display extensions for P2P using an external
|
# This can be used to enable Wi-Fi Display extensions for P2P using an external
|
||||||
|
|
Loading…
Reference in a new issue