config.xml 1.1 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2024 The LineageOS Project
  4. SPDX-License-Identifier: Apache-2.0
  5. -->
  6. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  7. <!-- Indicates that bridged AP mode is supported on this device -->
  8. <bool name="config_wifiBridgedSoftApSupported" translatable="false">false</bool>
  9. <!-- Enable Make-Before-Break Wifi network switching.
  10. Note: this is conditional on the device supporting dual concurrent STAs. -->
  11. <bool name="config_wifiMultiStaNetworkSwitchingMakeBeforeBreakEnabled" translatable="false">false</bool>
  12. <!-- Enable concurrent peer to peer + internet connectivity
  13. Note: this is conditional on the device supporting dual concurrent STAs. -->
  14. <bool name="config_wifiMultiStaLocalOnlyConcurrencyEnabled" translatable="false">false</bool>
  15. <!-- Enable concurrent restricted connectivity + internet connectivity
  16. Note: this is conditional on the device supporting dual concurrent STAs. -->
  17. <bool name="config_wifiMultiStaRestrictedConcurrencyEnabled" translatable="false">false</bool>
  18. </resources>