Searched refs:mApInterfaces (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWificondControl.java76 private HashMap<String, IApInterface> mApInterfaces = new HashMap<>(); field in class:WificondControl
343 mApInterfaces.put(ifaceName, apInterface);
368 mApInterfaces.remove(ifaceName);
776 return mApInterfaces.get(ifaceName);
868 mApInterfaces.clear();

Completed in 30 milliseconds