Searched refs:SECURITY_OWE (Results 1 – 6 of 6) sorted by relevance
223 public static final int SECURITY_OWE = 4; field in AccessPoint532 if ((security != SECURITY_NONE) && (security != SECURITY_OWE)) { in toString()779 if (otherApSecurity == SECURITY_OWE && getWifiManager().isEnhancedOpenSupported()) { in matches()785 if ((security == SECURITY_OWE || security == SECURITY_NONE) in matches()814 if (configSecurity == SECURITY_OWE && getWifiManager().isEnhancedOpenSupported()) { in matches()863 if (scanResultSccurity == SECURITY_OWE && getWifiManager().isEnhancedOpenSupported()) { in matches()869 if ((security == SECURITY_OWE || security == SECURITY_NONE) in matches()1053 case SECURITY_OWE: in getSecurityString()1771 return wifiManager.isEnhancedOpenSupported() ? SECURITY_OWE : SECURITY_NONE; in getSecurity()1785 return SECURITY_OWE; in getSecurity()[all …]
211 && (mAccessPoint.getSecurity() != AccessPoint.SECURITY_OWE)) { in bindFrictionImage()
680 return security == AccessPoint.SECURITY_SAE || security == AccessPoint.SECURITY_OWE; in isSaeOrOwe()
79 SECURITY_OWE,94 public static final int SECURITY_OWE = 4; field in WifiEntry443 return SECURITY_OWE; in getSecurity()
257 } else if (security != WifiEntry.SECURITY_NONE && security != WifiEntry.SECURITY_OWE) { in updateEndIcon()
1542 if (i == AccessPoint.SECURITY_NONE || i == AccessPoint.SECURITY_OWE) { in testIsOpenNetwork_returnValidResult()1684 .setSecurity(AccessPoint.SECURITY_OWE).build(); in testGenerateOpenNetworkConfig_oweNotSupported_shouldGetCorrectSecurity()