Namespace inet::ieee80211
Ieee80211ACKFrame
packetFormat of the 802.11 ACK frame
Extends
Name | Type | Description |
---|---|---|
Ieee80211OneAddressFrame | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
byteLength | ||
type |
Source code
// // Format of the 802.11 ACK frame // packet Ieee80211ACKFrame extends Ieee80211OneAddressFrame { byteLength = LENGTH_ACK / 8; type = ST_ACK; }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg