From: Jouni Malinen Date: Fri, 1 Nov 2013 14:11:10 +0000 (+0200) Subject: AOSP: Enable CONFIG_WIFI_DISPLAY=y X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c58c39f344462242d5135b79cc77998e6b39843b;p=thirdparty%2Fhostap.git AOSP: Enable CONFIG_WIFI_DISPLAY=y This came as a part of the following AOSP commit: commit 61d9df3e62aaa0e87ad05452fcb95142159a17b6 Author: Dmitry Shmidt Date: Wed Aug 29 16:22:06 2012 -0700 wpa_supplicant: Update to 29-Aug-2012 TOT commit 6ffdc2f7bd496ace7a46e055f9714e7db4b1f722 Author: Jouni Malinen Date: Fri Mar 2 22:31:04 2012 +0200 WFD: Add preliminary WSD request processing and response This commit does not yet address support for different device roles, i.e., the same set of subelements are returned regardless of which role was indicated in the request. Signed-hostap: Jouni Malinen Change-Id: I9d63acce719b982c02e589bb59602382e82988c8 Signed-off-by: Dmitry Shmidt --- diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 57a27d151..b2c2c239e 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -512,6 +512,9 @@ CONFIG_P2P=y CONFIG_TDLS=y +#Enable Wifi Display +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.