Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java88 private final boolean mIsTrustOnFirstUseSupported; field in InsecureEapNetworkHandler
162 mIsTrustOnFirstUseSupported = isTrustOnFirstUseSupported; in InsecureEapNetworkHandler()
193 Log.d(TAG, "prepareConnection: isTofuSupported=" + mIsTrustOnFirstUseSupported in prepareConnection()
200 if (!mIsTrustOnFirstUseSupported) return; in prepareConnection()
207 if (mIsTrustOnFirstUseSupported && (entConfig.isTrustOnFirstUseEnabled() in prepareConnection()
284 if (!mIsTrustOnFirstUseSupported) return false; in addPendingCertificate()
363 if (mIsTrustOnFirstUseSupported && !mIsInsecureEnterpriseConfigurationAllowed in startUserApprovalIfNecessary()
591 return mIsTrustOnFirstUseSupported in useTrustOnFirstUse()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController2.java238 private boolean mIsTrustOnFirstUseSupported; field in WifiConfigController2
272 mIsTrustOnFirstUseSupported = mWifiManager.isTrustOnFirstUseSupported(); in initWifiConfigController2()
761 } else if (mIsTrustOnFirstUseSupported && caCert.equals(mTrustOnFirstUse)) { in getConfig()
1188 if (mIsTrustOnFirstUseSupported in showSecurityFields()
1342 || (mIsTrustOnFirstUseSupported in showEapFieldsByMethod()
1599 if (mIsTrustOnFirstUseSupported) { in loadCertificates()