Added in API level 1
Deprecated in API level 29

Status

open class Status
kotlin.Any
   ↳ android.net.wifi.WifiConfiguration.Status

Possible status of a network configuration.

Summary

Constants
static Int

this is the network we are currently connected to

static Int

supplicant will not attempt to use this network

static Int

supplicant will consider this network available for association

Properties
static Array<String!>!

Constants

CURRENT

Added in API level 1
static val CURRENT: Int

Deprecated: Deprecated in Java.

this is the network we are currently connected to

Value: 0

DISABLED

Added in API level 1
static val DISABLED: Int

Deprecated: Deprecated in Java.

supplicant will not attempt to use this network

Value: 1

ENABLED

Added in API level 1
static val ENABLED: Int

Deprecated: Deprecated in Java.

supplicant will consider this network available for association

Value: 2

Properties

strings

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

Deprecated: Deprecated in Java.