Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java228 private int mLastNetworkId; // The network Id we successfully joined field in ClientModeImpl
821 mLastNetworkId = WifiConfiguration.INVALID_NETWORK_ID; in ClientModeImpl()
2030 pw.println("mLastNetworkId " + mLastNetworkId); in dump()
2208 sb.append(" nid=").append(mLastNetworkId); in getLogRecString()
2751 log("Link configuration changed for netId: " + mLastNetworkId in updateLinkProperties()
2768 sb.append("updateLinkProperties nid: " + mLastNetworkId); in updateLinkProperties()
3009 mLastNetworkId = WifiConfiguration.INVALID_NETWORK_ID; in handleNetworkDisconnect()
3248 mWifiConfigManager.updateNetworkSelectionStatus(mLastNetworkId, in handleIpConfigurationLost()
3652 || removedNetworkIds.contains(mLastNetworkId)) { in processMessage()
3757 mLastNetworkId = WifiConfiguration.INVALID_NETWORK_ID; in setupClientMode()
[all …]