# Print output for @column tags ?> WifiConfiguration.Status - Android SDK | Android Developers

Most visited


Recently visited


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

Constants


CURRENT

public static final int CURRENT

this is the network we are currently connected to

Constant Value: 0 (0x00000000)

DISABLED

public static final int DISABLED

supplicant will not attempt to use this network

Constant Value: 1 (0x00000001)

ENABLED

public static final int ENABLED

supplicant will consider this network available for association

Constant Value: 2 (0x00000002)

Fields


strings

public static final String[] strings

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.