Home
last modified time | relevance | path

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

/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DIWificond.aidl33 @nullable IApInterface createApInterface(@utf8InCpp String iface_name); in createApInterface()
36 @nullable IClientInterface createClientInterface(@utf8InCpp String iface_name); in createClientInterface()
39 boolean tearDownApInterface(@utf8InCpp String iface_name); in tearDownApInterface()
42 boolean tearDownClientInterface(@utf8InCpp String iface_name); in tearDownClientInterface()
108 @nullable DeviceWiphyCapabilities getDeviceWiphyCapabilities(@utf8InCpp String iface_name); in getDeviceWiphyCapabilities()
/system/connectivity/wificond/
Dserver.cpp123 Status Server::createApInterface(const std::string& iface_name, in createApInterface()
151 Status Server::tearDownApInterface(const std::string& iface_name, in tearDownApInterface()
184 Status Server::createClientInterface(const std::string& iface_name, in createClientInterface()
216 Status Server::tearDownClientInterface(const std::string& iface_name, in tearDownClientInterface()
326 std::string iface_name; in MarkDownAllInterfaces() local
420 const std::string& iface_name, in getDeviceWiphyCapabilities()
455 bool Server::SetupInterface(const std::string& iface_name, in SetupInterface()
575 const std::string& iface_name) { in FindWiphyIndex()
/system/connectivity/wificond/tests/
Dserver_unittest.cpp217 [](uint32_t* out_wiphy_index, const std::string& iface_name) { in TEST_F()
238 [](uint32_t* out_wiphy_index, const std::string& iface_name) { in TEST_F()
292 [](uint32_t* out_wiphy_index, const std::string& iface_name) { in TEST_F()
320 [](uint32_t* out_wiphy_index, const std::string& iface_name) { in TEST_F()
/system/connectivity/wificond/net/
Dnetlink_utils.cpp128 const std::string& iface_name) { in GetWiphyIndex()