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.java244 private boolean mIsTrustOnFirstUseSupported; field in WifiConfigController2
278 mIsTrustOnFirstUseSupported = mWifiManager.isTrustOnFirstUseSupported(); in initWifiConfigController2()
733 } else if (mIsTrustOnFirstUseSupported && caCert.equals(mTrustOnFirstUse)) { in getConfig()
1162 if (mIsTrustOnFirstUseSupported in showSecurityFields()
1316 || (mIsTrustOnFirstUseSupported in showEapFieldsByMethod()
1573 if (mIsTrustOnFirstUseSupported) { in loadCertificates()