Home
last modified time | relevance | path

Searched refs:getCurrentSecurityType (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java732 assertEquals(WifiInfo.SECURITY_TYPE_UNKNOWN, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
735 assertEquals(WifiInfo.SECURITY_TYPE_SAE, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
738 assertEquals(WifiInfo.SECURITY_TYPE_OPEN, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
741 assertEquals(WifiInfo.SECURITY_TYPE_WEP, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
744 assertEquals(WifiInfo.SECURITY_TYPE_PSK, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
747 assertEquals(WifiInfo.SECURITY_TYPE_EAP, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
750 assertEquals(WifiInfo.SECURITY_TYPE_OWE, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
753 assertEquals(WifiInfo.SECURITY_TYPE_WAPI_PSK, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
756 assertEquals(WifiInfo.SECURITY_TYPE_WAPI_CERT, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
760 assertEquals(WifiInfo.SECURITY_TYPE_EAP_WPA3_ENTERPRISE, info.getCurrentSecurityType()); in testWifiInfoCurrentSecurityType()
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiInfo.java1898 public @SecurityType int getCurrentSecurityType() { in getCurrentSecurityType() method in WifiInfo
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java391 && c.getKey().securityType == primaryInfo.getCurrentSecurityType(); in handleConnectToMultiInternetConnectionInternal()
DClientModeImpl.java4956 mWifiInfo.getCurrentSecurityType()));
5318 mWifiInfo.getCurrentSecurityType()));
DWifiServiceImpl.java6633 wifiInfo.getCurrentSecurityType());
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java1159 mWifiInfo.getCurrentSecurityType()); in connect()
2347 assertEquals(WifiInfo.SECURITY_TYPE_UNKNOWN, mWifiInfo.getCurrentSecurityType()); in testDisconnectionEventInL2ConnectingStateEndsConnectionEvent()
/packages/modules/Wifi/framework/api/
Dcurrent.txt342 method public int getCurrentSecurityType();