sdm660-common: overlay: Wifi: Add softap0 as tetherable interface for STA + SoftAP concurrency
When STA + SoftAp concurrency is enabled then wlan0 interface is used by STA. Add softap0 interface for SoftAP for this concurrency scenario. Change-Id: If690591b19763d436865113dcd7882feb9b748fe CRs-Fixed: 1017907
This commit is contained in:
parent
3ba47e56b1
commit
ad64189ad6
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@
|
|||
<string-array translatable="false" name="config_tether_wifi_regexs">
|
||||
<item>"wlan0"</item>
|
||||
<item>"wigig0"</item>
|
||||
<item>"softap0"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Dhcp range (min, max) to use for tethering purposes -->
|
||||
|
|
Loading…
Reference in a new issue