Module libwifi::frame[][src]

The Frame enum and all structs that represent each type of possible frame.

Modules

components

Contains structs representing recurring sets of structured data. For instance, MAC-Addresses, default headers, etc.

Structs

Ack

Send by the receiving station to indicate that the data has been transmitted.

AssociationRequest
AssociationResponse
Beacon
BlockAck

Used in a BlockAck session to request acknowledgment of sent packets.

BlockAckRequest

Used in a BlockAck session to acknowlede sent packets.

Cts

Send by a station to indicate that requesting node is allowed to send.

Data
NullData
ProbeRequest
ProbeResponse
QosData
QosNull
Rts

It indicates to the Station, that a node wants to send some data.

Enums

BlockAckInfo
BlockAckMode
Frame

This represents all currently supported payloads for frame subtypes. Each variant is represented by its own struct.