Type Alias wlancfg_lib::client::types::ScanError

source ·
pub type ScanError = ScanErrorCode;

Aliased Type§

enum ScanError {
    GeneralError = 1,
    Cancelled = 2,
}

Variants§

§

GeneralError = 1

Unexpected scan error without a specific cause.

§

Cancelled = 2

Scan was cancelled and stopped. This can happen due to operating state changes, higher priority operations or conflicting requests.