From c23823da982974e894518d5cb1f83a4b6175fb6e Mon Sep 17 00:00:00 2001 From: Etan Cohen Date: Wed, 8 Mar 2017 16:43:38 -0800 Subject: [PATCH] dre: Declare WiFi Aware support to WiFi HAL * The Wi-Fi Aware feature added in Android 8.0 enables supporting devices to discover, connect, and range (added in Android 9) to one another directly using the Wi-Fi Aware protocol without internet or cellular network access. * This feature, built upon the Wi-Fi Alliance (WFA) Wi-Fi Aware specification (versions 2.0 and 3.0), allows easy sharing of high-throughput data among trusted devices and apps that are otherwise off-network. https://source.android.com/devices/tech/connect/wifi-aware Change-Id: I18ff20e7466b8e8fd598381b730fb7db391e9ad4 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index b2477c5..cafa21d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -229,6 +229,7 @@ WIFI_DRIVER_DEFAULT := qca_cld3 WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan" WIFI_DRIVER_STATE_OFF := "OFF" WIFI_DRIVER_STATE_ON := "ON" +WIFI_HIDL_FEATURE_AWARE := true WIFI_HIDL_FEATURE_DUAL_INTERFACE := true WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true WPA_SUPPLICANT_VERSION := VER_0_8_X