Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java706 private boolean mIpClientWithPreConnection = false; field in ClientModeImpl
1069 Log.v(TAG, "stopIpClient IpClientWithPreConnection: " + mIpClientWithPreConnection, in stopIpClient()
1072 if (mIpClientWithPreConnection) { in stopIpClient()
1077 mIpClientWithPreConnection = false; in stopIpClient()
2755 && mLastNetworkId != mTargetNetworkId && mIpClientWithPreConnection) { in handleNetworkDisconnect()
4122 mIpClientWithPreConnection = true;
4417 if (!mIpClientWithPreConnection) { in handleL3MessagesWhenNotConnected()
5128 if (mIpClientWithPreConnection && mIpClient != null) { in enter()
5130 mIpClientWithPreConnection = false; in enter()