Structs§
- Action frame body.
- Iterator over the MSDUs of a data frame.
- A single MSDU.
- Frame or frame body distinguished by acknowledgement or lack thereof, namely action frames.
- The power management state of a station.
Enums§
- Action frame that may or may not require acknowledgement.
Constants§
Traits§
Functions§
- BSSID: basic service set ID
- IEEE Std 802.11-2016, 11.3.3 Unlike IEEE which only considers Public and Self-Protected Action frames Class 1 frames, Fuchsia considers all Action frames Class 1 frames when checking a frame’s FrameControl. Use
action_frame_class(category)
to determine an Action frame’s proper frame Class. Fuchsia supports neither IBSS nor PBSS, thus, every frame is evaluated in respect to an Infrastructure BSS.
Type Aliases§
- Action frame that requires acknowledgement per the
ACTION
management frame subtype. - Action frame that does not require acknowledgement per the
ACTION_NO_ACK
management frame subtype.