Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java1147 int postConnectionMethod; in verifyTrustOnFirstUseFlow() local
1150 postConnectionMethod = WifiEnterpriseConfig.TOFU_STATE_CONFIGURE_ROOT_CA; in verifyTrustOnFirstUseFlow()
1156 postConnectionMethod = WifiEnterpriseConfig.TOFU_STATE_CERT_PINNING; in verifyTrustOnFirstUseFlow()
1161 postConnectionMethod = WifiEnterpriseConfig.TOFU_STATE_CONFIGURE_ROOT_CA; in verifyTrustOnFirstUseFlow()
1167 eq(config.networkId), eq(postConnectionMethod)); in verifyTrustOnFirstUseFlow()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java635 int postConnectionMethod = useCertificatePinning(false) in handleAccept() local
639 mCurrentTofuConfig.networkId, postConnectionMethod); in handleAccept()