diff options
author | Christopher Wiley <wiley@google.com> | 2016-08-11 15:42:39 -0700 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-09-07 13:41:55 +0200 |
commit | 80b59a9d4b320a17ee4c204e5369d690a6d57140 (patch) | |
tree | dd46167c1681014d5dddb6eb1a70c710a1ceec6b | |
parent | b2fa820ff2f27fd416f7bf36244a0a13f4e9112c (diff) |
wifi: Do not define superfluous wpa_supplicant service
Bug: 30816535
Change-Id: Iab4e212b1c2dcbb97e73945e6b807b37174e0ae0
Signed-off-by: dd3boh <dade.garberi@gmail.com>
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index aa8239c..f6234ae 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1004,7 +1004,7 @@ service amp_unload /system/bin/amploader -u disabled oneshot -service p2p_supplicant /system/bin/wpa_supplicant \ +service wpa_supplicant /system/bin/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 \ @@ -1020,20 +1020,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 wigig_supplicant /system/bin/wpa_supplicant \ -iwigig0 -Dnl80211 -c/data/misc/wifi/wigig_supplicant.conf \ -m/data/misc/wifi/wigig_p2p_supplicant.conf \ |