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.java644 private boolean mIpClientWithPreConnection = false; field in ClientModeImpl
1179 + mIpClientWithPreConnection); in stopIpClient() local
1182 if (mIpClientWithPreConnection) { in stopIpClient()
1187 mIpClientWithPreConnection = false; in stopIpClient()
3531 if (newConnectionInProgress && mIpClientWithPreConnection) { in handleNetworkDisconnect()
4830 mIpClientWithPreConnection = true; in processMessageImpl()
5134 if (!mIpClientWithPreConnection) { in handleL3MessagesWhenNotConnected()
7108 if (mIpClientWithPreConnection && mIpClient != null) { in startL3Provisioning()
7110 mIpClientWithPreConnection = false; in startL3Provisioning()