sdm660: overlay: Enable Dual SAP support
This commit adds a new overlay config config_wifi_dual_sap_interfaces, which contains name of the interfaces to be used in case of dual sap. Change-Id: I2692a4c5c693b3fb6261066c928d481a0fd8b69e CRs-Fixed: 2087745 Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
This commit is contained in:
parent
60ce96be80
commit
402ef42336
1 changed files with 9 additions and 0 deletions
|
@ -218,6 +218,15 @@
|
|||
<item>"wigig0"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- dual sap mode is supported on this device. -->
|
||||
<bool name="config_wifi_dual_sap_mode_enabled">true</bool>
|
||||
|
||||
<!-- list of interface names for SoftAp in Dual mode. -->
|
||||
<string-array translatable="false" name="config_wifi_dual_sap_interfaces">
|
||||
<item>"softap1"</item>
|
||||
<item>"softap2"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
||||
bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
|
||||
should be empty. -->
|
||||
|
|
Loading…
Reference in a new issue