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