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/nl80211/
DIWificond.aidl32 @nullable IApInterface createApInterface(@utf8InCpp String iface_name); in createApInterface()
35 @nullable IClientInterface createClientInterface(@utf8InCpp String iface_name); in createClientInterface()
38 boolean tearDownApInterface(@utf8InCpp String iface_name); in tearDownApInterface()
41 boolean tearDownClientInterface(@utf8InCpp String iface_name); in tearDownClientInterface()
87 @nullable DeviceWiphyCapabilities getDeviceWiphyCapabilities(@utf8InCpp String iface_name); in getDeviceWiphyCapabilities()
/system/connectivity/wificond/
Dserver.cpp92 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()
320 const std::string& iface_name, in getDeviceWiphyCapabilities()
352 bool Server::SetupInterface(const std::string& iface_name, in SetupInterface()
381 bool Server::RefreshWiphyIndex(const std::string& iface_name) { in RefreshWiphyIndex()
/system/connectivity/wificond/net/
Dnetlink_utils.cpp127 const std::string& iface_name) { in GetWiphyIndex()