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:
Devi Sandeep Endluri V V 2017-07-26 15:54:13 +05:30 committed by Max Weffers
parent 60ce96be80
commit 402ef42336
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -218,6 +218,15 @@
<item>"wigig0"</item> <item>"wigig0"</item>
</string-array> </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 <!-- 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 bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
should be empty. --> should be empty. -->