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

Commit 45de4162 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "vts: Use global hostapd_ since teardown will call terminate function"...

Merge "vts: Use global hostapd_ since teardown will call terminate function" am: 77c3b528 am: 7ce0280a am: c663e086

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1436771

Change-Id: Ie115c353c00de1ed166c0bc34ad608a271493fb6
parents 738df72f c663e086
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -145,8 +145,8 @@ TEST_P(HostapdHidlTest, Create) {
    stopHostapd(wifi_instance_name_);
    stopHostapd(wifi_instance_name_);
    startHostapdAndWaitForHidlService(wifi_instance_name_,
    startHostapdAndWaitForHidlService(wifi_instance_name_,
                                      hostapd_instance_name_);
                                      hostapd_instance_name_);
    sp<IHostapd> hostapd = IHostapd::getService(hostapd_instance_name_);
    hostapd_ = IHostapd::getService(hostapd_instance_name_);
    EXPECT_NE(nullptr, hostapd.get());
    EXPECT_NE(nullptr, hostapd_.get());
}
}


/**
/**