blob: 99bf03ff3d818ee2fdd0d7e17679f58550e96033 [file] [log] [blame]
Roshan Pius720f4bd2017-01-18 09:45:46 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "IWifiStaIfaceEventCallback"
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: {
11 api: {
12 name: "onBackgroundScanFailure"
13 arg: {
14 type: TYPE_SCALAR
15 scalar_type: "uint32_t"
16 }
17 }
18
19 api: {
20 name: "onBackgroundFullScanResult"
21 arg: {
22 type: TYPE_SCALAR
23 scalar_type: "uint32_t"
24 }
25 arg: {
26 type: TYPE_STRUCT
27 predefined_type: "::android::hardware::wifi::V1_0::StaScanResult"
28 }
29 }
30
31 api: {
32 name: "onBackgroundScanResults"
33 arg: {
34 type: TYPE_SCALAR
35 scalar_type: "uint32_t"
36 }
37 arg: {
38 type: TYPE_VECTOR
39 vector_value: {
40 type: TYPE_STRUCT
41 predefined_type: "::android::hardware::wifi::V1_0::StaScanData"
42 }
43 }
44 }
45
46 api: {
47 name: "onRssiThresholdBreached"
48 arg: {
49 type: TYPE_SCALAR
50 scalar_type: "uint32_t"
51 }
52 arg: {
53 type: TYPE_ARRAY
Etan Cohenff7aac52017-02-10 18:11:19 -080054 vector_size: 6
Roshan Pius720f4bd2017-01-18 09:45:46 -080055 vector_value: {
Roshan Pius720f4bd2017-01-18 09:45:46 -080056 type: TYPE_SCALAR
57 scalar_type: "uint8_t"
58 }
59 }
60 arg: {
61 type: TYPE_SCALAR
62 scalar_type: "int32_t"
63 }
64 }
65
66}