WLAN: MSM8998: Enable SoftAp

Enable SoftAp.

Change-Id: Ia1212b314fa960fbddeecdc3e0e8d26aa71b37ee
CRs-Fixed: 2007395
This commit is contained in:
Srinivas Girigowda 2017-02-15 14:50:25 -08:00
parent 6a20b5de13
commit 0d4b2bb8fd
2 changed files with 11 additions and 1 deletions

View File

@ -45,4 +45,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<integer name="config_screenBrightnessDoze">17</integer>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
<!-- 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>"wlan0"</item>
<item>"wigig0"</item>
<item>"softap0"</item>
</string-array>
</resources>

View File

@ -935,7 +935,7 @@ service atfwd /system/bin/ATFWD-daemon
user system
group system radio
service hostapd /system/bin/hostapd -dd /data/hostapd/hostapd.conf
service hostapd /system/bin/hostapd -dd /data/misc/wifi/hostapd.conf
class late_start
user root
group root