diff options
author | Roshan Pius <rpius@google.com> | 2018-02-06 05:46:00 +0530 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:13 +0200 |
commit | b19d6c42f14d0928ca1d5627ed40b3013ee3e92d (patch) | |
tree | 4fb8c92039b71452a96d7cd8fa7d9e07ec87b422 | |
parent | f84315c6a58bd63d1140d62fb6927e0136541ae2 (diff) |
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 <nikhilpe@gmail.com>
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |