Home
last modified time | relevance | path

Searched refs:SECURITY_SAE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java191 public static final int SECURITY_SAE = 5; field in AccessPoint
727 || (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()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java49 public static final int SECURITY_SAE = 1 << 3; field in WifiConfigurationTestUtil
144 if ((security & SECURITY_SAE) != 0) { in generateWifiConfig()
279 null, SECURITY_SAE); in createSaeNetwork()
306 null, SECURITY_SAE); in createSaeNetwork()