Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java764 final int otherApSecurity = other.getSecurity(); in matches() local
766 if (otherApSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()
768 } else if (otherApSecurity == SECURITY_PSK) { in matches()
779 if (otherApSecurity == SECURITY_OWE && getWifiManager().isEnhancedOpenSupported()) { in matches()
781 } else if (otherApSecurity == SECURITY_NONE) { in matches()