summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2018-03-01 15:41:56 -0800
committerAmit Pundir <amit.pundir@linaro.org>2018-08-13 13:39:19 +0530
commita30f7f7cebca382d90519ea5203dfa72497f62f2 (patch)
tree0da0414b80d7fdfd45ee0841ddbab2d0582ff19c
parentdf6cd7ad47cad90a6eff7eff428838556f5b7cd8 (diff)
downloaddragonboard410c-a30f7f7cebca382d90519ea5203dfa72497f62f2.tar.gz
wpa_supplicant: 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: 74084729 Test: Manual Change-Id: I867877123a82fd3487dc631752621c07ed97a621 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com> [AmitP: cherry-picked from Hikey android-9.0.0_r3] Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--init.common.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.common.rc b/init.common.rc
index 77d8679..b62b796 100644
--- a/init.common.rc
+++ b/init.common.rc
@@ -64,7 +64,6 @@ on property:sys.boot_completed=1
write /dev/cpuset/system-background/cpus 0-1
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
- -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf \
-Dnl80211 -g@android:wpa_wlan0
interface android.hardware.wifi.supplicant@1.0::ISupplicant default
interface android.hardware.wifi.supplicant@1.1::ISupplicant default