Searched defs:iface_name (Results 1 – 3 of 3) sorted by relevance
28 @nullable IApInterface createApInterface(@utf8InCpp String iface_name); in createApInterface()31 @nullable IClientInterface createClientInterface(@utf8InCpp String iface_name); in createClientInterface()34 boolean tearDownApInterface(@utf8InCpp String iface_name); in tearDownApInterface()37 boolean tearDownClientInterface(@utf8InCpp String iface_name); in tearDownClientInterface()
91 Status Server::createApInterface(const std::string& iface_name, in createApInterface()110 Status Server::tearDownApInterface(const std::string& iface_name, in tearDownApInterface()122 Status Server::createClientInterface(const std::string& iface_name, in createClientInterface()144 Status Server::tearDownClientInterface(const std::string& iface_name, in tearDownClientInterface()299 bool Server::SetupInterface(const std::string& iface_name, in SetupInterface()328 bool Server::RefreshWiphyIndex(const std::string& iface_name) { in RefreshWiphyIndex()
111 const std::string& iface_name) { in GetWiphyIndex()