Bharath | ed25571 | 2021-08-14 20:37:05 +0530 | [diff] [blame] | 1 | <?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 | |
Bharath | 80ba187 | 2021-08-21 11:53:57 +0530 | [diff] [blame^] | 21 | <!-- 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> |
Bharath | ed25571 | 2021-08-14 20:37:05 +0530 | [diff] [blame] | 40 | |
| 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 | |
Bharath | 80ba187 | 2021-08-21 11:53:57 +0530 | [diff] [blame^] | 47 | <!-- 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> |
Bharath | ed25571 | 2021-08-14 20:37:05 +0530 | [diff] [blame] | 52 | |
| 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 --> |
Bharath | 80ba187 | 2021-08-21 11:53:57 +0530 | [diff] [blame^] | 55 | <bool translatable="false" name="config_wifi_revert_country_code_on_cellular_loss">false</bool> |
Bharath | ed25571 | 2021-08-14 20:37:05 +0530 | [diff] [blame] | 56 | |
| 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 | |
Bharath | 80ba187 | 2021-08-21 11:53:57 +0530 | [diff] [blame^] | 63 | <!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap --> |
| 64 | <bool name="config_wifi_softap_sae_supported">true</bool> |
| 65 | |
Bharath | ed25571 | 2021-08-14 20:37:05 +0530 | [diff] [blame] | 66 | <!-- Boolean indicating whether or not wifi should turn off when emergency call is made --> |
Bharath | 80ba187 | 2021-08-21 11:53:57 +0530 | [diff] [blame^] | 67 | <bool translatable="false" name="config_wifi_turn_off_during_emergency_call">false</bool> |
Bharath | ed25571 | 2021-08-14 20:37:05 +0530 | [diff] [blame] | 68 | |
| 69 | <!-- Enable WPA2 to WPA3 auto-upgrade --> |
| 70 | <bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool> |
Bharath | 80ba187 | 2021-08-21 11:53:57 +0530 | [diff] [blame^] | 71 | |
| 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> |
Bharath | ed25571 | 2021-08-14 20:37:05 +0530 | [diff] [blame] | 79 | </resources> |