Packet Ieee80211CTSFrame

File: src/linklayer/ieee80211/mac/Ieee80211Frame.msg

Format of the 802.11 CTS frame

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
Ieee80211OneAddressFrame packet

Format of a 802.11 frame with address1 present, like ACK and CTS

Fields:

Name Type Description
type short

type and subtype

byteLength
toDS bool
fromDS bool
retry bool
moreFragments bool
duration simtime_t

"duration" in the Duration/ID field (-1=no duration)

AID short

"id" (Association ID) in the Duration/ID field (-1=no ID)

receiverAddress MACAddress

aka address1

Source code:

//
// Format of the 802.11 CTS frame
//
packet Ieee80211CTSFrame extends Ieee80211OneAddressFrame
{
    type = ST_CTS;
}