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

Commit b23125b1 authored by Roshan Pius's avatar Roshan Pius
Browse files

config.xml: Add configuration to enable/disable 80211AC

Bug: 34669770
Test: Compiles
Change-Id: I8031de0c61d334fb3f0f2c23799e4d2ef22c8e32
parent 432395bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -643,6 +643,9 @@
    <!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
    <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>

    <!-- Wifi driver supports IEEE80211AC for softap -->
    <bool translatable="false" name="config_wifi_softap_ieee80211ac_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
@@ -310,6 +310,7 @@
  <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_wifi_softap_ieee80211ac_supported" />
  <java-symbol type="bool" name="config_enableMultiUserUI"/>
  <java-symbol type="bool" name="config_disableUsbPermissionDialogs"/>
  <java-symbol type="bool" name="config_hasRecents" />