mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
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:
committed by
TreeHugger Robot
parent
bf4d3bf612
commit
e31f425e0e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user