Searched refs:SECURITY_SAE (Results 1 – 5 of 5) sorted by relevance
49 static final String SECURITY_SAE = "SAE"; field in WifiDppIntentHelper83 return SECURITY_SAE; in getSecurityString()
224 public static final int SECURITY_SAE = 5; field in AccessPoint766 if (otherApSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()772 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()806 if (configSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()855 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()964 if (security == SECURITY_PSK || security == SECURITY_SAE) { in updateBestRssiInfo()1050 case SECURITY_SAE: in getSecurityString()1766 return wifiManager.isWpa3SaeSupported() ? SECURITY_SAE : SECURITY_PSK; in getSecurity()1777 return SECURITY_SAE; in getSecurity()1792 return SECURITY_SAE; in getSecurity()[all …]
680 return security == AccessPoint.SECURITY_SAE || security == AccessPoint.SECURITY_OWE; in isSaeOrOwe()
82 SECURITY_SAE,95 public static final int SECURITY_SAE = 5; field in WifiEntry449 return SECURITY_SAE; in getSecurity()
1268 key.append(AccessPoint.SECURITY_SAE); in testGetKey_supportSaeTransitionMode_shouldGetSaeKey()1563 .setSecurity(AccessPoint.SECURITY_SAE) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()1580 .setSecurity(AccessPoint.SECURITY_SAE) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()