Searched refs:mLohsInterfaceName (Results 1 – 2 of 2) sorted by relevance
1273 private String mLohsInterfaceName; field in WifiServiceImpl.LohsSoftApTracker1314 mLohsInterfaceName = ifaceName; in updateInterfaceIpState()1319 if (mLohsInterfaceName != null in updateInterfaceIpState()1320 && mLohsInterfaceName.equals(ifaceName)) { in updateInterfaceIpState()1328 mLohsInterfaceName = null; in updateInterfaceIpState()1337 mLohsInterfaceName = null; in updateInterfaceIpState()1342 } else if (ifaceName.equals(mLohsInterfaceName)) { in updateInterfaceIpState()1343 mLohsInterfaceName = null; in updateInterfaceIpState()1354 if (ifaceName == null || ifaceName.equals(mLohsInterfaceName)) { in updateInterfaceIpState()1355 mLohsInterfaceName = null; in updateInterfaceIpState()[all …]
248 private String mLohsInterfaceName; field in WifiServiceImplTest468 mLohsInterfaceName = WIFI_IFACE_NAME; in makeWifiServiceImpl()2273 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupWardenForCustomLohs()2791 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupLocalOnlyHotspot()4834 mLohsInterfaceName = WIFI_IFACE_NAME2; in startLohsAndTethering()