Searched refs:stopHostapd (Results 1 – 4 of 4) sorted by relevance
33 boolean stopHostapd(); in stopHostapd() method
40 binder::Status stopHostapd(bool* out_success) override;
45 binder::Status ApInterfaceBinder::stopHostapd(bool* out_success) { in stopHostapd() function in android::wificond::ApInterfaceBinder
132 EXPECT_TRUE(ap_interface->stopHostapd(&hostapd_stopped).isOk()); in TEST()