Searched refs:mISupplicantStaIfaces (Results 1 – 1 of 1) sorted by relevance
124 private HashMap<String, ISupplicantStaIface> mISupplicantStaIfaces = new HashMap<>(); field in SupplicantStaIfaceHal232 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()