Searched refs:mIfaceMgr (Results 1 – 1 of 1) sorted by relevance
304 private final IfaceManager mIfaceMgr = new IfaceManager(); field in WifiNative310 if (!mIfaceMgr.hasAnyIface()) { in startHal()327 if (!mIfaceMgr.hasAnyIface()) { in stopHalAndWificondIfNecessary()376 if (!mIfaceMgr.hasAnyStaIfaceForConnectivity()) { in startSupplicant()394 if (!mIfaceMgr.hasAnyStaIfaceForConnectivity()) { in stopSupplicantIfNecessary()406 if (!mIfaceMgr.hasAnyApIface()) { in startHostapd()424 if (!mIfaceMgr.hasAnyApIface()) { in stopHostapdIfNecessary()539 final Iface iface = mIfaceMgr.removeIface(mInterfaceId); in onDestroyed()676 final Iface ifaceWithId = mIfaceMgr.getIface(mInterfaceId); in interfaceLinkStateChanged()684 final Iface ifaceWithName = mIfaceMgr.getIface(ifaceName); in interfaceLinkStateChanged()[all …]