Searched refs:mIHostapd (Results 1 – 1 of 1) sorted by relevance
65 private IHostapd mIHostapd; field in HostapdHal194 mIHostapd = null; in initialize()235 if (mIHostapd == null) return false; in linkToHostapdDeath()237 if (!mIHostapd.linkToDeath(mHostapdDeathRecipient, ++mDeathRecipientCookie)) { in linkToHostapdDeath()273 mIHostapd = getHostapdMockable(); in initHostapdService()281 if (mIHostapd == null) { in initHostapdService()286 mIHostapd = null; in initHostapdService()291 mIHostapd = null; in initHostapdService()360 status = mIHostapd.addAccessPoint(ifaceParams, nwParams); in addAccessPoint()385 HostapdStatus status = mIHostapd.removeAccessPoint(ifaceName); in removeAccessPoint()[all …]