wifi: Add PixelWifiOverlay2024_midyear and update default values

Disable STA+STA and AP+AP concurrency

Bug: 263717518
Test: Overlay can be read correctly
Change-Id: Iba00daa6b19fb4ccbd6a3a9449fd1458917dc029
This commit is contained in:
Victor Hsu 2023-02-11 11:01:53 +08:00
parent b423f78234
commit d68e86e6ea
2 changed files with 1 additions and 14 deletions

View file

@ -155,8 +155,7 @@ PRODUCT_SOONG_NAMESPACES += \
# WiFi Overlay # WiFi Overlay
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
WifiOverlay2024Mid \ WifiOverlay2024Mid
PixelWifiOverlay2023
# Trusty liboemcrypto.so # Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/akita/prebuilts PRODUCT_SOONG_NAMESPACES += vendor/google_devices/akita/prebuilts

View file

@ -112,18 +112,6 @@
<!-- Enable adding minimum confirmation duration when sending network score to connectivity service. --> <!-- Enable adding minimum confirmation duration when sending network score to connectivity service. -->
<bool translatable="false" name="config_wifiMinConfirmationDurationSendNetworkScoreEnabled">true</bool> <bool translatable="false" name="config_wifiMinConfirmationDurationSendNetworkScoreEnabled">true</bool>
<!-- Enable concurrent STA + STA peer to peer + internet connectivity -->
<bool translatable="false" name="config_wifiMultiStaLocalOnlyConcurrencyEnabled">true</bool>
<!-- Enable concurrent STA + STA MBB support -->
<bool translatable="false" name="config_wifiMultiStaNetworkSwitchingMakeBeforeBreakEnabled">true</bool>
<!-- Enable concurrent Bridged access point (AP) support -->
<bool translatable="false" name="config_wifiBridgedSoftApSupported">true</bool>
<!-- Enable concurrent STA + Bridged access point (AP) support -->
<bool translatable="false" name="config_wifiStaWithBridgedSoftApConcurrencySupported">true</bool>
<!-- Indicates that SAE Hash-to-Element is supported on this device --> <!-- Indicates that SAE Hash-to-Element is supported on this device -->
<bool translatable="false" name="config_wifiSaeH2eSupported">true</bool> <bool translatable="false" name="config_wifiSaeH2eSupported">true</bool>