]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
defconfig: Enable P2P and Wi-Fi Display (wpa_supplicant)
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 19 Feb 2019 13:44:07 +0000 (14:44 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 25 Feb 2019 17:48:49 +0000 (19:48 +0200)
Generally useful. Debian and Fedora enable this, upcoming NetworkManager
provide some level of support too.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
wpa_supplicant/defconfig

index 1dd72506fe8e694bb334797afb5f759a29f64d3c..b7b87d18a55c2b9ba686803049d76e2a903e0487 100644 (file)
@@ -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.