sm7125-common: rro_overlays: Support 5GHz for hotspot

* and correct the package name

Change-Id: I2e65c4d00c48817f77382078acfbef380004d777
fourteen-wip
Ruchit 1 year ago committed by Simon1511
parent 506b0cde3f
commit 6e54a54e6e
  1. 2
      rro_overlays/TetheringOverlay/AndroidManifest.xml
  2. 8
      rro_overlays/TetheringOverlay/res/values/config.xml
  3. 6
      rro_overlays/WifiOverlay/res/values/config.xml

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.networkstack.tethering.xiaomi_sm7125"
package="com.android.networkstack.tethering.samsung_sm7125"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false" />

@ -65,4 +65,12 @@
<item>usb\\d</item>
<item>rndis\\d</item>
</string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable
Wifi interfaces. If the device doesn't want to support tethering over Wifi this
should be empty. An example would be "softap.*" -->
<string-array translatable="false" name="config_tether_wifi_regexs">
<item>"softap0"</item>
<item>"wlan\\d"</item>
</string-array>
</resources>

@ -66,4 +66,10 @@
<!-- Indicates that p2p MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">true</bool>
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
<!-- Enable 802.11ac for Wifi hotspot (SAP) -->
<bool name="config_wifi_softap_ieee80211ac_supported">true</bool>
</resources>

Loading…
Cancel
Save