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