Searched refs:mIfaceMgr (Results 1 – 1 of 1) sorted by relevance
449 private final IfaceManager mIfaceMgr = new IfaceManager(); field in WifiNative455 if (!mIfaceMgr.hasAnyIface()) { in startHal()477 if (!mIfaceMgr.hasAnyIface()) { in stopHalAndWificondIfNecessary()538 if (!mIfaceMgr.hasAnyStaIfaceForConnectivity()) { in startSupplicant()556 if (!mIfaceMgr.hasAnyStaIfaceForConnectivity()) { in stopSupplicantIfNecessary()568 if (!mIfaceMgr.hasAnyApIface()) { in startHostapd()586 if (!mIfaceMgr.hasAnyApIface()) { in stopHostapdIfNecessary()695 final Iface iface = mIfaceMgr.removeIface(mInterfaceId); in onDestroyed()832 final Iface ifaceWithId = mIfaceMgr.getIface(mInterfaceId); in interfaceLinkStateChanged()840 final Iface ifaceWithName = mIfaceMgr.getIface(ifaceName); in interfaceLinkStateChanged()[all …]