mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: wifi: Override control iface to leave it to global
Bug: 9056601 Change-Id: Ibf8103eaf75f42b5da79454613a6d3437e377103 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
c443c1b6a0
commit
737287b512
1 changed files with 2 additions and 1 deletions
|
@ -350,6 +350,7 @@ service sensors /system/bin/sensors.qcom
|
|||
service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
|
||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
||||
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
|
||||
-O/data/misc/wifi/sockets \
|
||||
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
|
||||
# we will start as root and wpa_supplicant will switch to user wifi
|
||||
# after setting up the capabilities required for WEXT
|
||||
|
@ -365,7 +366,7 @@ service p2p_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
|
|||
-I/system/etc/wifi/p2p_supplicant_overlay.conf -N \
|
||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
||||
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
|
||||
-puse_p2p_group_interface=1 \
|
||||
-O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \
|
||||
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
|
||||
# we will start as root and wpa_supplicant will switch to user wifi
|
||||
# after setting up the capabilities required for WEXT
|
||||
|
|
Loading…
Reference in a new issue