pub type DefaultAWDLActionFrame<'a> = AWDLActionFrame<ReadTLVs<'a>>;Expand description
The default awdl action frame returned by reading.
Aliased Type§
pub struct DefaultAWDLActionFrame<'a> {
pub subtype: AWDLActionFrameSubType,
pub phy_tx_time: Duration,
pub target_tx_time: Duration,
pub tagged_data: ReadTLVs<'a>,
}Fields§
§subtype: AWDLActionFrameSubType§phy_tx_time: DurationThe time the NIC physically started sending the frame, in μs.
target_tx_time: DurationThe time the driver send the frame to the NIC, in μs.
tagged_data: ReadTLVs<'a>The TLVs contained in the action frame.