Searched refs:mISupplicantStaIface (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java94 private ISupplicantStaIface mISupplicantStaIface; field in class:SupplicantStaIfaceHal
175 mISupplicantStaIface = null;
243 if (mISupplicantStaIface == null) return false;
245 if (!mISupplicantStaIface.linkToDeath(mSupplicantDeathRecipient, 0)) {
310 mISupplicantStaIface = getStaIfaceMockable(supplicantIface.value);
325 mISupplicantStaIface = null;
341 return mISupplicantStaIface != null;
658 mISupplicantStaIface.addNetwork((SupplicantStatus status,
686 SupplicantStatus status = mISupplicantStaIface.removeNetwork(id);
723 mISupplicantStaIface
[all...]

Completed in 759 milliseconds