Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java313 private Iface removeIface(int id) { in removeIface() method in WifiNative.IfaceManager
H A DHalDeviceManager.java350 public boolean removeIface(IWifiIface iface) { in removeIface() method in HalDeviceManager
/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dwifi_chip_unit_tests.cpp233 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 DHalDeviceManagerTest.java3367 private WifiStatus removeIface(int type, String ifname) { in removeIface() method in HalDeviceManagerTest.RemoveXxxIfaceAnswer