blob: 96ded1baf957ab4aaca7989a96c0b6646e724683 [file] [log] [blame]
Bharathed255712021-08-14 20:37:05 +05301<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 The Android Open Source Project
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6 http://www.apache.org/licenses/LICENSE-2.0
7 Unless required by applicable law or agreed to in writing, software
8 distributed under the License is distributed on an "AS IS" BASIS,
9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 See the License for the specific language governing permissions and
11 limitations under the License.
12-->
13
14<!-- These resources are around just to allow their values to be customized
15 for different hardware and product builds. Do not translate.
16 NOTE: The naming convention is "config_camelCaseValue". Some legacy
17 entries do not follow the convention, but all new entries should. -->
18
19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20
Bharath80ba1872021-08-21 11:53:57 +053021 <!-- Set to true if the wifi display supports compositing content stored
22 in gralloc protected buffers. For this to be true, there must exist
23 a protected hardware path for surface flinger to composite and send
24 protected buffers to the wifi display video encoder.
25
26 If this flag is false, we advise applications not to use protected
27 buffers (if possible) when presenting content to a wifi display because
28 the content may be blanked.
29
30 This flag controls whether the {@link Display#FLAG_SUPPORTS_PROTECTED_BUFFERS}
31 flag is set for wifi displays.
32 -->
33 <bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
34
35 <!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
36 <bool translatable="false" name="config_wifi5ghzSupport">true</bool>
37
38 <!-- Integer indicating maximum hardware supported client number of soft ap -->
39 <integer translatable="false" name="config_wifiHardwareSoftapMaxClientCount">32</integer>
Bharathed255712021-08-14 20:37:05 +053040
41 <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
42 This mechanism allows the host to remain in suspend state and the dongle to actively
43 scan and wake the host when a configured SSID is detected by the dongle. This chipset
44 capability can provide power savings when wifi needs to be always kept on. -->
45 <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
46
Bharath80ba1872021-08-21 11:53:57 +053047 <!-- Indicates that connected MAC randomization is supported on this device -->
48 <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>
49
50 <!-- Indicates that p2p MAC randomization is supported on this device -->
51 <bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">true</bool>
Bharathed255712021-08-14 20:37:05 +053052
53 <!-- Boolean indicating whether or not to revert to default country code when cellular
54 radio is unable to find any MCC information to infer wifi country code from -->
Bharath80ba1872021-08-21 11:53:57 +053055 <bool translatable="false" name="config_wifi_revert_country_code_on_cellular_loss">false</bool>
Bharathed255712021-08-14 20:37:05 +053056
57 <!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
58 <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
59
60 <!-- Enable 802.11ac for Wifi hotspot (SAP) -->
61 <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">false</bool>
62
Bharath80ba1872021-08-21 11:53:57 +053063 <!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
64 <bool name="config_wifi_softap_sae_supported">true</bool>
65
Bharathed255712021-08-14 20:37:05 +053066 <!-- Boolean indicating whether or not wifi should turn off when emergency call is made -->
Bharath80ba1872021-08-21 11:53:57 +053067 <bool translatable="false" name="config_wifi_turn_off_during_emergency_call">false</bool>
Bharathed255712021-08-14 20:37:05 +053068
69 <!-- Enable WPA2 to WPA3 auto-upgrade -->
70 <bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
Bharath80ba1872021-08-21 11:53:57 +053071
72 <!-- Wifi driver Automatic channel selection (ACS) for softap to include DFS channels -->
73 <bool translatable="false" name="config_wifiSoftapAcsIncludeDfs">true</bool>
74
75 <!-- Channel list for softap 2G band. Empty means all channels -->
76 <string translateble="false" name="config_wifiSoftap2gChannelList"></string>
77 <!-- Channel list for softap 5G band. Empty means all channels -->
78 <string translateble="false" name="config_wifiSoftap5gChannelList"></string>
Bharathed255712021-08-14 20:37:05 +053079</resources>