Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java193 public static final int SECURITY_OWE = 4; field in AccessPoint
502 if ((security != SECURITY_NONE) && (security != SECURITY_OWE)) { in toString()
749 if (otherApSecurity == SECURITY_OWE && getWifiManager().isEnhancedOpenSupported()) { in matches()
755 if ((security == SECURITY_OWE || security == SECURITY_NONE) in matches()
784 if (configSecurity == SECURITY_OWE && getWifiManager().isEnhancedOpenSupported()) { in matches()
833 if (scanResultSccurity == SECURITY_OWE && getWifiManager().isEnhancedOpenSupported()) { in matches()
839 if ((security == SECURITY_OWE || security == SECURITY_NONE) in matches()
1022 case SECURITY_OWE: in getSecurityString()
1331 if ((security != SECURITY_NONE) && (security != SECURITY_OWE)) { in generateOpenNetworkConfig()
1725 return wifiManager.isEnhancedOpenSupported() ? SECURITY_OWE : SECURITY_NONE; in getSecurity()
[all …]
DAccessPointPreference.java204 && (mAccessPoint.getSecurity() != AccessPoint.SECURITY_OWE)) { in bindFrictionImage()
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.java51 public static final int SECURITY_OWE = 1 << 4; field in WifiConfigurationTestUtil
150 if ((security & SECURITY_OWE) != 0) { in generateWifiConfig()
253 null, SECURITY_OWE); in createOweNetwork()