Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java124 private HashMap<String, ISupplicantStaIface> mISupplicantStaIfaces = new HashMap<>(); field in SupplicantStaIfaceHal
232 mISupplicantStaIfaces.clear(); in initialize()
349 mISupplicantStaIfaces.put(ifaceName, iface); in setupIface()
360 mISupplicantStaIfaces.put(ifaceName, iface); in setupIface()
368 mISupplicantStaIfaces.put(ifaceName, iface); in setupIface()
481 if (mISupplicantStaIfaces.remove(ifaceName) == null) { in teardownIface()
548 mISupplicantStaIfaces.clear(); in clearState()
560 for (String ifaceName : mISupplicantStaIfaces.keySet()) { in supplicantServiceDiedHandler()
761 return mISupplicantStaIfaces.get(ifaceName); in getStaIface()