summaryrefslogtreecommitdiff
path: root/wifi/hostapd/aidl/vts
AgeCommit message (Collapse)Author
2022-03-28Fixed HostApd VTS test failure.Chris Ye
Add filed in hwModeParams.maximumChannelBandwidth for Non-ACS AP interface. Use HAL AP iface name instead of hardcoding constant. Bug: 226872346 Test: atest VtsHalHostApdTargetTest Change-Id: Ic5eacb99659a27cb18536a1c11f9027c13281862
2022-01-25Get bridged AP interface name from Wifi HAL.Chris Ye
In bridged AP VTS test, need to get the interface name from bridged AP from Wifi HAL. As Wifi HAL is still in HIDL interface, need to use HIDL API to obtain the bridged AP interface name. Test: atest VtsHalHostapdTargetTest Bug: 211073349 Change-Id: Ib594877899ff0fe3ef0a7f01fdb169204dff6a74
2022-01-13Merge "Allow VTS tests to pass on devices without Hostapd AIDL." am: ↵Gabriel Biren
f97801a1c5 am: 81271949c0 am: 72c29327b7 am: a0cfeae37a Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1947696 Change-Id: Ic3a17a86f4b0eb1f4aa64676b51b4845f059c65c
2022-01-12Allow VTS tests to pass on devices without Hostapd AIDL.Gabriel Biren
Bug: 214298597 Test: Run VTS tests on an AOSP build (since AOSP is still using the HIDL interface). Change-Id: I4bd005b5c96570694477a4b45fa5cc790c45be8f
2021-12-17wifi: Extend onFailure callback for dual AP caseLes Lee
There are two AP instances when bridged AP is running. Extend onFailure callback to support if there is a problem one of the instances, The framework can handle the failure separately. (i.e. No need to shutdown whole Soft Ap) Bug: 188921389 Test: Test with test code, the callback works normally. Change-Id: I0aba5f3c5bf21badd3cf925908c853e9285fa6aa
2021-11-03Switch hostapd VTS tests to NDK backend.Gabriel Biren
Bug: 204889679 Test: Make and run VtsHalHostapdTargetTest m vts -j vts-tradefed run commandAndExit vts \ --module VtsHalHostapdTargetTest Change-Id: I0fe97b18b83098df6c70a5057576704c4b1f7383
2021-09-01Add Wifi HAL hostapd AIDL interface definitions.Chris Ye
Add AIDL version of Wifi HAL hostapd interfaces, converted from android.hardware.wifi.hostapd@1.3 HIDL interfaces. Bug: 194806512 Test: m android.hardware.wifi.hostapd-update-api Change-Id: I1035f8bc9171e59967448fa438f2cc79ad53c066