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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java204 public static final int CCMP = 2; field in class:WifiConfiguration.PairwiseCipher
208 public static final String[] strings = { "NONE", "TKIP", "CCMP" };
214 * CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
230 public static final int CCMP = 3; field in class:WifiConfiguration.GroupCipher
234 public static final String[] strings = { "WEP40", "WEP104", "TKIP", "CCMP" };
351 * Defaults to CCMP TKIP.
357 * Defaults to CCMP TKIP WEP104 WEP40.

Completed in 1906 milliseconds