sdm710-common: overlay: Add p2p regex for tethering modes
Bug: 137602441 Test: CtsVerifier - Wi-Fi Direct Change-Id: I6d6d29bd1742e4f34d09a208fefdddc9913e38a2 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
9ca1bfac71
commit
ab06d56014
1 changed files with 7 additions and 0 deletions
|
@ -233,6 +233,13 @@
|
|||
<item>"bt-pan"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
||||
Wifi P2P interfaces. If the device doesn't want to support tethering over Wifi P2p this
|
||||
should be empty. An example would be "p2p-p2p.*" -->
|
||||
<string-array translatable="false" name="config_tether_wifi_p2p_regexs">
|
||||
<item>"p2p-p2p\\d-.*"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Dhcp range (min, max) to use for tethering purposes -->
|
||||
<!-- USB is 192.168.42.1 and 255.255.255.0
|
||||
Wifi is 192.168.43.1 and 255.255.255.0
|
||||
|
|
Loading…
Reference in a new issue