diff options
author | Roshan Pius <rpius@google.com> | 2018-01-18 14:24:13 -0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2019-07-29 23:23:35 +0800 |
commit | 0020b0fa1e6803f7fe253b2c5d166f0d3710d2ad (patch) | |
tree | c11109c668b5fee6f2bfcfedf33be427554e17b6 /rootdir | |
parent | 4015cf28b961861f8738a8da284f202bcf95c7d1 (diff) |
wayne-common: Don't start supplicant with interfaces
Framework will now add interface to supplicant (via HIDL) when it
needs to control an interface, so don't specify them in the startup
params.
Bug: 69426063
Test: Device boots up and able to connect to wifi.
Change-Id: I817d28093f8b982e3806c212babd888c0f5eb7c0
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 12a4e0f..e54d645 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -712,10 +712,6 @@ service amp_unload /system/vendor/bin/amploader -u oneshot service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ - -ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \ - -I/vendor/etc/wifi/p2p_supplicant_overlay.conf -N \ - -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ - -I/vendor/etc/wifi/wpa_supplicant_overlay.conf \ -O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 -dd \ -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 # we will start as root and wpa_supplicant will switch to user wifi |