Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java224 public static final int SECURITY_SAE = 5; field in AccessPoint
766 if (otherApSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()
772 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()
806 if (configSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()
855 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()
964 if (security == SECURITY_PSK || security == SECURITY_SAE) { in updateBestRssiInfo()
1050 case SECURITY_SAE: in getSecurityString()
1766 return wifiManager.isWpa3SaeSupported() ? SECURITY_SAE : SECURITY_PSK; in getSecurity()
1777 return SECURITY_SAE; in getSecurity()
1792 return SECURITY_SAE; in getSecurity()
[all …]
H A DWifiTracker.java680 return security == AccessPoint.SECURITY_SAE || security == AccessPoint.SECURITY_OWE; in isSaeOrOwe()
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
H A DAccessPointTest.java1268 key.append(AccessPoint.SECURITY_SAE); in testGetKey_supportSaeTransitionMode_shouldGetSaeKey()
1563 .setSecurity(AccessPoint.SECURITY_SAE) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1580 .setSecurity(AccessPoint.SECURITY_SAE) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()