universal7580: Don't start supplicant with interfaces
authorRoshan Pius <rpius@google.com>
Thu, 18 Jan 2018 22:24:13 +0000 (14:24 -0800)
committerJan Altensen <info@stricted.net>
Fri, 16 Aug 2019 21:18:51 +0000 (23:18 +0200)
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

ramdisk/etc/init.wifi.rc

index 9ecb3bfdd32371dd6a0239fb66f1c5b53d8272bd..6411bf5111013828e2ad02ee1c71c7fa3819079c 100644 (file)
@@ -48,10 +48,7 @@ service wifiloader /system/bin/wifiloader
     oneshot
 
 service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
-    -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-    -I/system/etc/wifi/p2p_supplicant_overlay.conf \
     -puse_p2p_group_interface=1p2p_device=1 \
-    -m/data/misc/wifi/p2p_supplicant.conf \
     -O/data/vendor/wifi/wpa/sockets \
     -g@android:wpa_wlan0
     # we will start as root and wpa_supplicant will switch to user wifi