Home
last modified time | relevance | path

Searched refs:GroupCipher (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiAssociationTest.java21 import android.net.wifi.WifiConfiguration.GroupCipher;
120 config.allowedGroupCiphers.set(GroupCipher.WEP40); in getConfig()
127 config.allowedGroupCiphers.set(GroupCipher.WEP104); in getConfig()
135 config.allowedGroupCiphers.set(GroupCipher.TKIP); in getConfig()
143 config.allowedGroupCiphers.set(GroupCipher.CCMP); in getConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java348 WifiConfiguration.GroupCipher.varName, WifiConfiguration.GroupCipher.strings); in readNetworkVariables()
671 WifiConfiguration.GroupCipher.strings, in saveNetwork()
672 WifiConfiguration.GroupCipher in saveNetwork()
673 .strings[WifiConfiguration.GroupCipher.GTK_NOT_USED]); in saveNetwork()
676 WifiConfiguration.GroupCipher.varName, in saveNetwork()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java172 public static class GroupCipher { class in WifiConfiguration
173 private GroupCipher() { } in GroupCipher() method in WifiConfiguration.GroupCipher
1503 if (gc < GroupCipher.strings.length) { in toString()
1504 sbuf.append(GroupCipher.strings[gc]); in toString()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java28 import android.net.wifi.WifiConfiguration.GroupCipher;
1378 WifiConfiguration.GroupCipher.CCMP); in testUpdateAllowedGroupCiphersChanged()
1383 WifiConfiguration.GroupCipher.strings); in testUpdateAllowedGroupCiphersChanged()
1385 GroupCipher.varName)).thenReturn(allowedGroupCiphersString); in testUpdateAllowedGroupCiphersChanged()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DWifiNetworkAdapter.java305 config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GTK_NOT_USED); in connect()
/frameworks/base/
Dcompiled-classes-phone2843 android.net.wifi.WifiConfiguration$GroupCipher
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17928 public static class WifiConfiguration.GroupCipher {
/frameworks/base/api/
Dcurrent.txt24396 public static class WifiConfiguration.GroupCipher {
Dtest-current.txt24465 public static class WifiConfiguration.GroupCipher {
Dsystem-current.txt26633 public static class WifiConfiguration.GroupCipher {