pub enum WifiState {
StaStarted,
StaConnected,
StaDisconnected,
StaStopped,
ApStarted,
ApStopped,
Invalid,
}
Expand description
Wifi interface state
Variants§
Trait Implementations§
source§impl From<WifiState> for AtomicWifiState
impl From<WifiState> for AtomicWifiState
source§fn from(val: WifiState) -> AtomicWifiState
fn from(val: WifiState) -> AtomicWifiState
Converts to this type from the input type.