diff options
author | Jimmy Chen <jimmycmchen@google.com> | 2019-08-30 16:45:09 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:40:33 +0200 |
commit | d1757609e0ce219a60ccf4e917912cb717aa674d (patch) | |
tree | b526a1c76a66d131911cd56be8c358dbac3dabfe | |
parent | baf83a10a76c67be5c4aa08e71ac252b282533a2 (diff) |
sdm660-common: Move wpa_supplicant VINTF definition to wpa_supplicant module
Bug: 36505680
Test: atest FrameworksNetTests
Test: atest VtsHalWifiSupplicantV1_3TargetTest
Test: connect EAP access point and verify PMK cache works correctly.
Change-Id: I2c382765b8e84951fc17bb9f1c3785dcd66e7b51
-rw-r--r-- | configs/manifests/manifest.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/manifests/manifest.xml b/configs/manifests/manifest.xml index 2c238f1..a16bee4 100644 --- a/configs/manifests/manifest.xml +++ b/configs/manifests/manifest.xml @@ -427,15 +427,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </interface> </hal> <hal format="hidl"> - <name>android.hardware.wifi.supplicant</name> - <transport>hwbinder</transport> - <version>1.2</version> - <interface> - <name>ISupplicant</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl"> <name>vendor.qti.hardware.wifi.supplicant</name> <transport>hwbinder</transport> <version>2.0</version> |