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.java235 private int mLastNetworkId; // The network Id we successfully joined field in ClientModeImpl
834 mLastNetworkId = WifiConfiguration.INVALID_NETWORK_ID; in ClientModeImpl()
2051 pw.println("mLastNetworkId " + mLastNetworkId); in dump()
2229 sb.append(" nid=").append(mLastNetworkId); in getLogRecString()
2772 log("Link configuration changed for netId: " + mLastNetworkId in updateLinkProperties()
2789 sb.append("updateLinkProperties nid: " + mLastNetworkId); in updateLinkProperties()
3023 mLastNetworkId = WifiConfiguration.INVALID_NETWORK_ID; in handleNetworkDisconnect()
3272 mWifiConfigManager.updateNetworkSelectionStatus(mLastNetworkId, in handleIpConfigurationLost()
3678 || removedNetworkIds.contains(mLastNetworkId)) { in processMessage()
3785 mLastNetworkId = WifiConfiguration.INVALID_NETWORK_ID; in setupClientMode()
[all …]