Searched refs:SECURITY_OWE (Results 1 – 4 of 4) sorted by relevance
193 public static final int SECURITY_OWE = 4; field in AccessPoint502 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 …]
204 && (mAccessPoint.getSecurity() != AccessPoint.SECURITY_OWE)) { in bindFrictionImage()
671 return security == AccessPoint.SECURITY_SAE || security == AccessPoint.SECURITY_OWE; in isSaeOrOwe()
51 public static final int SECURITY_OWE = 1 << 4; field in WifiConfigurationTestUtil150 if ((security & SECURITY_OWE) != 0) { in generateWifiConfig()253 null, SECURITY_OWE); in createOweNetwork()