Home
last modified time | relevance | path

Searched defs:expectedSecurityType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSecurityParamsTest.java45 int expectedSecurityType, in verifySecurityParams()
98 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_EAP; in testEapCreator() local
118 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_PASSPOINT_R1_R2; in testEapPasspointR1R2Creator() local
137 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_PASSPOINT_R3; in testEapPasspointR3Creator() local
156 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_OWE; in testEnhancedOpenCreator() local
176 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_OPEN; in testOpenCreator() local
194 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_OSEN; in testOsenCreator() local
212 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_WAPI_CERT; in testWapiCertCreator() local
230 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_WAPI_PSK; in testWapiPskCreator() local
248 int expectedSecurityType = WifiConfiguration.SECURITY_TYPE_WEP; in testWepCreator() local
[all …]