Namespace inet::ieee80211
Ieee80211CtsFrame
classFormat of the 802.11 CTS 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 CTS frame // class Ieee80211CtsFrame extends Ieee80211OneAddressHeader { chunkLength = LENGTH_CTS - B(4); type = ST_CTS; }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg