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

Commit 54138d97 authored by Daichi Ueura's avatar Daichi Ueura Committed by Roshan Pius
Browse files

Add config value to restrict channel for ACS

This config allows the device to select one of the specified
channels when ACS is enabled.

Bug: 116839455
Test: no build errors
Change-Id: I2886d1f0059ab9ed809f3896708521fd6d516015
(cherry-picked from 7946d0d33d6d1c796f3ff715d61af3297e142712)
parent 3a13a85f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -692,6 +692,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"/>