vts: Fix incorrect instance name in Teardown
The stopHostapd uses vendor HAL HIDL interface. The interface name should use wifi_instance. Bug: 161682236 Test: atest VtsHalWifiHostapdV1_2TargetTest Change-Id: I8215cba3e2a36f48863f57e199684c7446e20692
This commit is contained in:
parent
2595661c0d
commit
a6cc5825e9
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class HostapdHidlTest
|
|||
"wifi_softap_wpa3_sae_supported");
|
||||
}
|
||||
|
||||
virtual void TearDown() override { stopHostapd(hostapd_instance_name_); }
|
||||
virtual void TearDown() override { stopHostapd(wifi_instance_name_); }
|
||||
|
||||
protected:
|
||||
bool isWpa3SaeSupport_ = false;
|
||||
|
|
Loading…
Reference in a new issue