blob: 3fe2da71a854efaa32c1b4a88924c9f7311acdfa [file] [log] [blame]
Roshan Pius720f4bd2017-01-18 09:45:46 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "ISupplicantStaNetworkCallback"
4
5package: "android.hardware.wifi.supplicant"
6
7
8interface: {
9 attribute: {
10 name: "::android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetworkCallback::NetworkRequestEapSimGsmAuthParams"
11 type: TYPE_STRUCT
12 struct_value: {
13 name: "rands"
14 type: TYPE_VECTOR
15 vector_value: {
16 type: TYPE_ARRAY
17 vector_value: {
18 vector_size: 16
19 type: TYPE_SCALAR
20 scalar_type: "uint8_t"
21 }
22 }
23 }
24 }
25
26 attribute: {
27 name: "::android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetworkCallback::NetworkRequestEapSimUmtsAuthParams"
28 type: TYPE_STRUCT
29 struct_value: {
30 name: "rand"
31 type: TYPE_ARRAY
32 vector_value: {
33 vector_size: 16
34 type: TYPE_SCALAR
35 scalar_type: "uint8_t"
36 }
37 }
38 struct_value: {
39 name: "autn"
40 type: TYPE_ARRAY
41 vector_value: {
42 vector_size: 16
43 type: TYPE_SCALAR
44 scalar_type: "uint8_t"
45 }
46 }
47 }
48
49 api: {
50 name: "onNetworkEapSimGsmAuthRequest"
51 arg: {
52 type: TYPE_STRUCT
53 predefined_type: "::android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetworkCallback::NetworkRequestEapSimGsmAuthParams"
54 }
55 }
56
57 api: {
58 name: "onNetworkEapSimUmtsAuthRequest"
59 arg: {
60 type: TYPE_STRUCT
61 predefined_type: "::android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetworkCallback::NetworkRequestEapSimUmtsAuthParams"
62 }
63 }
64
65 api: {
66 name: "onNetworkEapIdentityRequest"
67 }
68
69}