sm7125: Enable various wifi options

*Match stock

Change-Id: I5f321eaf4e2559b444a9ebf5ab1bd63f3799beab
fourteen-wip
Simon1511 2 years ago
parent e9841ab663
commit 7778d96e63
  1. 27
      rro_overlays/WifiOverlay/res/values/config.xml

@ -39,4 +39,31 @@
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool name="config_wifi_dual_band_support">true</bool>
<!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
<bool translatable="false" name="config_wifi_softap_sae_supported">false</bool>
<!-- Wifi Hal supports force client disconnect for softap -->
<bool translatable="false" name="config_wifiSofapClientForceDisconnectSupported">false</bool>
<!-- Boolean indicating that softap passphrase need to enable ASCII encodable check -->
<bool translatable="false" name="config_wifiSoftapPassphraseAsciiEncodableCheck">false</bool>
<!-- boolean indicating whether or not to reset channel configuration during cloud configuration restore -->
<bool translatable="false" name ="config_wifiSoftapResetChannelConfig">false</bool>
<!-- boolean indicating whether or not to reset hiddenSsid configuration during cloud configuration restore -->
<bool translatable="false" name ="config_wifiSoftapResetHiddenConfig">false</bool>
<!-- boolean indicating whether or not to reset max client setting configuration during cloud configuration restore -->
<bool translatable="false" name ="config_wifiSoftapResetMaxClientSettingConfig">false</bool>
<!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
<bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
<!-- Indicates that connected MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>
<!-- Indicates that p2p MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">true</bool>
</resources>

Loading…
Cancel
Save