3
0
Fork 0

wifi: update {wpa,p2p}_supplicant services init

Change-Id: I9386392b90c1e9ad792a1a1f4145bd01f77cdd13
This commit is contained in:
Pavel Kirpichyov 2013-11-13 18:22:16 +04:00
parent 5ad50bc3af
commit 67c83c3477
1 changed files with 4 additions and 2 deletions

View File

@ -345,7 +345,8 @@ service mdnsd /system/bin/mdnsd
service p2p_supplicant /system/bin/wpa_supplicant \
-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 \
-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
# after setting up the capabilities required for WEXT
# user wifi
@ -357,7 +358,8 @@ service p2p_supplicant /system/bin/wpa_supplicant \
service wpa_supplicant /system/bin/wpa_supplicant \
-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
# after setting up the capabilities required for WEXT
# user wifi