Status
open classStatus
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 valCURRENT: Int
Deprecated: Deprecated in Java.
this is the network we are currently connected to
Value: 0
DISABLED
Added in API level 1
static valDISABLED: Int
Deprecated: Deprecated in Java.
supplicant will not attempt to use this network
Value: 1
ENABLED
Added in API level 1
static valENABLED: Int
Deprecated: Deprecated in Java.
supplicant will consider this network available for association
Value: 2