Skip to content
Snippets Groups Projects
Commit f3956b35 authored by Hu Wang's avatar Hu Wang
Browse files

sm6150_au: Enable android aware/rtt/passpoint feature

CRs-Fixed: 2595448
Change-Id: Ic89224eb8fe7f268e0c7ce31fe1cd2139bef4b39
parent 82b31d6b
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,11 @@ PRODUCT_PACKAGES += \ ...@@ -6,13 +6,11 @@ PRODUCT_PACKAGES += \
wificond \ wificond \
wifilogd wifilogd
#PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
# device/qcom/wlan/sm6150_au/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \ frameworks/native/data/etc/android.hardware.wifi.aware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.aware.xml \
# device/qcom/wlan/sm6150_au/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \ frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml
# Enable STA+SAP+P2P
#WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
#QC_WIFI_HIDL_FEATURE_STA_SAP_P2P := true
######## For multiple ko support ######## ######## For multiple ko support ########
...@@ -43,6 +41,7 @@ endif ...@@ -43,6 +41,7 @@ endif
ifeq ($(TARGET_USES_AOSP_FOR_WLAN), true) ifeq ($(TARGET_USES_AOSP_FOR_WLAN), true)
# Pure AOSP: Use pre-defined interface combinations with STA+SAP support # Pure AOSP: Use pre-defined interface combinations with STA+SAP support
WIFI_HIDL_FEATURE_DUAL_INTERFACE := true WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
WIFI_HIDL_FEATURE_AWARE := true
else else
# Value-added AOSP: STA + SAP + P2P or NAN # Value-added AOSP: STA + SAP + P2P or NAN
WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{AP}, 1}, {{P2P, NAN}, 1}} WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{AP}, 1}, {{P2P, NAN}, 1}}
......
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