Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1576 private String mLohsInterfaceName; field in WifiServiceImpl.LohsSoftApTracker
1617 mLohsInterfaceName = ifaceName; in updateInterfaceIpState()
1622 if (mLohsInterfaceName != null in updateInterfaceIpState()
1631 mLohsInterfaceName = null; in updateInterfaceIpState()
1640 mLohsInterfaceName = null; in updateInterfaceIpState()
1646 mLohsInterfaceName = null; in updateInterfaceIpState()
1658 mLohsInterfaceName = null; in updateInterfaceIpState()
1828 mLohsInterfaceName = null; in stopIfEmptyLocked()
1857 + " ifaceName=" + mLohsInterfaceName); in onStateChanged()
1871 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java288 private String mLohsInterfaceName; field in WifiServiceImplTest
602 mLohsInterfaceName = WIFI_IFACE_NAME; in makeWifiServiceImpl()
3158 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupWardenForCustomLohs()
3658 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupLocalOnlyHotspot()
6371 mLohsInterfaceName = WIFI_IFACE_NAME2; in startLohsAndTethering()