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

Commit d8a884fa authored by Ahmed ElArabawy's avatar Ahmed ElArabawy
Browse files

WiFi: Add configs for SAR support of SoftAP

This commit adds the configurations for support of SoftAP in
SAR for WiFi.

Bug: 65174506
Test: Run Wifi unit test suite
Test: ./frameworks/opt/net/wifi/tests/wifitests/runtests.sh

Change-Id: I3c217b57790def0bd686109a2b2f882139b5bc5f
Merged-In: I3c217b57790def0bd686109a2b2f882139b5bc5f
parent 31e9d9d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -670,6 +670,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" />