diff options
author | Hai Shalom <haishalom@google.com> | 2019-03-22 15:39:03 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | 9664a64b7eb8b7e5899aad40473736d924e1aad5 (patch) | |
tree | 2a00866189758ffa567eb94ca8b65a8ea372a9bd /rootdir | |
parent | c42e631d4ec12a0e38742c0ec0f5b4a920f2606d (diff) |
sdm660-common: Add supplicant 1.2 to init.qcom.rc
Add missing supplicant 1.2
Change-Id: I34577cac4892563774f035d3a68ed17cc1edeeb9
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 155b25b..69851dd 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -712,6 +712,7 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ # group wifi inet keystore interface android.hardware.wifi.supplicant@1.0::ISupplicant default interface android.hardware.wifi.supplicant@1.1::ISupplicant default + interface android.hardware.wifi.supplicant@1.2::ISupplicant default class main socket vendor_wpa_wlan0 dgram 660 wifi wifi disabled |