Packet Ieee80211OneAddressFrame

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

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

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Ieee80211Frame (packet)

The common part of 802.11 frames.

Known subclasses:

Ieee80211ACKFrame (packet)

Format of the 802.11 ACK frame

Ieee80211CTSFrame (packet)

Format of the 802.11 CTS frame

Ieee80211TwoAddressFrame (packet)

Format of a 802.11 frame with address1 and address2 present

Fields:

Name Type Description
byteLength
duration simtime_t

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

toDS bool
fromDS bool
AID short

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

type short

type and subtype

retry bool
receiverAddress MACAddress

aka address1

moreFragments bool

Source code:

//
// Format of a 802.11 frame with address1 present, like ACK and CTS
//
packet Ieee80211OneAddressFrame extends Ieee80211Frame
{
}