Namespace inet::ieee80211
Ieee80211AckFrame
classFormat of the 802.11 ACK frame
Extends
| Name | Type | Description |
|---|---|---|
| Ieee80211OneAddressHeader | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| chunkLength | ||
| type |
Packet operations (observed)
| action | module |
|---|---|
| Packet | Dcf, Hcf |
| insertAtFront | Tx |
Source code
// // Format of the 802.11 ACK frame // class Ieee80211AckFrame extends Ieee80211OneAddressHeader { chunkLength = LENGTH_ACK - B(4); type = ST_ACK; }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg