Enum esp_idf_svc::wifi::WifiEvent
source · pub enum WifiEvent<'a> {
Show 23 variants
Ready,
ScanDone,
StaStarted,
StaStopped,
StaConnected,
StaDisconnected,
StaAuthmodeChanged,
StaBssRssiLow,
StaBeaconTimeout,
StaWpsSuccess(&'a [WpsCredentialsRef]),
StaWpsFailed,
StaWpsTimeout,
StaWpsPin(Option<u32>),
StaWpsPbcOverlap,
ApStarted,
ApStopped,
ApStaConnected(&'a ApStaConnectedRef),
ApStaDisconnected(&'a ApStaDisconnectedRef),
ApProbeRequestReceived,
FtmReport,
ActionTxStatus,
RocDone,
HomeChannelChange(HomeChannelChange),
}
Variants§
Ready
ScanDone
StaStarted
StaStopped
StaConnected
StaDisconnected
StaAuthmodeChanged
StaBssRssiLow
StaBeaconTimeout
StaWpsSuccess(&'a [WpsCredentialsRef])
StaWpsFailed
StaWpsTimeout
StaWpsPin(Option<u32>)
StaWpsPbcOverlap
ApStarted
ApStopped
ApStaConnected(&'a ApStaConnectedRef)
ApStaDisconnected(&'a ApStaDisconnectedRef)
ApProbeRequestReceived
FtmReport
ActionTxStatus
RocDone
HomeChannelChange(HomeChannelChange)
Trait Implementations§
source§impl<'a> EspEventDeserializer for WifiEvent<'a>
impl<'a> EspEventDeserializer for WifiEvent<'a>
source§impl<'a> EspEventSource for WifiEvent<'a>
impl<'a> EspEventSource for WifiEvent<'a>
impl<'a> Copy for WifiEvent<'a>
Auto Trait Implementations§
impl<'a> Freeze for WifiEvent<'a>
impl<'a> RefUnwindSafe for WifiEvent<'a>
impl<'a> Send for WifiEvent<'a>
impl<'a> Sync for WifiEvent<'a>
impl<'a> Unpin for WifiEvent<'a>
impl<'a> UnwindSafe for WifiEvent<'a>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)