Searched refs:SECURITY_SAE (Results 1 – 4 of 4) sorted by relevance
194 public static final int SECURITY_SAE = 5; field in AccessPoint736 if (otherApSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()742 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()776 if (configSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()825 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()933 if (security == SECURITY_PSK || security == SECURITY_SAE) { in updateBestRssiInfo()1019 case SECURITY_SAE: in getSecurityString()1720 return wifiManager.isWpa3SaeSupported() ? SECURITY_SAE : SECURITY_PSK; in getSecurity()1731 return SECURITY_SAE; in getSecurity()1746 return SECURITY_SAE; in getSecurity()[all …]
671 return security == AccessPoint.SECURITY_SAE || security == AccessPoint.SECURITY_OWE; in isSaeOrOwe()
50 public static final int SECURITY_SAE = 1 << 3; field in WifiConfigurationTestUtil145 if ((security & SECURITY_SAE) != 0) { in generateWifiConfig()280 null, SECURITY_SAE); in createSaeNetwork()307 null, SECURITY_SAE); in createSaeNetwork()
1311 key.append(AccessPoint.SECURITY_SAE); in testGetKey_supportSaeTransitionMode_shouldGetSaeKey()1578 .setSecurity(AccessPoint.SECURITY_SAE) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()1595 .setSecurity(AccessPoint.SECURITY_SAE) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()