diff options
| author | Roshan Pius <rpius@google.com> | 2018-10-09 14:42:27 +0200 |
|---|---|---|
| committer | firebird11 <hbgassel@gmail.com> | 2019-01-12 14:07:00 +0100 |
| commit | 18a36ed2746d45a0197e15764812f0d10d1aef4a (patch) | |
| tree | 426c5dbb643ea0af2410bfd4b58ec3d431f5e788 | |
| parent | 6cb3c7d80c5559d462721f0b177e68ea4e0d8071 (diff) | |
g3-common: Add hostapd HIDL interface
Bug: 36646171
Test: Manual softap toggle
Change-Id: Iaa12b511385d7619a35dc4ccec276a11fcc486dd
| -rw-r--r-- | configs/manifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/manifest.xml b/configs/manifest.xml index 9922e0e..8588dfd 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -239,6 +239,15 @@ </interface> </hal> <hal format="hidl"> + <name>android.hardware.wifi.hostapd</name> + <transport>hwbinder</transport> + <version>1.0</version> + <interface> + <name>IHostapd</name> + <instance>default</instance> + </interface> + </hal> + <hal format="hidl"> <name>android.hardware.wifi.supplicant</name> <transport>hwbinder</transport> <version>1.1</version> |
