public static class WifiConfiguration.GroupCipher
extends Object
java.lang.Object | |
↳ | android.net.wifi.WifiConfiguration.GroupCipher |
被认可的组密码。
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)
Constants |
|
---|---|
int |
CCMP 采用CBC-MAC的计数器模式AES [RFC 3610,IEEE 802.11i / D7.0] |
int |
TKIP 时间密钥完整性协议[IEEE 802.11i / D7.0] |
int |
WEP104 WEP104 =带有104位密钥的WEP(有线等效保密) |
int |
WEP40 WEP40 =具有40位密钥(原始802.11)的WEP(有线等效保密) |
String |
varName |
Fields |
|
---|---|
public static final String[] |
strings |
Inherited methods |
|
---|---|
From class java.lang.Object
|
int CCMP
采用CBC-MAC的计数器模式AES [RFC 3610,IEEE 802.11i / D7.0]
常量值:3(0x00000003)