Home
last modified time | relevance | path

Searched refs:mIHostapd (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java65 private IHostapd mIHostapd; field in HostapdHal
194 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 …]