Searched defs:removeIface (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ | ||
H A D | WifiNative.java | 313 private Iface removeIface(int id) { in removeIface() method in WifiNative.IfaceManager |
H A D | HalDeviceManager.java | 350 public boolean removeIface(IWifiIface iface) { in removeIface() method in HalDeviceManager |
/aosp12/hardware/interfaces/wifi/1.5/default/tests/ | ||
H A D | wifi_chip_unit_tests.cpp | 233 void removeIface(const IfaceType& type, const std::string& iface_name) { in removeIface() function in android::hardware::wifi::V1_5::implementation::WifiChipTest |
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | ||
H A D | HalDeviceManagerTest.java | 3367 private WifiStatus removeIface(int type, String ifname) { in removeIface() method in HalDeviceManagerTest.RemoveXxxIfaceAnswer |