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

Commit 04d54efe authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Add configuration for multi wifi mode devices

This a configuration parameters to the device overlay,
stating maximum number of concurrent access points.

Bug: 36120314
Test: custom KitchenSink to create local and tethered AP

Change-Id: I0549d65993eec91bf66122cc3b73352334cdc947
parent f6f46ce6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -525,6 +525,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
@@ -1877,6 +1877,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" />