Searched refs:CCMP (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java142 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP);
143 config.allowedGroupCiphers.set(GroupCipher.CCMP);
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DWifiNetworkAdapter.java304 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java156 public static final int CCMP = 2; field in class:WifiConfiguration.PairwiseCipher
160 public static final String[] strings = { "NONE", "TKIP", "CCMP" };
166 * CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
182 public static final int CCMP = 3; field in class:WifiConfiguration.GroupCipher
191 { "WEP40", "WEP104", "TKIP", "CCMP", "GTK_NOT_USED" };
337 * Defaults to CCMP TKIP.
343 * Defaults to CCMP TKIP WEP104 WEP40.
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java1347 WifiConfiguration.PairwiseCipher.CCMP);
1378 WifiConfiguration.GroupCipher.CCMP);

Completed in 4531 milliseconds