Searched refs:PairwiseCipher (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java22 import android.net.wifi.WifiConfiguration.PairwiseCipher;
134 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP);
142 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java148 public static class PairwiseCipher { class in class:WifiConfiguration
149 private PairwiseCipher() { } method in class:WifiConfiguration.PairwiseCipher
336 * See {@link PairwiseCipher} for descriptions of the values.
1492 if (pc < PairwiseCipher.strings.length) {
1493 sbuf.append(PairwiseCipher.strings[pc]);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java349 WifiConfiguration.PairwiseCipher.varName, WifiConfiguration.PairwiseCipher.strings);
663 WifiConfiguration.PairwiseCipher.strings);
666 WifiConfiguration.PairwiseCipher.varName,
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DWifiNetworkAdapter.java304 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java30 import android.net.wifi.WifiConfiguration.PairwiseCipher;
1347 WifiConfiguration.PairwiseCipher.CCMP);
1352 WifiConfiguration.PairwiseCipher.strings);
1354 PairwiseCipher.varName)).thenReturn(allowedPairwiseCiphersString);
/frameworks/base/
H A Dcompiled-classes-phone2846 android.net.wifi.WifiConfiguration$PairwiseCipher

Completed in 1388 milliseconds