Merge "muskie: Move wpa_supplicant to vendor partition"

This commit is contained in:
Roshan Pius
2017-02-28 22:14:22 +00:00
committed by Android (Google) Code Review

View File

@@ -336,7 +336,7 @@ service tftp_server /vendor/bin/tftp_server
on property:init.svc.wpa_supplicant=stopped
stop dhcpcd
service p2p_supplicant /system/bin/wpa_supplicant \
service wpa_supplicant /vendor/bin/hw/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 \
@@ -352,20 +352,6 @@ service p2p_supplicant /system/bin/wpa_supplicant \
disabled
oneshot
service wpa_supplicant /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 -dd \
-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
# group wifi inet keystore
class main
socket wpa_wlan0 dgram 660 wifi wifi
disabled
oneshot
service dhcpcd_wlan0 /system/bin/dhcpcd -ABKLG
class late_start
disabled