commit | 5679f91584ab7c2e24ab0fa43c207e96e9133fe8 | [log] [tgz] |
---|---|---|
author | Les Lee <lesl@google.com> | Thu Sep 17 01:13:29 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 17 01:13:29 2020 +0000 |
tree | 7be4a0674bf4a643a793309b978ed3d677936968 | |
parent | d0fd20654c43eb592dd097c9cad030d47b81cf78 [diff] | |
parent | 19cc21ea4125112483eda69529daf7e84e7c0018 [diff] |
Merge "vts: Fix incorrect instance name in Teardown" am: 19cc21ea41 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1427816 Change-Id: I5f2b582c23a3de99fe0ae00e8222b1e08449b9ec
diff --git a/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp b/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp index 9587776..62e3c16 100644 --- a/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp +++ b/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp
@@ -72,7 +72,7 @@ "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;