Files
android_device_xiaomi_sm845…/overlay/WifiResTarget/res/values/config.xml
Arian 32b643fecc sm8450-common: overlay: Update wifi overlay comments from AOSP
Change-Id: I0c04f497abb33e2ebd1bd4b3c30cc8956197006a
2025-01-19 17:03:38 +01:00

23 строки
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Indicates that bridged AP mode is supported on this device provided that
the device interface combination allows for it -->
<bool name="config_wifiBridgedSoftApSupported" translatable="false">false</bool>
<!-- Enable Make-Before-Break Wifi network switching.
Note: this is conditional on the device supporting dual concurrent STAs. -->
<bool name="config_wifiMultiStaNetworkSwitchingMakeBeforeBreakEnabled" translatable="false">false</bool>
<!-- Enable concurrent peer to peer + internet connectivity
Note: this is conditional on the device supporting dual concurrent STAs. -->
<bool name="config_wifiMultiStaLocalOnlyConcurrencyEnabled" translatable="false">false</bool>
<!-- Enable concurrent restricted connectivity + internet connectivity
Note: this is conditional on the device supporting dual concurrent STAs. -->
<bool name="config_wifiMultiStaRestrictedConcurrencyEnabled" translatable="false">false</bool>
</resources>