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

Commit 87e66f17 authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "Add config value to restrict channel for ACS"

parents cf71abb3 54138d97
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -683,6 +683,11 @@
    <!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
    <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>

    <!-- Channel list restriction to Automatic channel selection (ACS) for softap. If the device
         doesn't want to restrict channels this should be empty. Value is a comma separated channel
         string and/or channel range string like '1-6,11' -->
    <string translatable="false" name="config_wifi_softap_acs_supported_channel_list"></string>

    <!-- Wifi driver supports IEEE80211AC for softap -->
    <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">false</bool>

+1 −0
Original line number Diff line number Diff line
@@ -325,6 +325,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="string" name="config_wifi_softap_acs_supported_channel_list" />
  <java-symbol type="bool" name="config_wifi_softap_ieee80211ac_supported" />
  <java-symbol type="bool" name="config_enableMultiUserUI"/>
  <java-symbol type="bool" name="config_enableNewAutoSelectNetworkUI"/>