Home
last modified time | relevance | path

Searched refs:stopHostapd (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/wificond/aidl/android/net/wifi/
DIApInterface.aidl33 boolean stopHostapd(); in stopHostapd() method
/system/connectivity/wificond/
Dap_interface_binder.h40 binder::Status stopHostapd(bool* out_success) override;
Dap_interface_binder.cpp45 binder::Status ApInterfaceBinder::stopHostapd(bool* out_success) { in stopHostapd() function in android::wificond::ApInterfaceBinder
/system/connectivity/wificond/tests/integration/
Dap_interface_test.cpp132 EXPECT_TRUE(ap_interface->stopHostapd(&hostapd_stopped).isOk()); in TEST()