Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6cc5825 authored by lesl's avatar lesl
Browse files

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
parent 2595661c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;