diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-02-19 13:44:07 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2019-02-25 17:48:49 (GMT) |
commit | c4eafad091dcb50ccf6f48f39e47f7836f5a2505 (patch) | |
tree | da36d1555935525f82bb023a4096124e921de7a6 /wpa_supplicant/defconfig | |
parent | bf46c6fca1dfa89e19e8960c52fb97323e41bb71 (diff) | |
download | hostap-c4eafad091dcb50ccf6f48f39e47f7836f5a2505.zip hostap-c4eafad091dcb50ccf6f48f39e47f7836f5a2505.tar.gz hostap-c4eafad091dcb50ccf6f48f39e47f7836f5a2505.tar.bz2 |
defconfig: Enable P2P and Wi-Fi Display (wpa_supplicant)
Generally useful. Debian and Fedora enable this, upcoming NetworkManager
provide some level of support too.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'wpa_supplicant/defconfig')
-rw-r--r-- | wpa_supplicant/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 1dd7250..b7b87d1 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -505,7 +505,7 @@ CONFIG_BACKEND=file # P2P (Wi-Fi Direct) # This can be used to enable P2P support in wpa_supplicant. See README-P2P for # more information on P2P operations. -#CONFIG_P2P=y +CONFIG_P2P=y # Enable TDLS support #CONFIG_TDLS=y @@ -513,7 +513,7 @@ CONFIG_BACKEND=file # Wi-Fi Direct # This can be used to enable Wi-Fi Direct extensions for P2P using an external # program to control the additional information exchanges in the messages. -#CONFIG_WIFI_DISPLAY=y +CONFIG_WIFI_DISPLAY=y # Autoscan # This can be used to enable automatic scan support in wpa_supplicant. |