Searched refs:SECURITY_SAE (Results 1 – 2 of 2) sorted by relevance
191 public static final int SECURITY_SAE = 5; field in AccessPoint727 || (wifiManager.isWpa3SaeSupported() && configSecurity == SECURITY_SAE); in matches()822 if (security == SECURITY_PSK || security == SECURITY_SAE in updateBestRssiInfo()899 case SECURITY_SAE: in getSecurityString()1274 private static final String sSaeSuffix = "," + String.valueOf(SECURITY_SAE);1634 return SECURITY_SAE; in getSecurity()1651 return SECURITY_SAE; in getSecurity()1683 } else if (security == SECURITY_SAE) { in securityToString()
49 public static final int SECURITY_SAE = 1 << 3; field in WifiConfigurationTestUtil144 if ((security & SECURITY_SAE) != 0) { in generateWifiConfig()279 null, SECURITY_SAE); in createSaeNetwork()306 null, SECURITY_SAE); in createSaeNetwork()