Searched refs:isWpa3SaeSupported (Results 1 – 8 of 8) sorted by relevance
1305 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()
736 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()
1111 final boolean isSaeSupported = mWifiManager.isWpa3SaeSupported(); in filterScanResultsByCapabilities()
1413 assertTrue(mWifiManager.isWpa3SaeSupported()); in testIsWpa3SaeSupported()1416 assertFalse(mWifiManager.isWpa3SaeSupported()); in testIsWpa3SaeSupported()
4613 public boolean isWpa3SaeSupported() { in isWpa3SaeSupported() method
10960 HSPLandroid/net/wifi/WifiManager;->isWpa3SaeSupported()Z
30092 method public boolean isWpa3SaeSupported();
30236 method public boolean isWpa3SaeSupported();