blob: 6b580588fc72024b5c7fcddf9d29d4e9710a5bc8 [file] [log] [blame]
Roshan Pius720f4bd2017-01-18 09:45:46 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "IWifiApIface"
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: {
12 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
Etan Cohenff7aac52017-02-10 18:11:19 -080035 api: {
36 name: "setCountryCode"
37 return_type_hidl: {
38 type: TYPE_STRUCT
39 predefined_type: "::android::hardware::wifi::V1_0::WifiStatus"
40 }
41 arg: {
42 type: TYPE_ARRAY
43 vector_size: 2
44 vector_value: {
45 type: TYPE_SCALAR
46 scalar_type: "int8_t"
47 }
48 }
49 }
50
Roshan Pius720f4bd2017-01-18 09:45:46 -080051}