Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java665 private boolean mIpClientWithPreConnection = false; field in ClientModeImpl
1194 + mIpClientWithPreConnection); in stopIpClient() local
1197 if (mIpClientWithPreConnection) { in stopIpClient()
1202 mIpClientWithPreConnection = false; in stopIpClient()
3565 if (newConnectionInProgress && mIpClientWithPreConnection) { in handleNetworkDisconnect()
4871 mIpClientWithPreConnection = true; in processMessageImpl()
5177 if (!mIpClientWithPreConnection) { in handleL3MessagesWhenNotConnected()
7169 if (mIpClientWithPreConnection && mIpClient != null) { in startL3Provisioning()
7171 mIpClientWithPreConnection = false; in startL3Provisioning()