Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java5410 WifiConfiguration targetedNetwork = in handleEapAuthFailure() local
5412 if (targetedNetwork != null) { in handleEapAuthFailure()
5413 switch (targetedNetwork.enterpriseConfig.getEapMethod()) { in handleEapAuthFailure()
5418 mWifiCarrierInfoManager.resetCarrierKeysForImsiEncryption(targetedNetwork); in handleEapAuthFailure()
5420 int carrierId = targetedNetwork.carrierId; in handleEapAuthFailure()
6213 WifiConfiguration targetedNetwork = in processMessageImpl() local
6222 targetedNetwork, mTargetBssid) || isLocalOnly(); in processMessageImpl()
6225 if (targetedNetwork != null && needNotifyError) { in processMessageImpl()
6226 mWrongPasswordNotifier.onWrongPasswordError(targetedNetwork); in processMessageImpl()
6229 logEventIfManagedNetwork(targetedNetwork, in processMessageImpl()
[all …]