mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
am 737287b5
: deb: wifi: Override control iface to leave it to global
* commit '737287b512bcaf23bbf6856ebe3256be739dadaa': deb: wifi: Override control iface to leave it to global
This commit is contained in:
commit
ce74bdfb7d
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