Searched refs:Reassociate (Results 1 – 4 of 4) sorted by relevance
43 virtual bool Reassociate() = 0;
46 MOCK_METHOD0(Reassociate, bool());
57 bool Reassociate() override;
246 bool ChromeosSupplicantInterfaceProxy::Reassociate() { in Reassociate() function in shill::ChromeosSupplicantInterfaceProxy249 if (!interface_proxy_->Reassociate(&error)) { in Reassociate()