summaryrefslogtreecommitdiff
path: root/init.angler.rc
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2016-08-11 15:38:29 -0700
committerMitchell Wills <mwills@google.com>2016-08-26 13:26:41 -0700
commit92ed7730c13b8f598944123592876ec57480b6cb (patch)
tree9c6d529e5a864c0f6256e857ca5ef84885f46d67 /init.angler.rc
parent5e67f15b4a93b08ba140df5e5c8f5e803082de2a (diff)
downloadangler-92ed7730c13b8f598944123592876ec57480b6cb.tar.gz
Do not define superfluous wpa_supplicant service
Bug: 30816535 Change-Id: Ib894268fb2ea044c37bd3eaa44d7289e24d75702 (cherry picked from commit d19c39841c33cb7cf14b3e5a3d3e3c167c97ad35)
Diffstat (limited to 'init.angler.rc')
-rwxr-xr-xinit.angler.rc11
1 files changed, 1 insertions, 10 deletions
diff --git a/init.angler.rc b/init.angler.rc
index a928ffd..f43188b 100755
--- a/init.angler.rc
+++ b/init.angler.rc
@@ -381,7 +381,7 @@ service fingerprintd /system/bin/fingerprintd
group input
writepid /dev/cpuset/system-background/tasks
-service p2p_supplicant /system/bin/wpa_supplicant \
+service wpa_supplicant /system/bin/wpa_supplicant \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/p2p_supplicant_overlay.conf \
-O/data/misc/wifi/sockets \
@@ -393,15 +393,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 \
- -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
- class main
- socket wpa_wlan0 dgram 660 wifi wifi
- disabled
- oneshot
-
service imsqmidaemon /system/bin/imsqmidaemon
class main
user system