Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java351 public static final int TOFU_STATE_CONFIGURE_ROOT_CA = 2; field in WifiEnterpriseConfig
363 TOFU_STATE_CONFIGURE_ROOT_CA,
2010 if (mTofuConnectionState != TOFU_STATE_CONFIGURE_ROOT_CA && in enableTrustOnFirstUse()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java1150 postConnectionMethod = WifiEnterpriseConfig.TOFU_STATE_CONFIGURE_ROOT_CA; in verifyTrustOnFirstUseFlow()
1161 postConnectionMethod = WifiEnterpriseConfig.TOFU_STATE_CONFIGURE_ROOT_CA; in verifyTrustOnFirstUseFlow()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java637 : WifiEnterpriseConfig.TOFU_STATE_CONFIGURE_ROOT_CA; in handleAccept()
DWifiConfigManager.java1151 if (internalTofuState == WifiEnterpriseConfig.TOFU_STATE_CONFIGURE_ROOT_CA in mergeTofuConnectionState()
4513 if (state != WifiEnterpriseConfig.TOFU_STATE_CONFIGURE_ROOT_CA in setTofuPostConnectionState()
DWifiMetrics.java2298 case WifiEnterpriseConfig.TOFU_STATE_CONFIGURE_ROOT_CA: in convertTofuConnectionStateToProto()