WiFi: Enable SAR and SAR SAP for b1/c1 devices

In current implementation, SAR and SAR SAP support functionality is
ready. However, it was disabled by configuration, until testing is
complete.
This commit enables SAR and support of SAR for SoftAP for b1/c1 devices.

Bug: 65174506
Test: Unit Test

Change-Id: I144f228d7d7bf62ff9087e64502b6fcaa8733b30
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 6cce03d..18b45d7 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -407,13 +407,11 @@
 
     <!-- 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>
+    <bool translatable="false" name="config_wifi_framework_enable_sar_tx_power_limit">true</bool>
 
-    <!-- Boolean indicating whether framework SAR supports body proximity requirements -->
-    <bool translatable="false" name="config_wifi_framework_enable_body_proximity_sar_tx_power_limit">false</bool>
-
-    <!-- String for the sensor type for body/head proximity for SAR -->
-    <string translatable="false" name="config_wifi_sar_sensor_type">com.google.sensor.sar</string>
+    <!-- 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">true</bool>
 
     <!-- Applications which are disabled unless matching a particular sku -->
     <string-array name="config_disableApksUnlessMatchedSku_apk_list" translatable="false">