# Print output for @column tags ?> EasyConnectStatusCallback - Android SDK | Android Developers

Most visited

Recently visited

EasyConnectStatusCallback

public abstract class EasyConnectStatusCallback
extends Object

java.lang.Object
   ↳ android.net.wifi.EasyConnectStatusCallback


Easy Connect (DPP) Status Callback. Use this callback to get status updates (success, failure, progress) from the Easy Connect operations.

Summary

Constants

int EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION

Easy Connect Failure event: Bootstrapping/Authentication initialization process failure.

int EASY_CONNECT_EVENT_FAILURE_BUSY

Easy Connect Failure event: Easy Connect request while in another Easy Connect exchange.

int EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK

Easy Connect R2 Failure event: Enrollee cannot find the network.

int EASY_CONNECT_EVENT_FAILURE_CONFIGURATION

Easy Connect Failure event: Configuration process has failed due to malformed message.

int EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION

Easy Connect R2 Failure event: Enrollee failed to authenticate with the network.

int EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION

Easy Connect R2 Failure event: Enrollee rejected the configuration.

int EASY_CONNECT_EVENT_FAILURE_GENERIC

Easy Connect Failure event: General protocol failure.

int EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK

Easy Connect Failure event: Invalid network provided to Easy Connect configurator.

int EASY_CONNECT_EVENT_FAILURE_INVALID_URI

Easy Connect Failure event: Scanned QR code is either not a Easy Connect URI, or the Easy Connect URI has errors.

int EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE

Easy Connect Failure event: Both devices are implementing the same role and are incompatible.

int EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED

Easy Connect Failure event: Feature or option is not supported.

int EASY_CONNECT_EVENT_FAILURE_TIMEOUT

Easy Connect Failure event: No response from the peer.

Inherited methods

Constants

EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION

public static final int EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION

Easy Connect Failure event: Bootstrapping/Authentication initialization process failure.

Constant Value: -2 (0xfffffffe)

EASY_CONNECT_EVENT_FAILURE_BUSY

public static final int EASY_CONNECT_EVENT_FAILURE_BUSY

Easy Connect Failure event: Easy Connect request while in another Easy Connect exchange.

Constant Value: -5 (0xfffffffb)

EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK

public static final int EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK

Easy Connect R2 Failure event: Enrollee cannot find the network.

Constant Value: -10 (0xfffffff6)

EASY_CONNECT_EVENT_FAILURE_CONFIGURATION

public static final int EASY_CONNECT_EVENT_FAILURE_CONFIGURATION

Easy Connect Failure event: Configuration process has failed due to malformed message.

Constant Value: -4 (0xfffffffc)

EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION

public static final int EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION

Easy Connect R2 Failure event: Enrollee failed to authenticate with the network.

Constant Value: -11 (0xfffffff5)

EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION

public static final int EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION

Easy Connect R2 Failure event: Enrollee rejected the configuration.

Constant Value: -12 (0xfffffff4)

EASY_CONNECT_EVENT_FAILURE_GENERIC

public static final int EASY_CONNECT_EVENT_FAILURE_GENERIC

Easy Connect Failure event: General protocol failure.

Constant Value: -7 (0xfffffff9)

EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK

public static final int EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK

Easy Connect Failure event: Invalid network provided to Easy Connect configurator. Network must either be WPA3-Personal (SAE) or WPA2-Personal (PSK).

Constant Value: -9 (0xfffffff7)

EASY_CONNECT_EVENT_FAILURE_INVALID_URI

public static final int EASY_CONNECT_EVENT_FAILURE_INVALID_URI

Easy Connect Failure event: Scanned QR code is either not a Easy Connect URI, or the Easy Connect URI has errors.

Constant Value: -1 (0xffffffff)

EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE

public static final int EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE

Easy Connect Failure event: Both devices are implementing the same role and are incompatible.

Constant Value: -3 (0xfffffffd)

EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED

public static final int EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED

Easy Connect Failure event: Feature or option is not supported.

Constant Value: -8 (0xfffffff8)

EASY_CONNECT_EVENT_FAILURE_TIMEOUT

public static final int EASY_CONNECT_EVENT_FAILURE_TIMEOUT

Easy Connect Failure event: No response from the peer.

Constant Value: -6 (0xfffffffa)