Skip to content
Snippets Groups Projects
Commit d2f78a85 authored by Qiwei Cai's avatar Qiwei Cai
Browse files

sdmshrike_au: Enable STA+SAP support

This change enables STA+SAP concurrency for pure AOSP and
STA+SAP+P2P for value-added AOSP.

Change-Id: I1ecd706682929dd7a46af9a6181577ab8010fb92
CRs-Fixed: 2569091
parent 60c2c876
No related branches found
No related tags found
No related merge requests found
# This file allows user to override the factory
# defaults for the WLAN Driver
# Enable cocurrent interface wlan1
gEnableConcurrentSTA=wlan1
# Enable IMPS or not
gEnableImps=1
......
# This file allows user to override the factory
# defaults for the WLAN Driver
# Enable cocurrent interface wlan1
gEnableConcurrentSTA=wlan1
# Enable IMPS or not
gEnableImps=1
......
# This file allows user to override the factory
# defaults for the WLAN Driver
# Enable cocurrent interface wlan1
gEnableConcurrentSTA=wlan1
# Enable IMPS or not
gEnableImps=0
......
# This file allows user to override the factory
# defaults for the WLAN Driver
# Enable cocurrent interface wlan1
gEnableConcurrentSTA=wlan1
# Enable IMPS or not
gEnableImps=0
#gEnableImps=0
......
......@@ -37,3 +37,11 @@ PRODUCT_PACKAGES += init.qcom.wlan.sh
PRODUCT_COPY_FILES += \
device/qcom/wlan/msmnile_au/init.qcom.wlan.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.wlan.sh
endif
ifeq ($(TARGET_USES_AOSP_FOR_WLAN), true)
# Pure AOSP: Use pre-defined interface combinations with STA+SAP support
WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
else
# Value-added AOSP: STA + SAP + P2P or NAN
WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{AP}, 1}, {{P2P, NAN}, 1}}
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment