blob: b04ad26f146b641cd01db6628bcfcfe88a183ebe [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"
8
9interface: {
10 api: {
11 name: "onBackgroundScanFailure"
12 arg: {
13 type: TYPE_SCALAR
14 scalar_type: "uint32_t"
15 }
16 }
17
18 api: {
19 name: "onBackgroundFullScanResult"
20 arg: {
21 type: TYPE_SCALAR
22 scalar_type: "uint32_t"
23 }
24 arg: {
25 type: TYPE_STRUCT
26 predefined_type: "::android::hardware::wifi::V1_0::StaScanResult"
27 }
28 }
29
30 api: {
31 name: "onBackgroundScanResults"
32 arg: {
33 type: TYPE_SCALAR
34 scalar_type: "uint32_t"
35 }
36 arg: {
37 type: TYPE_VECTOR
38 vector_value: {
39 type: TYPE_STRUCT
40 predefined_type: "::android::hardware::wifi::V1_0::StaScanData"
41 }
42 }
43 }
44
45 api: {
46 name: "onRssiThresholdBreached"
47 arg: {
48 type: TYPE_SCALAR
49 scalar_type: "uint32_t"
50 }
51 arg: {
52 type: TYPE_ARRAY
53 vector_value: {
54 vector_size: 6
55 type: TYPE_SCALAR
56 scalar_type: "uint8_t"
57 }
58 }
59 arg: {
60 type: TYPE_SCALAR
61 scalar_type: "int32_t"
62 }
63 }
64
65}