Roshan Pius | 720f4bd | 2017-01-18 09:45:46 -0800 | [diff] [blame^] | 1 | component_class: HAL_HIDL |
| 2 | component_type_version: 1.0 |
| 3 | component_name: "ISupplicantNetwork" |
| 4 | |
| 5 | package: "android.hardware.wifi.supplicant" |
| 6 | |
| 7 | import: "android.hardware.wifi.supplicant@1.0::types" |
| 8 | |
| 9 | interface: { |
| 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 | } |