Searched refs:targetedNetwork (Results 1 – 1 of 1) sorted by relevance
5410 WifiConfiguration targetedNetwork = in handleEapAuthFailure() local5412 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() local6222 targetedNetwork, mTargetBssid) || isLocalOnly(); in processMessageImpl()6225 if (targetedNetwork != null && needNotifyError) { in processMessageImpl()6226 mWrongPasswordNotifier.onWrongPasswordError(targetedNetwork); in processMessageImpl()6229 logEventIfManagedNetwork(targetedNetwork, in processMessageImpl()[all …]