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
This commit is contained in:
Hsiu-Chang Chen 2022-01-11 10:07:14 +08:00 committed by TreeHugger Robot
parent bf4d3bf612
commit e31f425e0e

View file

@ -27,11 +27,9 @@ CONFIG_IEEE80211AX := true
# BOARD_HAS_QCOM_WLAN := true # BOARD_HAS_QCOM_WLAN := true
# CONFIG_ACS := true # CONFIG_ACS := true
# Wifi interface combination - {1 STA + 1 AP (bridged or single)} or {2 STA + 1 of (P2P or NAN)} # Wifi interface combination - {1 STA + 1 of (P2P or NAN)} or {1 AP}
# WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{AP}, 1}}, {{{STA}, 2}, {{P2P, NAN}, 1}} WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{P2P, NAN}, 1}}, {{{AP}, 1}}
WIFI_HIDL_FEATURE_AWARE := true WIFI_HIDL_FEATURE_AWARE := true
#Enable STA + SAP Concurrency.
WIFI_HIDL_FEATURE_DUAL_INTERFACE:= true
WIFI_FEATURE_WIFI_EXT_HAL := true WIFI_FEATURE_WIFI_EXT_HAL := true
WIFI_FEATURE_IMU_DETECTION := true WIFI_FEATURE_IMU_DETECTION := true
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true