diff options
author | Roshan Pius <rpius@google.com> | 2017-12-27 15:33:53 -0800 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-08-13 11:37:58 +0200 |
commit | 7e8451c6b2c004f61d557afb785ec97179ee69b2 (patch) | |
tree | b94d8ff475f1c91015b8f66821957a18af2b0915 | |
parent | 77ff28245a25a00a3aecf5f8ff14453da726e787 (diff) |
wayne-common: Add hostapd HIDL interface
Bug: 36646171
Test: Manual softap toggle
Change-Id: Ia7ef8bf3da8adc3491c4dac4096e4297cbd5bf5b
-rw-r--r-- | manifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index ee142f2..807f116 100644 --- a/manifest.xml +++ b/manifest.xml @@ -314,6 +314,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> |