Searched refs:SECURITY_PSK (Results 1 – 4 of 4) sorted by relevance
221 public static final int SECURITY_PSK = 2; field in AccessPoint768 } else if (otherApSecurity == SECURITY_PSK) { in matches()772 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()808 } else if (configSecurity == SECURITY_PSK) { in matches()855 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()964 if (security == SECURITY_PSK || security == SECURITY_SAE) { in updateBestRssiInfo()1031 case SECURITY_PSK: in getSecurityString()1766 return wifiManager.isWpa3SaeSupported() ? SECURITY_SAE : SECURITY_PSK; in getSecurity()1779 return SECURITY_PSK; in getSecurity()1795 return SECURITY_PSK; in getSecurity()[all …]
78 SECURITY_PSK,89 public static final int SECURITY_PSK = 2; field in WifiEntry382 return SECURITY_PSK; in getSecurity()
1287 key.append(AccessPoint.SECURITY_PSK); in testGetKey_notSupportSaeTransitionMode_shouldGetPskKey()1570 .setSecurity(AccessPoint.SECURITY_PSK) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1353 assertThat(entry.getSecurity()).isEqualTo(WifiEntry.SECURITY_PSK); in testGetSecurity_pskAndSae_returnsPsk()