blob: 0de0f8ddb7a9ba0e7389496eec4fb316bd41a170 [file] [log] [blame]
Roshan Pius720f4bd2017-01-18 09:45:46 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "IWifiIface"
4
5package: "android.hardware.wifi"
6
7import: "android.hardware.wifi@1.0::types"
Etan Cohenff7aac52017-02-10 18:11:19 -08008import: "android.hidl.base@1.0::types"
Roshan Pius720f4bd2017-01-18 09:45:46 -08009
10interface: {
Roshan Pius720f4bd2017-01-18 09:45:46 -080011 api: {
12 name: "getType"
13 return_type_hidl: {
14 type: TYPE_STRUCT
15 predefined_type: "::android::hardware::wifi::V1_0::WifiStatus"
16 }
17 return_type_hidl: {
18 type: TYPE_ENUM
19 predefined_type: "::android::hardware::wifi::V1_0::IfaceType"
20 }
21 }
22
23 api: {
24 name: "getName"
25 return_type_hidl: {
26 type: TYPE_STRUCT
27 predefined_type: "::android::hardware::wifi::V1_0::WifiStatus"
28 }
29 return_type_hidl: {
30 type: TYPE_STRING
31 }
32 }
33
34}