3
0
Fork 0

Merge "wifi: update {wpa,p2p}_supplicant services init" into cm-11.0

This commit is contained in:
Daniel Hillenbrand 2013-11-17 11:51:16 +00:00 committed by Gerrit Code Review
commit 79cf129646
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