Type Alias wlancfg_lib::client::types::ClientState

source ·
pub type ClientState = WlanClientState;

Aliased Type§

enum ClientState {
    ConnectionsDisabled = 1,
    ConnectionsEnabled = 2,
}

Variants§

§

ConnectionsDisabled = 1

§

ConnectionsEnabled = 2