Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3902 WifiConfiguration targetedNetwork =
3908 if (targetedNetwork != null) {
3910 targetedNetwork.SSID);
3914 if (targetedNetwork != null && targetedNetwork.enterpriseConfig != null
3915 && targetedNetwork.enterpriseConfig.isAuthenticationSimBased()) {
3916 mEapFailureNotifier.onEapFailure(errorCode, targetedNetwork);
4564 WifiConfiguration targetedNetwork = in handleEapAuthFailure() local
4566 if (targetedNetwork != null) { in handleEapAuthFailure()
4567 switch (targetedNetwork.enterpriseConfig.getEapMethod()) { in handleEapAuthFailure()
4572 mWifiCarrierInfoManager.resetCarrierKeysForImsiEncryption(targetedNetwork); in handleEapAuthFailure()