Added in API level 1
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
this is the network we are currently connected to
Value: 0
DISABLED
Added in API level 1
static val DISABLED: Int
supplicant will not attempt to use this network
Value: 1
ENABLED
Added in API level 1
static val ENABLED: Int
supplicant will consider this network available for association
Value: 2