Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java98 private HashMap<String, IApInterface> mApInterfaces = new HashMap<>(); field in WificondControl
433 mApInterfaces.put(ifaceName, apInterface); in setupInterfaceForSoftApMode()
458 mApInterfaces.remove(ifaceName); in tearDownSoftApInterface()
840 return mApInterfaces.get(ifaceName); in getApInterface()
922 mApInterfaces.clear(); in clearState()