From 68d67fa7446bfcbb190746a2e85667228d7f5ad4 Mon Sep 17 00:00:00 2001 From: Abhishek Aggarwal Date: Mon, 5 Aug 2019 01:27:57 +0100 Subject: [PATCH] sdm660-common: Enable Aware Wi-Fi feature * Goes as per stock and is needed since the HIDL interface is now being built from source. Change-Id: Ia18a38be16f56f48f0442aeae588bb987391c716 Signed-off-by: PainKiller3 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index aca2f6ee..a6ab604b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -307,6 +307,7 @@ WIFI_DRIVER_FW_PATH_STA := "sta" WIFI_DRIVER_FW_PATH_P2P := "p2p" WIFI_DRIVER_OPERSTATE_PATH := "/sys/class/net/wlan0/operstate" WIFI_HIDL_FEATURE_DUAL_INTERFACE := true +WIFI_HIDL_FEATURE_AWARE := true WPA_SUPPLICANT_VERSION := VER_0_8_X # Inherit the proprietary files