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.java100 private HashMap<String, IApInterface> mApInterfaces = new HashMap<>(); field in WificondControl
430 mApInterfaces.put(ifaceName, apInterface); in setupInterfaceForSoftApMode()
455 mApInterfaces.remove(ifaceName); in tearDownSoftApInterface()
837 return mApInterfaces.get(ifaceName); in getApInterface()
919 mApInterfaces.clear(); in clearState()