Searched defs:TKIP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java154 public static final int TKIP = 1; field in class:WifiConfiguration.PairwiseCipher
160 public static final String[] strings = { "NONE", "TKIP", "CCMP" };
167 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
180 public static final int TKIP = 2; 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.

Completed in 83 milliseconds