Home
last modified time | relevance | path

Searched defs:iface_name (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/wificond/aidl/android/net/wifi/
DIWificond.aidl28 @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()
/system/connectivity/wificond/
Dserver.cpp91 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()
/system/connectivity/wificond/net/
Dnetlink_utils.cpp111 const std::string& iface_name) { in GetWiphyIndex()