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.java109 private HashMap<String, ISupplicantStaIface> mISupplicantStaIfaces = new HashMap<>(); field in SupplicantStaIfaceHal
241 mISupplicantStaIfaces.clear(); in initialize()
435 mISupplicantStaIfaces.put(ifaceName, iface); in setupIface()
551 if (mISupplicantStaIfaces.remove(ifaceName) == null) { in teardownIface()
618 mISupplicantStaIfaces.clear(); in clearState()
630 for (String ifaceName : mISupplicantStaIfaces.keySet()) { in supplicantServiceDiedHandler()
881 return mISupplicantStaIfaces.get(ifaceName); in getStaIface()