Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1273 private String mLohsInterfaceName; field in WifiServiceImpl.LohsSoftApTracker
1314 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 …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java248 private String mLohsInterfaceName; field in WifiServiceImplTest
468 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()