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

Commit 432395bb authored by Roshan Pius's avatar Roshan Pius
Browse files

config.xml: Add configuration to enable/disable ACS

Bug: 69065316
Test: Compiles
Change-Id: I390523b0879f5ec71806abdd39dddeb15dfc5940
parent 0fbb97de
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -640,6 +640,9 @@
    <!-- Wifi driver supports batched scan -->
    <bool translatable="false" name="config_wifi_batched_scan_supported">false</bool>

    <!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
    <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>

    <!-- Idle Receive current for wifi radio. 0 by default-->
    <integer translatable="false" name="config_wifi_idle_receive_cur_ma">0</integer>

+1 −0
Original line number Diff line number Diff line
@@ -309,6 +309,7 @@
  <java-symbol type="bool" name="config_useFixedVolume" />
  <java-symbol type="bool" name="config_forceDefaultOrientation" />
  <java-symbol type="bool" name="config_wifi_batched_scan_supported" />
  <java-symbol type="bool" name="config_wifi_softap_acs_supported" />
  <java-symbol type="bool" name="config_enableMultiUserUI"/>
  <java-symbol type="bool" name="config_disableUsbPermissionDialogs"/>
  <java-symbol type="bool" name="config_hasRecents" />