Searched refs:startHostapd (Results 1 – 4 of 4) sorted by relevance
29 boolean startHostapd(); in startHostapd() method
39 binder::Status startHostapd(bool* out_success) override;
35 binder::Status ApInterfaceBinder::startHostapd(bool* out_success) { in startHostapd() function in android::wificond::ApInterfaceBinder
112 EXPECT_TRUE(ap_interface->startHostapd(&hostapd_started).isOk()); in TEST()