Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2336 private int mLohsInterfaceMode = WifiManager.IFACE_IP_MODE_UNSPECIFIED; field in WifiServiceImpl.LohsSoftApTracker
2342 + " previous LOHS mode= " + mLohsInterfaceMode); in updateInterfaceIpState()
2355 mLohsInterfaceMode = mode; in updateInterfaceIpState()
2368 mLohsInterfaceMode = WifiManager.IFACE_IP_MODE_UNSPECIFIED; in updateInterfaceIpState()
2377 mLohsInterfaceMode = mode; in updateInterfaceIpState()
2383 mLohsInterfaceMode = mode; in updateInterfaceIpState()
2395 mLohsInterfaceMode = mode; in updateInterfaceIpState()
2475 } else if (mLohsInterfaceMode == WifiManager.IFACE_IP_MODE_LOCAL_ONLY) { in start()
2557 mLohsInterfaceMode = WifiManager.IFACE_IP_MODE_UNSPECIFIED; in stopIfEmptyLocked()
2612 && mLohsInterfaceMode == WifiManager.IFACE_IP_MODE_LOCAL_ONLY) { in onStateChanged()