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

Commit 9d5e9731 authored by Ahmed ElArabawy's avatar Ahmed ElArabawy Committed by Android (Google) Code Review
Browse files

Merge "WiFi: Add configs for SAR support of SoftAP"

parents d618e1db 1fc8a580
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -672,6 +672,10 @@
    <!-- Boolean indicating whether framework needs to set the tx power limit for meeting SAR requirements -->
    <bool translatable="false" name="config_wifi_framework_enable_sar_tx_power_limit">false</bool>

    <!-- Boolean indicating whether framework should use detection of softAP mode to set the tx
         power limit for meeting SAR requirements -->
    <bool translatable="false" name="config_wifi_framework_enable_soft_ap_sar_tx_power_limit">false</bool>

    <!-- Boolean indicating whether framework needs to use body proximity to set the tx power limit
         for meeting SAR requirements -->
    <bool translatable="false" name="config_wifi_framework_enable_body_proximity_sar_tx_power_limit">false</bool>
+1 −0
Original line number Diff line number Diff line
@@ -337,6 +337,7 @@
  <java-symbol type="bool" name="config_wifi_framework_use_single_radio_chain_scan_results_network_selection" />
  <java-symbol type="bool" name="config_wifi_only_link_same_credential_configurations" />
  <java-symbol type="bool" name="config_wifi_framework_enable_sar_tx_power_limit" />
  <java-symbol type="bool" name="config_wifi_framework_enable_soft_ap_sar_tx_power_limit" />
  <java-symbol type="bool" name="config_wifi_framework_enable_body_proximity_sar_tx_power_limit" />
  <java-symbol type="string" name="config_wifi_sar_sensor_type" />
  <java-symbol type="integer" name="config_wifi_framework_sar_free_space_event_id" />