to top
Android APIs
public static class

WifiConfiguration.GroupCipher

extends Object
java.lang.Object
   ↳ android.net.wifi.WifiConfiguration.GroupCipher

Class Overview

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)
 

Summary

Constants
int CCMP AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
int TKIP Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
int WEP104 WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
int WEP40 WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)
String varName
Fields
public static final String[] strings
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CCMP

Added in API level 1

AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]

Constant Value: 3 (0x00000003)

public static final int TKIP

Added in API level 1

Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]

Constant Value: 2 (0x00000002)

public static final int WEP104

Added in API level 1

WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key

Constant Value: 1 (0x00000001)

public static final int WEP40

Added in API level 1

WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)

Constant Value: 0 (0x00000000)

public static final String varName

Added in API level 1

Constant Value: "group"

Fields

public static final String[] strings

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.