]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
AOSP: Enable CONFIG_WIFI_DISPLAY=y
authorJouni Malinen <j@w1.fi>
Fri, 1 Nov 2013 14:11:10 +0000 (16:11 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 1 Nov 2013 14:36:33 +0000 (16:36 +0200)
This came as a part of the following AOSP commit:

commit 61d9df3e62aaa0e87ad05452fcb95142159a17b6
Author: Dmitry Shmidt <dimitrysh@google.com>
Date:   Wed Aug 29 16:22:06 2012 -0700

    wpa_supplicant: Update to 29-Aug-2012 TOT

    commit 6ffdc2f7bd496ace7a46e055f9714e7db4b1f722
    Author: Jouni Malinen <jouni@qca.qualcomm.com>
    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 <jouni@qca.qualcomm.com>

    Change-Id: I9d63acce719b982c02e589bb59602382e82988c8
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/android.config

index 57a27d151584b65ed9abf0e5193e863b0854ec48..b2c2c239ef068a4253a5fbe0827137ca8a0cd47f 100644 (file)
@@ -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.