From b19d6c42f14d0928ca1d5627ed40b3013ee3e92d Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Tue, 6 Feb 2018 05:46:00 +0530 Subject: shinano-common: wpa_supplicant: Add support for starting HIDL HAL lazily Bug: 72394251 Test: Able to start supplicant from framework using ISupplicant.getService() Change-Id: I19b8434e7241b9028e7dc86316ec9d5512affcca Signed-off-by: Nikhil Punathil --- rootdir/init.qcom.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rootdir') diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index f554ca7..dd268af 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -450,6 +450,8 @@ service wpa_supplicant /system/vendor/bin/hw/wpa_supplicant \ # after setting up the capabilities required for WEXT # user wifi # group wifi inet keystore + interface android.hardware.wifi.supplicant@1.0::ISupplicant default + interface android.hardware.wifi.supplicant@1.1::ISupplicant default class main socket wpa_wlan0 dgram 660 wifi wifi disabled -- cgit v1.2.3