Type Alias wlan_common::mac::ActionAckFrame

source ·
pub type ActionAckFrame<B> = NoAck<false, ActionBody<B>>;
Expand description

Action frame that requires acknowledgement per the ACTION management frame subtype.

Aliased Type§

struct ActionAckFrame<B>(pub ActionBody<B>);

Fields§

§0: ActionBody<B>