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