Searched refs:ListControlledWifiInterfaces (Results 1 – 4 of 4) sorted by relevance
134 if (!shill_wifi_client->ListControlledWifiInterfaces(&interfaces) || in ConnectWifi()205 XmlRpc::XmlRpcValue ListControlledWifiInterfaces( in ListControlledWifiInterfaces() function212 if (!shill_wifi_client->ListControlledWifiInterfaces(&interfaces)) { in ListControlledWifiInterfaces()534 base::Bind(&ListControlledWifiInterfaces)); in Run()
97 virtual bool ListControlledWifiInterfaces(std::vector<std::string>* interface_names) = 0;
78 bool ListControlledWifiInterfaces(std::vector<std::string>* interface_names) override;
414 bool ProxyDbusShillWifiClient::ListControlledWifiInterfaces( in ListControlledWifiInterfaces() function in ProxyDbusShillWifiClient