Home
last modified time | relevance | path

Searched refs:isWpa3SaeSupported (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java1305 when(mMockWifiManager.isWpa3SaeSupported()).thenReturn(true); in testGetKey_supportSaeTransitionMode_shouldGetSaeKey()
1324 when(mMockWifiManager.isWpa3SaeSupported()).thenReturn(false); in testGetKey_notSupportSaeTransitionMode_shouldGetPskKey()
1572 when(mMockWifiManager.isWpa3SaeSupported()).thenReturn(true); in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1591 when(mMockWifiManager.isWpa3SaeSupported()).thenReturn(false); in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1608 when(mMockWifiManager.isWpa3SaeSupported()).thenReturn(true); in testMatches2_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1627 when(mMockWifiManager.isWpa3SaeSupported()).thenReturn(false); in testMatches2_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1640 when(mMockWifiManager.isWpa3SaeSupported()).thenReturn(true); in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1658 when(mMockWifiManager.isWpa3SaeSupported()).thenReturn(false); in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java736 if (otherApSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()
776 if (configSecurity == SECURITY_SAE && getWifiManager().isWpa3SaeSupported()) { in matches()
819 && getWifiManager().isWpa3SaeSupported()) { in matches()
1720 return wifiManager.isWpa3SaeSupported() ? SECURITY_SAE : SECURITY_PSK; in getSecurity()
DWifiTracker.java1111 final boolean isSaeSupported = mWifiManager.isWpa3SaeSupported(); in filterScanResultsByCapabilities()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1413 assertTrue(mWifiManager.isWpa3SaeSupported()); in testIsWpa3SaeSupported()
1416 assertFalse(mWifiManager.isWpa3SaeSupported()); in testIsWpa3SaeSupported()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java4613 public boolean isWpa3SaeSupported() { in isWpa3SaeSupported() method
/frameworks/base/config/
Dboot-image-profile.txt10960 HSPLandroid/net/wifi/WifiManager;->isWpa3SaeSupported()Z
/frameworks/base/non-updatable-api/
Dcurrent.txt30092 method public boolean isWpa3SaeSupported();
/frameworks/base/api/
Dcurrent.txt30236 method public boolean isWpa3SaeSupported();