# Print output for @column tags ?>
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.
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 | |
---|---|
public static final int EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION
Easy Connect Failure event: Bootstrapping/Authentication initialization process failure.
Constant Value: -2 (0xfffffffe)
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)
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)
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)
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)
public static final int EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION
Easy Connect R2 Failure event: Enrollee rejected the configuration.
Constant Value: -12 (0xfffffff4)
public static final int EASY_CONNECT_EVENT_FAILURE_GENERIC
Easy Connect Failure event: General protocol failure.
Constant Value: -7 (0xfffffff9)
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)
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)
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)
public static final int EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED
Easy Connect Failure event: Feature or option is not supported.
Constant Value: -8 (0xfffffff8)
public static final int EASY_CONNECT_EVENT_FAILURE_TIMEOUT
Easy Connect Failure event: No response from the peer.
Constant Value: -6 (0xfffffffa)