summaryrefslogtreecommitdiff
path: root/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp
AgeCommit message (Collapse)Author
2022-07-07wifi: create interface before running hostapd vtsLes Lee
Adding to support creating interface in hostapd vts. cp from aosp/2116501 Bug: 230008250 Test: 1. setprop ro.vendor.wifi.sap.interface swlan0 2. vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module VtsHalWifiHostapdV1_2Target -l INFO Change-Id: I483671cb01b68bc6f5ac4840c61b10f4c31f10e4 Merged-In: I483671cb01b68bc6f5ac4840c61b10f4c31f10e4
2020-09-28wifi: ignore addAccessPoint_1_2 test if current hidl is 1_3lesl
Bug: 169385303 Test: atest -c VtsHalWifiHostapdV1_2TargetTest Test: atest -c VtsHalWifiHostapdV1_1TargetTest Test: atest -c VtsHalWifiHostapdV1_0TargetTest Change-Id: I4be366be0e733b2ad00c64036a0f8be4e391228c
2020-09-17wifi: Call terminate in VTS teardownlesl
When OEM register different hostapd instance without update the StopHostapd. It will cause VTS clean fail because hostapd process name is the new one. Call terminate to request clean HAL state. Bug: 161682236 Bug: 167636313 Test: atest -c VtsHalWifiHostapdV1_2TargetTest Test: atest -c VtsHalWifiHostapdV1_1TargetTest Test: atest -c VtsHalWifiHostapdV1_0TargetTest Change-Id: If56e5b5351abd31865150bdf97d27674dbbc4257
2020-09-17Merge "vts: Fix incorrect instance name in Teardown"Les Lee
2020-09-16vts: Fix incorrect instance name in Teardownlesl
The stopHostapd uses vendor HAL HIDL interface. The interface name should use wifi_instance. Bug: 161682236 Test: atest VtsHalWifiHostapdV1_2TargetTest Change-Id: I8215cba3e2a36f48863f57e199684c7446e20692 Merged-In: I8215cba3e2a36f48863f57e199684c7446e20692
2020-09-11Suppress gtest error for tests without any instanceDan Shi
Bug: 162052785 Test: m -j vts Change-Id: I627d6790aa08aa9c6e3c5b8bdc533213ee08de21 Merged-In: I627d6790aa08aa9c6e3c5b8bdc533213ee08de21
2020-02-05vts: Use shell command to get softap featurelesl
We should only run the vts which claim is supported. Bug: 140172237 Test: atest VtsHalWifiHostapdV1_2TargetTest Change-Id: If0b1d9f0a73bd171621299dab7828a9caf928a7a
2020-01-10hostapd: Add SAE Supportlesl
Bug: 142752869 Test: Manuel Test: vts-tradefed run commandAndExit vts-hal --skip-all-system-status-check --primary-abi-only --skip-preconditions --module VtsHalWifiHostapdV1_2Target -l INFO Change-Id: I811760206d05825f11f07f71cef21ed03a8c7204
2020-01-09Wifi: Add frequency list to chanelPrams in hostapdAhmed ElArabawy
This commit adds a new parameter to the channel parameters for IHostapd Hidl interface to handle a list of channel freq in MHz to be used in ACS. This is needed as part of support of Wifi 6GHz band since 6GHz band channels use same channel numbers as 2.4/5GHz bands. Bug: 146186687 Bug: 139354972 Test: Manual Test: VTS test Change-Id: I8692f3cd28cfaae1d3b870c9f8dbcdd2ff350ee4
2019-12-30hostapd: Add debug level controlRoger Wang
Add new API: setDebugParams Bug: 129111866 Test: manual test Test: atest VtsHalWifiHostapdV1_2TargetTest Change-Id: I0e61db3d029c89380b687ecddd38a00aafcff0cc
2019-12-17Wifi-hostapd: Add 6GHz impacts to softAPAhmed ElArabawy
This commit adds changes needed to support the 6GHz band to SoftAP. Bug: 139354972 Test: Manual Test: VTS test Change-Id: Ib4e14facc7cbb54ba89ecf07e75df8dceacb361f
2019-12-10IHostapd: Add hostapd 1.2lesl
Add new API: forceClientDisconnect Bug:142752869 Test: Manual Test Test: VTS: VtsHalWifiHostapdV1_2Target Change-Id: Ia05ec993815c16731aa9be1f257f941eacf1575f