diff options
| author | André Pinela <sheffzor@gmail.com> | 2017-09-19 21:07:28 +0100 |
|---|---|---|
| committer | André Pinela <sheffzor@gmail.com> | 2017-10-06 15:45:38 +0100 |
| commit | 8ba4c97bd478c74ba00d8c06f71c2bce9125ce65 (patch) | |
| tree | 330bfbdfbaf45caa991c5e8415bc02912438bba8 | |
| parent | 106c84273125f783fa5332e232c19893fceaba3d (diff) | |
grouper: wifi: Do not define superfluous wpa_supplicant service
Change-Id: I1ff74c60c2870e03c39cccad401c6e49be0274f4
Signed-off-by: André Pinela <sheffzor@gmail.com>
| -rw-r--r-- | rootdir/init.grouper.rc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rootdir/init.grouper.rc b/rootdir/init.grouper.rc index 79d7b7d..4468b32 100644 --- a/rootdir/init.grouper.rc +++ b/rootdir/init.grouper.rc @@ -85,19 +85,6 @@ on property:sys.boot_completed=1 write /sys/block/mmcblk0/queue/add_random 0 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 - # 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 p2p_supplicant /system/bin/wpa_supplicant \ -iwlan0 -Dnl80211 -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf \ -I/system/etc/wifi/wpa_supplicant_overlay.conf -N \ -ip2p0 -Dnl80211 -c /data/misc/wifi/p2p_supplicant.conf \ @@ -137,4 +124,3 @@ service gpsd /vendor/bin/gpsd -c /system/etc/gps.xml on property:sys.shutdown.requested=1recovery start recoveryd - |
