Format of the 802.11 ACK frame
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211OneAddressFrame (packet) |
Format of a 802.11 frame with address1 present, like ACK and CTS |
Name | Type | Description |
---|---|---|
byteLength | ||
duration | simtime_t |
"duration" in the Duration/ID field (-1=no duration) |
toDS | bool | |
fromDS | bool | |
AID | short |
"id" (Association ID) in the Duration/ID field (-1=no ID) |
retry | bool | |
receiverAddress | MACAddress |
aka address1 |
type | short |
type and subtype |
moreFragments | bool |
// // Format of the 802.11 ACK frame // packet Ieee80211ACKFrame extends Ieee80211OneAddressFrame { type = ST_ACK; }