diff options
author | GuaiYiHu <guaiyihu@foxmail.com> | 2018-09-28 13:52:17 +0800 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:47:41 +0200 |
commit | f0f5753305a6fe71fb7a86af4ff5420f9973f5ca (patch) | |
tree | 4f9dd9d0b9708dc2d835dba1c2350687d1c6ffce /BoardConfigCommon.mk | |
parent | 714a3319c8c0b853f9fa7403a0cae33e6a7c1899 (diff) |
wayne-common: wifi: Enable WIFI_HIDL_FEATURE_DUAL_INTERFACE
See from https://source.android.com/devices/tech/connect/wifi-sta-ap-concurrency
Change-Id: I64f9e7b76e6dffaf59cd78eae4ba3e75f3b13808
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 54ccd7c..23adb7c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -260,6 +260,7 @@ WIFI_DRIVER_FW_PATH_AP := "ap" 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 WPA_SUPPLICANT_VERSION := VER_0_8_X # Inherit the proprietary files |