platform_hardware_interfaces/wifi/1.0/vts/WifiApIface.vts
Zhuoyao Zhang 65c99d7f08 Update vts files on aosp.
* Based on the latest hidl-gen and .hal files.

Test: mma
      make vts.

Change-Id: I4765450d985afd552fe720d91b9ab3422f5b7a47
2017-02-12 13:51:06 -08:00

51 lines
1.2 KiB
Text

component_class: HAL_HIDL
component_type_version: 1.0
component_name: "IWifiApIface"
package: "android.hardware.wifi"
import: "android.hardware.wifi@1.0::IWifiIface"
import: "android.hardware.wifi@1.0::types"
import: "android.hidl.base@1.0::types"
interface: {
api: {
name: "getType"
return_type_hidl: {
type: TYPE_STRUCT
predefined_type: "::android::hardware::wifi::V1_0::WifiStatus"
}
return_type_hidl: {
type: TYPE_ENUM
predefined_type: "::android::hardware::wifi::V1_0::IfaceType"
}
}
api: {
name: "getName"
return_type_hidl: {
type: TYPE_STRUCT
predefined_type: "::android::hardware::wifi::V1_0::WifiStatus"
}
return_type_hidl: {
type: TYPE_STRING
}
}
api: {
name: "setCountryCode"
return_type_hidl: {
type: TYPE_STRUCT
predefined_type: "::android::hardware::wifi::V1_0::WifiStatus"
}
arg: {
type: TYPE_ARRAY
vector_size: 2
vector_value: {
type: TYPE_SCALAR
scalar_type: "int8_t"
}
}
}
}