wifi: update {wpa,p2p}_supplicant services init
Change-Id: I9386392b90c1e9ad792a1a1f4145bd01f77cdd13
This commit is contained in:
parent
5ad50bc3af
commit
67c83c3477
@ -345,7 +345,8 @@ service mdnsd /system/bin/mdnsd
|
|||||||
service p2p_supplicant /system/bin/wpa_supplicant \
|
service p2p_supplicant /system/bin/wpa_supplicant \
|
||||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf -N \
|
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf -N \
|
||||||
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf -e/data/misc/wifi/entropy.bin \
|
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf -e/data/misc/wifi/entropy.bin \
|
||||||
-puse_p2p_group_interface=1
|
-puse_p2p_group_interface=1 \
|
||||||
|
-O/data/misc/wifi/sockets -g@android:wpa_wlan0
|
||||||
# we will start as root and wpa_supplicant will switch to user wifi
|
# we will start as root and wpa_supplicant will switch to user wifi
|
||||||
# after setting up the capabilities required for WEXT
|
# after setting up the capabilities required for WEXT
|
||||||
# user wifi
|
# user wifi
|
||||||
@ -357,7 +358,8 @@ service p2p_supplicant /system/bin/wpa_supplicant \
|
|||||||
|
|
||||||
service wpa_supplicant /system/bin/wpa_supplicant \
|
service wpa_supplicant /system/bin/wpa_supplicant \
|
||||||
-Dnl80211 -iwlan0 -e/data/misc/wifi/entropy.bin \
|
-Dnl80211 -iwlan0 -e/data/misc/wifi/entropy.bin \
|
||||||
-c/data/misc/wifi/wpa_supplicant.conf
|
-c/data/misc/wifi/wpa_supplicant.conf \
|
||||||
|
-O/data/misc/wifi/sockets -g@android:wpa_wlan0
|
||||||
# we will start as root and wpa_supplicant will switch to user wifi
|
# we will start as root and wpa_supplicant will switch to user wifi
|
||||||
# after setting up the capabilities required for WEXT
|
# after setting up the capabilities required for WEXT
|
||||||
# user wifi
|
# user wifi
|
||||||
|
Loading…
Reference in New Issue
Block a user