Searched refs:mIfaceMgr (Results 1 – 1 of 1) sorted by relevance
303 private final IfaceManager mIfaceMgr = new IfaceManager(); field in WifiNative309 if (!mIfaceMgr.hasAnyIface()) { in startHal()326 if (!mIfaceMgr.hasAnyIface()) { in stopHalAndWificondIfNecessary()375 if (!mIfaceMgr.hasAnyStaIfaceForConnectivity()) { in startSupplicant()393 if (!mIfaceMgr.hasAnyStaIfaceForConnectivity()) { in stopSupplicantIfNecessary()405 if (!mIfaceMgr.hasAnyApIface()) { in startHostapd()423 if (!mIfaceMgr.hasAnyApIface()) { in stopHostapdIfNecessary()538 final Iface iface = mIfaceMgr.removeIface(mInterfaceId); in onDestroyed()675 final Iface ifaceWithId = mIfaceMgr.getIface(mInterfaceId); in interfaceLinkStateChanged()683 final Iface ifaceWithName = mIfaceMgr.getIface(ifaceName); in interfaceLinkStateChanged()[all …]