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
This commit is contained in:
parent
90a2a607e6
commit
c23823da98
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue