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