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.java734 final int otherApSecurity = other.getSecurity(); in matches() local
736 if (otherApSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()
738 } else if (otherApSecurity == SECURITY_PSK) { in matches()
749 if (otherApSecurity == SECURITY_OWE && getWifiManager().isEnhancedOpenSupported()) { in matches()
751 } else if (otherApSecurity == SECURITY_NONE) { in matches()