Home
last modified time | relevance | path

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

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiAssociationTest.java22 import android.net.wifi.WifiConfiguration.PairwiseCipher;
134 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP); in getConfig()
142 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP); in getConfig()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java148 public static class PairwiseCipher { class in WifiConfiguration
149 private PairwiseCipher() { } in PairwiseCipher() method in WifiConfiguration.PairwiseCipher
1491 if (pc < PairwiseCipher.strings.length) { in toString()
1492 sbuf.append(PairwiseCipher.strings[pc]); in toString()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java345 WifiConfiguration.PairwiseCipher.varName, WifiConfiguration.PairwiseCipher.strings); in readNetworkVariables()
659 WifiConfiguration.PairwiseCipher.strings); in saveNetwork()
662 WifiConfiguration.PairwiseCipher.varName, in saveNetwork()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java30 import android.net.wifi.WifiConfiguration.PairwiseCipher;
1347 WifiConfiguration.PairwiseCipher.CCMP); in testUpdateAllowedPairwiseCiphersChanged()
1352 WifiConfiguration.PairwiseCipher.strings); in testUpdateAllowedPairwiseCiphersChanged()
1354 PairwiseCipher.varName)).thenReturn(allowedPairwiseCiphersString); in testUpdateAllowedPairwiseCiphersChanged()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DWifiNetworkAdapter.java304 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP); in connect()
/frameworks/base/
Dcompiled-classes-phone2846 android.net.wifi.WifiConfiguration$PairwiseCipher
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17946 public static class WifiConfiguration.PairwiseCipher {
/frameworks/base/api/
Dcurrent.txt24414 public static class WifiConfiguration.PairwiseCipher {
Dsystem-current.txt26652 public static class WifiConfiguration.PairwiseCipher {
Dtest-current.txt24483 public static class WifiConfiguration.PairwiseCipher {