mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: wifi: Fix P2P processing
Bug: 10460300 Change-Id: Ia3958576058cf7ef83b0823d59e3a5ab2df82bd1 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
9a049bd47a
commit
c443c1b6a0
1 changed files with 4 additions and 6 deletions
10
init.deb.rc
10
init.deb.rc
|
@ -350,7 +350,6 @@ 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
|
||||
|
@ -362,13 +361,12 @@ service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
|
|||
oneshot
|
||||
|
||||
service p2p_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
|
||||
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
|
||||
-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 \
|
||||
-O/data/misc/wifi/sockets -N \
|
||||
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
|
||||
-I/system/etc/wifi/p2p_supplicant_overlay.conf \
|
||||
-puse_p2p_group_interface=1 -e/data/misc/wifi/entropy.bin \
|
||||
-g@android:wpa_wlan0
|
||||
-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
|
||||
# user wifi
|
||||
|
|
Loading…
Reference in a new issue