public static class WifiConfiguration.PairwiseCipher
extends Object
java.lang.Object | |
↳ | android.net.wifi.WifiConfiguration.PairwiseCipher |
WPA认可的成对密码。
Constants |
|
---|---|
int |
CCMP 采用CBC-MAC的计数器模式AES [RFC 3610,IEEE 802.11i / D7.0] |
int |
NONE 仅使用组键(不建议使用) |
int |
TKIP 时间密钥完整性协议[IEEE 802.11i / D7.0] |
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]
常量值:2(0x00000002)