Added in API level 1
Deprecated in API level 29

WifiConfiguration.GroupCipher

public static class WifiConfiguration.GroupCipher
extends Object

java.lang.Object
   ↳ android.net.wifi.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)
 GCMP_256 = AES in Galois/Counter Mode
 

Summary

Constants

int CCMP

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

int GCMP_128

AES in Galois/Counter Mode with a 128-bit integrity key

int GCMP_256

AES in Galois/Counter Mode

int SMS4

SMS4 cipher for WAPI

int TKIP

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

int WEP104

This constant was deprecated in API level 28. Due to security and performance limitations, use of WEP networks is discouraged.

int WEP40

This constant was deprecated in API level 28. Due to security and performance limitations, use of WEP networks is discouraged.

String varName

Fields

public static final String[] strings

Inherited methods

Constants

CCMP

Added in API level 1
public static final int CCMP

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

Constant Value: 3 (0x00000003)

GCMP_128

Added in API level 31
Deprecated in API level 29
public static final int GCMP_128

AES in Galois/Counter Mode with a 128-bit integrity key

Constant Value: 7 (0x00000007)

GCMP_256

Added in API level 29
Deprecated in API level 29
public static final int GCMP_256

AES in Galois/Counter Mode

Constant Value: 5 (0x00000005)

SMS4

Added in API level 30
Deprecated in API level 29
public static final int SMS4

SMS4 cipher for WAPI

Constant Value: 6 (0x00000006)

TKIP

Added in API level 1
public static final int TKIP

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

Constant Value: 2 (0x00000002)

WEP104

Added in API level 1
Deprecated in API level 28
public static final int WEP104

This constant was deprecated in API level 28.
Due to security and performance limitations, use of WEP networks is discouraged.

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

Constant Value: 1 (0x00000001)

WEP40

Added in API level 1
Deprecated in API level 28
public static final int WEP40

This constant was deprecated in API level 28.
Due to security and performance limitations, use of WEP networks is discouraged.

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

Constant Value: 0 (0x00000000)

varName

Added in API level 1
public static final String varName

Constant Value: "group"

Fields

strings

Added in API level 1
public static final String[] strings