Added in API level 1
Deprecated in API level 29

GroupCipher

open class GroupCipher
kotlin.Any
   ↳ 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
static Int

AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.

static Int

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

static Int

AES in Galois/Counter Mode

static Int

SMS4 cipher for WAPI

static Int

Temporal Key Integrity Protocol [IEEE 802.

static Int

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

static Int

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

static String

Properties
static Array<String!>!

Constants

CCMP

Added in API level 1
static val CCMP: Int

Deprecated: Deprecated in Java.

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

Value: 3

GCMP_128

Added in API level 31
Deprecated in API level 29
static val GCMP_128: Int

Deprecated: Deprecated in Java.

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

Value: 7

GCMP_256

Added in API level 29
Deprecated in API level 29
static val GCMP_256: Int

Deprecated: Deprecated in Java.

AES in Galois/Counter Mode

Value: 5

SMS4

Added in API level 30
Deprecated in API level 29
static val SMS4: Int

Deprecated: Deprecated in Java.

SMS4 cipher for WAPI

Value: 6

TKIP

Added in API level 1
static val TKIP: Int

Deprecated: Deprecated in Java.

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

Value: 2

WEP104

Added in API level 1
Deprecated in API level 28
static val WEP104: Int

Deprecated: Due to security and performance limitations, use of WEP networks is discouraged.

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

Value: 1

WEP40

Added in API level 1
Deprecated in API level 28
static val WEP40: Int

Deprecated: Due to security and performance limitations, use of WEP networks is discouraged.

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

Value: 0

varName

Added in API level 1
static val varName: String

Deprecated: Deprecated in Java.

Value: "group"

Properties

strings

Added in API level 1
static val strings: Array<String!>!

Deprecated: Deprecated in Java.