Skip to content
Snippets Groups Projects
Commit e55269ab authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sdmshrike_au: Enable STA+SAP support" into wlan-service.lnx.5.0

parents 3644f097 d2f78a85
No related branches found
No related tags found
No related merge requests found
# This file allows user to override the factory # This file allows user to override the factory
# defaults for the WLAN Driver # defaults for the WLAN Driver
# Enable cocurrent interface wlan1
gEnableConcurrentSTA=wlan1
# Enable IMPS or not # Enable IMPS or not
gEnableImps=1 gEnableImps=1
......
# This file allows user to override the factory # This file allows user to override the factory
# defaults for the WLAN Driver # defaults for the WLAN Driver
# Enable cocurrent interface wlan1
gEnableConcurrentSTA=wlan1
# Enable IMPS or not # Enable IMPS or not
gEnableImps=1 gEnableImps=1
......
# This file allows user to override the factory # This file allows user to override the factory
# defaults for the WLAN Driver # defaults for the WLAN Driver
# Enable cocurrent interface wlan1
gEnableConcurrentSTA=wlan1
# Enable IMPS or not # Enable IMPS or not
gEnableImps=0 gEnableImps=0
......
# This file allows user to override the factory # This file allows user to override the factory
# defaults for the WLAN Driver # defaults for the WLAN Driver
# Enable cocurrent interface wlan1
gEnableConcurrentSTA=wlan1
# Enable IMPS or not # Enable IMPS or not
gEnableImps=0 gEnableImps=0
#gEnableImps=0 #gEnableImps=0
......
...@@ -37,3 +37,11 @@ PRODUCT_PACKAGES += init.qcom.wlan.sh ...@@ -37,3 +37,11 @@ PRODUCT_PACKAGES += init.qcom.wlan.sh
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/qcom/wlan/msmnile_au/init.qcom.wlan.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.wlan.sh device/qcom/wlan/msmnile_au/init.qcom.wlan.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.wlan.sh
endif 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