Message Ieee80211OneAddressFrame

File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg

C++ definition: click here

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

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Ieee80211Frame

The common part of 802.11 frames.

Known subclasses:

Ieee80211ACKFrame

Format of the 802.11 ACK frame

Ieee80211TwoAddressFrame

Format of a 802.11 frame with address1 and address2 present

Ieee80211CTSFrame

Format of the 802.11 CTS frame

Source code:

message Ieee80211OneAddressFrame extends Ieee80211Frame
{
};