diff options
author | Hai Shalom <haishalom@google.com> | 2019-03-22 15:39:03 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:40:33 +0200 |
commit | 86a6ae671cb7baff76602b09a4845e3fdb4fa566 (patch) | |
tree | dc5ba336ce21114c68dac67a15129f0b7fe974b6 | |
parent | e8e02b9b830e47615c6151832d367cf31c10ddc1 (diff) |
sdm660-common: Add supplicant 1.2 to init.qcom.rc
Add missing supplicant 1.2 to init.qcom.rc to xiaomi_sdm660-common project.
Bug: 129693419
Test: lshal
Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module VtsHalWifiSupplicantV1_2Host
Change-Id: I34577cac4892563774f035d3a68ed17cc1edeeb9
-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 090beed..81cd6c4 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -596,6 +596,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 |