diff options
author | Luca Stefani <luca020400@lineageos.org> | 2017-08-18 21:53:57 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-09-07 13:41:55 +0200 |
commit | 0354cb2070ff9f2921d09fdc9afb9c8e55e2199b (patch) | |
tree | 927bcc6e9ab7a0abf2c4ebca72f5aebaf128822b | |
parent | 80b59a9d4b320a17ee4c204e5369d690a6d57140 (diff) |
wifi: Remove wigig_supplicant
Change-Id: Idd08474392c169404e9b075da53d812e8d752c3f
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f6234ae..d8d08d5 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1020,20 +1020,6 @@ service wpa_supplicant /system/bin/wpa_supplicant \ 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 \ - -O/data/misc/wifi/wigig_sockets -dd \ - -e/data/misc/wifi/wigig_entropy.bin -g@android:wpa_wigig0 - # 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_wigig0 dgram 660 wifi wifi - disabled - oneshot - service ptt_socket_app /system/bin/ptt_socket_app -d class main user root |