|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.net.wifi.WifiConfiguration.GroupCipher
public static class WifiConfiguration.GroupCipher
Recognized group ciphers.
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)
| Field Summary | |
|---|---|
static int |
CCMP
AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] |
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) |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int WEP40
public static final int WEP104
public static final int TKIP
public static final int CCMP
public static final String varName
public static final String[] strings
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||