EasyConnectStatusCallback
abstract class EasyConnectStatusCallback
kotlin.Any | |
↳ | 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 | |
---|---|
static Int |
Easy Connect Failure event: Bootstrapping/Authentication initialization process failure. |
static Int |
Easy Connect Failure event: Easy Connect request while in another Easy Connect exchange. |
static Int |
Easy Connect R2 Failure event: Enrollee cannot find the network. |
static Int |
Easy Connect Failure event: Configuration process has failed due to malformed message. |
static Int |
Easy Connect R2 Failure event: Enrollee failed to authenticate with the network. |
static Int |
Easy Connect Failure event: Enrollee didn't scan the network's operating channel. |
static Int |
Easy Connect R2 Failure event: Enrollee rejected the configuration. |
static Int |
Easy Connect Failure event: General protocol failure. |
static Int |
Easy Connect Failure event: Invalid network provided to Easy Connect configurator. |
static Int |
Easy Connect Failure event: Scanned QR code is either not a Easy Connect URI, or the Easy Connect URI has errors. |
static Int |
Easy Connect Failure event: Both devices are implementing the same role and are incompatible. |
static Int |
Easy Connect Failure event: Feature or option is not supported. |
static Int |
Easy Connect Failure event: No response from the peer. |
static Int |
Easy Connect Failure event: System failed to generate DPP URI. |
Constants
EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION
static val EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION: Int
Easy Connect Failure event: Bootstrapping/Authentication initialization process failure.
Value: -2
EASY_CONNECT_EVENT_FAILURE_BUSY
static val EASY_CONNECT_EVENT_FAILURE_BUSY: Int
Easy Connect Failure event: Easy Connect request while in another Easy Connect exchange.
Value: -5
EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK
static val EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK: Int
Easy Connect R2 Failure event: Enrollee cannot find the network.
Value: -10
EASY_CONNECT_EVENT_FAILURE_CONFIGURATION
static val EASY_CONNECT_EVENT_FAILURE_CONFIGURATION: Int
Easy Connect Failure event: Configuration process has failed due to malformed message.
Value: -4
EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION
static val EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION: Int
Easy Connect R2 Failure event: Enrollee failed to authenticate with the network.
Value: -11
EASY_CONNECT_EVENT_FAILURE_ENROLLEE_FAILED_TO_SCAN_NETWORK_CHANNEL
static val EASY_CONNECT_EVENT_FAILURE_ENROLLEE_FAILED_TO_SCAN_NETWORK_CHANNEL: Int
Easy Connect Failure event: Enrollee didn't scan the network's operating channel. This error is generated when framework finds that Network's operating channel is not included in the list of channels the Enrollee scanned in attempting to discover the network prior to connection.
Value: -14
EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION
static val EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION: Int
Easy Connect R2 Failure event: Enrollee rejected the configuration.
Value: -12
EASY_CONNECT_EVENT_FAILURE_GENERIC
static val EASY_CONNECT_EVENT_FAILURE_GENERIC: Int
Easy Connect Failure event: General protocol failure.
Value: -7
EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK
static val EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK: Int
Easy Connect Failure event: Invalid network provided to Easy Connect configurator. Network must either be WPA3-Personal (SAE) or WPA2-Personal (PSK).
Value: -9
EASY_CONNECT_EVENT_FAILURE_INVALID_URI
static val EASY_CONNECT_EVENT_FAILURE_INVALID_URI: Int
Easy Connect Failure event: Scanned QR code is either not a Easy Connect URI, or the Easy Connect URI has errors.
Value: -1
EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE
static val EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE: Int
Easy Connect Failure event: Both devices are implementing the same role and are incompatible.
Value: -3
EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED
static val EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED: Int
Easy Connect Failure event: Feature or option is not supported.
Value: -8
EASY_CONNECT_EVENT_FAILURE_TIMEOUT
static val EASY_CONNECT_EVENT_FAILURE_TIMEOUT: Int
Easy Connect Failure event: No response from the peer.
Value: -6
EASY_CONNECT_EVENT_FAILURE_URI_GENERATION
static val EASY_CONNECT_EVENT_FAILURE_URI_GENERATION: Int
Easy Connect Failure event: System failed to generate DPP URI.
Value: -13