Merge "Modified for WiFi Bringup on JB" into jb
This commit is contained in:
commit
411916ce37
|
@ -349,10 +349,28 @@ service amp_unload /system/bin/amploader -u
|
|||
disabled
|
||||
oneshot
|
||||
|
||||
service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant -Dnl80211 -ddd
|
||||
class late_start
|
||||
user root
|
||||
group wifi inet
|
||||
service p2p_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
|
||||
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf -N \
|
||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf -dddd \
|
||||
-e/data/misc/wifi/entropy.bin -puse_p2p_group_interface=1
|
||||
# we will start as root and wpa_supplicant will switch to user wifi
|
||||
# after setting up the capabilities required for WEXT
|
||||
# user wifi
|
||||
# group wifi inet keystore
|
||||
class main
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
|
||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf -dddd \
|
||||
-e/data/misc/wifi/entropy.bin
|
||||
# we will start as root and wpa_supplicant will switch to user wifi
|
||||
# after setting up the capabilities required for WEXT
|
||||
# user wifi
|
||||
# group wifi inet keystore
|
||||
class main
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
|
|
Loading…
Reference in New Issue