summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorHsiu-Chang Chen <hsiuchangchen@google.com>2022-01-11 10:07:14 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-01-22 05:59:45 +0000
commite31f425e0efbe557c600f145a48cd26b5f0541b0 (patch)
treee4a13205b1016e82af15dd35ffcd6f7ea4efdeaf /wifi
parentbf4d3bf612b8caf14a69a954c0603d247cce347c (diff)
downloadgs201-e31f425e0efbe557c600f145a48cd26b5f0541b0.tar.gz
wifi: Update interface combinations
The interface combination should be {1 STA + 1 of (P2P or NAN)} or {1 AP} Because WCN6740 doesn't support multiple independent hardware MACs for STA/AP concurrency Bug: 213398641 Test: The behavior of combination. STA and AP cannot enable concurrently. Change-Id: I1825fcd173d19cc4081af0b65f7a3e79b73bf43e
Diffstat (limited to 'wifi')
-rw-r--r--wifi/qcom/BoardConfig-wifi.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/wifi/qcom/BoardConfig-wifi.mk b/wifi/qcom/BoardConfig-wifi.mk
index 5e8f07f..b49c7b2 100644
--- a/wifi/qcom/BoardConfig-wifi.mk
+++ b/wifi/qcom/BoardConfig-wifi.mk
@@ -27,11 +27,9 @@ CONFIG_IEEE80211AX := true
# BOARD_HAS_QCOM_WLAN := true
# CONFIG_ACS := true
-# Wifi interface combination - {1 STA + 1 AP (bridged or single)} or {2 STA + 1 of (P2P or NAN)}
-# WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{AP}, 1}}, {{{STA}, 2}, {{P2P, NAN}, 1}}
+# Wifi interface combination - {1 STA + 1 of (P2P or NAN)} or {1 AP}
+WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{P2P, NAN}, 1}}, {{{AP}, 1}}
WIFI_HIDL_FEATURE_AWARE := true
-#Enable STA + SAP Concurrency.
-WIFI_HIDL_FEATURE_DUAL_INTERFACE:= true
WIFI_FEATURE_WIFI_EXT_HAL := true
WIFI_FEATURE_IMU_DETECTION := true
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true