diff options
author | Roshan Pius <rpius@google.com> | 2018-02-05 16:16:57 -0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2019-07-29 23:23:35 +0800 |
commit | 4015cf28b961861f8738a8da284f202bcf95c7d1 (patch) | |
tree | 96e890f50961668a5267a187095416a5dd91150f /rootdir | |
parent | 1693af6135b0dafd3be46cab2fddd5a83861c389 (diff) |
wayne-common: wpa_supplicant(hidl): Add support for starting HAL lazily
Bug: 72394251
Test: Able to start supplicant from framework using
ISupplicant.getService()
Change-Id: I19b8434e7241b9028e7dc86316ec9d5512affcca
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index bff2c59..12a4e0f 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -722,6 +722,8 @@ service wpa_supplicant /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 |