Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5ebc0fb authored by Sooraj S's avatar Sooraj S 👽
Browse files

FP3 overlay: Enable ACS and 11ac for softap operations

This sets below flag to true:
  config_wifi_softap_acs_supported
  config_wifi_softap_ieee80211ac_supported
parent 3a188f47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -284,10 +284,10 @@
   </string-array>

   <!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
   <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
   <bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>

   <!-- Enable 802.11ac for Wifi hotspot (SAP) -->
   <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">false</bool>
   <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>

    <!-- Boolean indicating whether single radio chain scan results are to be used for network selection -->
    <bool translatable="false" name="config_wifi_framework_use_single_radio_chain_scan_results_network_selection">false</bool>