Most visited

Recently visited

Added in API level 1

WifiConfiguration.Status

public static class WifiConfiguration.Status
extends Object

java.lang.Object
   ↳ android.net.wifi.WifiConfiguration.Status


Possible status of a network configuration.

Summary

Constants

int CURRENT

this is the network we are currently connected to

int DISABLED

supplicant will not attempt to use this network

int ENABLED

supplicant will consider this network available for association

Fields

public static final String[] strings

Inherited methods

From class java.lang.Object

Constants

CURRENT

Added in API level 1
int CURRENT

this is the network we are currently connected to

Constant Value: 0 (0x00000000)

DISABLED

Added in API level 1
int DISABLED

supplicant will not attempt to use this network

Constant Value: 1 (0x00000001)

ENABLED

Added in API level 1
int ENABLED

supplicant will consider this network available for association

Constant Value: 2 (0x00000002)

Fields

strings

Added in API level 1
String[] strings

Hooray!