diff options
author | Craig Tatlor <ctatlor97@gmail.com> | 2018-02-06 15:18:12 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:12 +0200 |
commit | 981173a00656eef327d8c97003a1f67711d00c7f (patch) | |
tree | c9fee71546a4fcfc468b7b7248163a07e6721d2d | |
parent | c68e5c39c8a0a64b69b36c8e59810ae231ac9fec (diff) |
shinano-common: Use wpa_supplicant for p2p
Change-Id: I61cebaf778545f0953b96b14b50874d61e062b97
-rw-r--r-- | rootdir/init.qcom.rc | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 95e53ad..1aa3830 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -429,7 +429,7 @@ service qseecomd /system/vendor/bin/qseecomd user root group drmrpc root -service p2p_supplicant /system/vendor/bin/hw/wpa_supplicant \ +service wpa_supplicant /system/vendor/bin/hw/wpa_supplicant \ -iwlan0 -Dnl80211 -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 \ @@ -445,19 +445,6 @@ service p2p_supplicant /system/vendor/bin/hw/wpa_supplicant \ disabled oneshot -service wpa_supplicant /system/vendor/bin/hw/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 - on property:ro.data.large_tcp_window_size=true # Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB) write /proc/sys/net/ipv4/tcp_adv_win_scale 2 |