ClientState

Type Alias ClientState 

Source
pub type ClientState = WlanClientState;

Aliased Type§

#[repr(u32)]
pub enum ClientState { ConnectionsDisabled = 1, ConnectionsEnabled = 2, }

Variants§

§

ConnectionsDisabled = 1

§

ConnectionsEnabled = 2