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

Commit 203445c8 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Android (Google) Code Review
Browse files

Merge "Add configuration for multi wifi mode devices"

parents b453080f 04d54efe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -530,6 +530,9 @@
    <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
    <bool translatable="false" name="config_wifi_dual_band_support">false</bool>

    <!-- Maximum number of concurrent WiFi interfaces in AP mode -->
    <integer translatable="false" name="config_wifi_max_ap_interfaces">1</integer>

    <!-- Boolean indicating whether the wifi chipset requires the softap band be -->
    <!-- converted from 5GHz to ANY due to hardware restrictions -->
    <bool translatable="false" name="config_wifi_convert_apband_5ghz_to_any">false</bool>
+1 −0
Original line number Diff line number Diff line
@@ -1879,6 +1879,7 @@
  <java-symbol type="bool" name="config_supportLongPressPowerWhenNonInteractive" />
  <java-symbol type="bool" name="config_wifi_background_scan_support" />
  <java-symbol type="bool" name="config_wifi_dual_band_support" />
  <java-symbol type="integer" name="config_wifi_max_ap_interfaces" />
  <java-symbol type="bool" name="config_wifi_convert_apband_5ghz_to_any" />
  <java-symbol type="bool" name="config_wifi_local_only_hotspot_5ghz" />
  <java-symbol type="bool" name="config_wifi_connected_mac_randomization_supported" />