]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add Wi-Fi Direct to the build configuration example
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 20 Nov 2013 18:49:48 +0000 (20:49 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 20 Nov 2013 18:49:48 +0000 (20:49 +0200)
In addition, include Wi-Fi Direct support for Android builds by
default.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

wpa_supplicant/android.config
wpa_supplicant/defconfig

index ef5a8d1fb9d8bc88e6e78654feefbd6913e51b96..2ad04318aad9d87374c76996b505bc33d9c76e43 100644 (file)
@@ -509,8 +509,14 @@ CONFIG_AP=y
 # more information on P2P operations.
 CONFIG_P2P=y
 
+# Enable TDLS support
 CONFIG_TDLS=y
 
+# 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
+
 # Autoscan
 # This can be used to enable automatic scan support in wpa_supplicant.
 # See wpa_supplicant.conf for more information on autoscan usage.
index 8ccff887de7dbd24326078eaabcdb92ca2662b50..ea0db04fc0fd08a34371a91f795194c4e638ac39 100644 (file)
@@ -518,6 +518,11 @@ CONFIG_PEERKEY=y
 # Enable TDLS support
 #CONFIG_TDLS=y
 
+# 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
+
 # Autoscan
 # This can be used to enable automatic scan support in wpa_supplicant.
 # See wpa_supplicant.conf for more information on autoscan usage.