diff options
author | Roshan Pius <rpius@google.com> | 2018-01-18 14:24:13 -0800 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:13 +0200 |
commit | ccc056b9de3db95a2ccbe4174c9f6151640c557f (patch) | |
tree | 3560e0199b662c14ac69204d22fcfcd4c471b5ed | |
parent | b19d6c42f14d0928ca1d5627ed40b3013ee3e92d (diff) |
shinano-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
Signed-off-by: Nikhil Punathil <nikhilpe@gmail.com>
-rw-r--r-- | rootdir/init.qcom.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index dd268af..7b09c63 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -440,10 +440,6 @@ service qseecomd /system/vendor/bin/qseecomd group drmrpc root 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 \ - -I/system/etc/wifi/p2p_supplicant_overlay.conf \ -O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 \ -g@android:wpa_wlan0 # we will start as root and wpa_supplicant will switch to user wifi |