blob: edcabcec251c3b6168a2fdfcdbfaff968a18af1a [file] [log] [blame]
Roshan Pius720f4bd2017-01-18 09:45:46 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "ISupplicantNetwork"
4
5package: "android.hardware.wifi.supplicant"
6
7import: "android.hardware.wifi.supplicant@1.0::types"
8
9interface: {
10 api: {
11 name: "getId"
12 return_type_hidl: {
13 type: TYPE_STRUCT
14 predefined_type: "::android::hardware::wifi::supplicant::V1_0::SupplicantStatus"
15 }
16 return_type_hidl: {
17 type: TYPE_SCALAR
18 scalar_type: "uint32_t"
19 }
20 }
21
22 api: {
23 name: "getInterfaceName"
24 return_type_hidl: {
25 type: TYPE_STRUCT
26 predefined_type: "::android::hardware::wifi::supplicant::V1_0::SupplicantStatus"
27 }
28 return_type_hidl: {
29 type: TYPE_STRING
30 }
31 }
32
33 api: {
34 name: "getType"
35 return_type_hidl: {
36 type: TYPE_STRUCT
37 predefined_type: "::android::hardware::wifi::supplicant::V1_0::SupplicantStatus"
38 }
39 return_type_hidl: {
40 type: TYPE_ENUM
41 predefined_type: "::android::hardware::wifi::supplicant::V1_0::IfaceType"
42 }
43 }
44
45}