public static class WifiConfiguration.GroupCipher extends Object
CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)
Modifier and Type | Field and Description |
---|---|
static int |
CCMP
AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
|
static int |
GTK_NOT_USED
Hotspot 2.0 r2 OSEN
|
static String[] |
strings |
static int |
TKIP
Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
|
static String |
varName |
static int |
WEP104
WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
|
static int |
WEP40
WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)
|
public static final int WEP40
public static final int WEP104
public static final int TKIP
public static final int CCMP
public static final int GTK_NOT_USED
public static final String varName
public static final String[] strings