diff options
| author | Jimmy Chen <jimmycmchen@google.com> | 2019-08-30 16:45:09 +0800 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2021-01-28 20:08:27 +0100 |
| commit | 2e30f76e8b6159e7a3746303e8b552c53a890b21 (patch) | |
| tree | 9491bd43550f089d14f9649cec68500a2bb74ccc | |
| parent | 0030e837dc3d7b72be2aac5fc42470c0b5251636 (diff) | |
sm8250-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-- | manifest.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/manifest.xml b/manifest.xml index acd36dd..57a2a06 100644 --- a/manifest.xml +++ b/manifest.xml @@ -306,15 +306,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>android.hardware.drm</name> <transport>hwbinder</transport> <version>1.0</version> |
