Home
last modified time | relevance | path

Searched refs:SECURITY_SAE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java194 public static final int SECURITY_SAE = 5; field in AccessPoint
736 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 …]
DWifiTracker.java671 return security == AccessPoint.SECURITY_SAE || security == AccessPoint.SECURITY_OWE; in isSaeOrOwe()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java50 public static final int SECURITY_SAE = 1 << 3; field in WifiConfigurationTestUtil
145 if ((security & SECURITY_SAE) != 0) { in generateWifiConfig()
280 null, SECURITY_SAE); in createSaeNetwork()
307 null, SECURITY_SAE); in createSaeNetwork()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java1311 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()