wifi: Disable STA+SAP concurrency
Because the DBS feature is not ready yet, disable STA+SAP concurrency to prevent unexpected behavior Bug: 295128204 Test: STA and SAP cannot be enabled at the same time Change-Id: Ie897696365c5eea451736be86631bb50118783fc
This commit is contained in:
parent
8d2af6b045
commit
68d3ff6022
2 changed files with 5 additions and 1 deletions
|
@ -267,3 +267,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# Increment the SVN for any official public releases
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=1
|
||||
|
||||
# Wifi SAP Interface Name
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.wifi.sap.interface=wlan1
|
||||
|
|
|
@ -23,7 +23,7 @@ BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
|||
BOARD_HOSTAPD_DRIVER := NL80211
|
||||
# Wifi interface combination - {1 STA + 1 AP} or {1 STA + 1 P2P}
|
||||
# or {1 STA + 1 NAN}
|
||||
WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{P2P, NAN, AP}, 1}}
|
||||
WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{P2P, NAN}, 1}}, {{{AP}, 1}}
|
||||
WIFI_FEATURE_WIFI_EXT_HAL := true
|
||||
WIFI_FEATURE_IMU_DETECTION := true
|
||||
# Avoid Wifi reset on MAC Address change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue