Searched refs:mISupplicantStaIface (Results 1 – 1 of 1) sorted by relevance
99 private ISupplicantStaIface mISupplicantStaIface; field in SupplicantStaIfaceHal186 mISupplicantStaIface = null; in initialize()257 if (mISupplicantStaIface == null) return false; in linkToSupplicantStaIfaceDeath()259 if (!mISupplicantStaIface.linkToDeath(mSupplicantDeathRecipient, 0)) { in linkToSupplicantStaIfaceDeath()327 mISupplicantStaIface = getStaIfaceMockable(supplicantIface.value); in initSupplicantStaIface()342 mISupplicantStaIface = null; in supplicantServiceDiedHandler()361 return mISupplicantStaIface != null; in isInitializationComplete()713 mISupplicantStaIface.addNetwork((SupplicantStatus status, in addNetwork()741 SupplicantStatus status = mISupplicantStaIface.removeNetwork(id); in removeNetwork()780 mISupplicantStaIface.getNetwork(id, (SupplicantStatus status, in getNetwork()[all …]