blob: a0cf66718c0c68db4df5d9846ec361efbf1c3ca7 [file] [log] [blame]
Roshan Pius720f4bd2017-01-18 09:45:46 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "IWifiEventCallback"
4
5package: "android.hardware.wifi"
6
7import: "android.hardware.wifi@1.0::types"
8
9interface: {
10 api: {
11 name: "onStart"
12 }
13
14 api: {
15 name: "onStop"
16 }
17
18 api: {
19 name: "onFailure"
20 arg: {
21 type: TYPE_STRUCT
22 predefined_type: "::android::hardware::wifi::V1_0::WifiStatus"
23 }
24 }
25
26}