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()
92 Status Server::createApInterface(const std::string& iface_name, in createApInterface()111 Status Server::tearDownApInterface(const std::string& iface_name, in tearDownApInterface()123 Status Server::createClientInterface(const std::string& iface_name, in createClientInterface()145 Status Server::tearDownClientInterface(const std::string& iface_name, in tearDownClientInterface()298 bool Server::SetupInterface(const std::string& iface_name, in SetupInterface()327 bool Server::RefreshWiphyIndex(const std::string& iface_name) { in RefreshWiphyIndex()
111 const std::string& iface_name) { in GetWiphyIndex()