Module event

Module event 

Source
Available on crate feature wifi only.
Expand description

Wi-Fi event handlers.

Structs§

ActionTxStatus
See WifiEvent.
ApCredential
All AP credentials received from WPS handshake.
ApProbeReqReceived
See WifiEvent.
ApStaConnected
See WifiEvent.
ApStaDisconnected
See WifiEvent.
ApStart
See WifiEvent.
ApStop
See WifiEvent.
ApWpsRgFailed
See WifiEvent.
ApWpsRgPbcOverlap
See WifiEvent.
ApWpsRgPin
See WifiEvent.
ApWpsRgSuccess
See WifiEvent.
ApWpsRgTimeout
See WifiEvent.
BtwtSetup
See WifiEvent.
BtwtTeardown
See WifiEvent.
ConnectionlessModuleWakeIntervalStart
See WifiEvent.
FtmReport
See WifiEvent.
FtmReportEntry
A safe, read-only wrapper for a single FTM report entry.
HomeChannelChange
See WifiEvent.
ItwtProbe
See WifiEvent.
ItwtSetup
See WifiEvent.
ItwtSuspend
See WifiEvent.
ItwtTeardown
See WifiEvent.
NanReceive
See WifiEvent.
NanReplied
See WifiEvent.
NanStarted
See WifiEvent.
NanStopped
See WifiEvent.
NanSvcMatch
See WifiEvent.
NdpConfirm
See WifiEvent.
NdpIndication
See WifiEvent.
NdpTerminated
See WifiEvent.
RocDone
See WifiEvent.
ScanDone
See WifiEvent.
StaAuthmodeChange
See WifiEvent.
StaBeaconTimeout
See WifiEvent.
StaBssRssiLow
See WifiEvent.
StaConnected
See WifiEvent.
StaDisconnected
See WifiEvent.
StaNeighborRep
See WifiEvent.
StaStart
See WifiEvent.
StaStop
See WifiEvent.
StaWpsErFailed
See WifiEvent.
StaWpsErPbcOverlap
See WifiEvent.
StaWpsErPin
See WifiEvent.
StaWpsErSuccess
See WifiEvent.
StaWpsErTimeout
See WifiEvent.
TwtWakeup
See WifiEvent.
WifiReady
See WifiEvent.

Traits§

EventExtunstable
Extension trait for setting handlers for an event.

Functions§

handleunstable
Handle the given event using the registered event handlers.

Type Aliases§

Handlerunstable
The type of handlers of events.