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