Message Ieee80211ACKFrame

File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg

C++ definition: click here

Format of the 802.11 ACK frame

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:

Ieee80211OneAddressFrame

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

Fields:

Name Type Description
type

Source code:

message Ieee80211ACKFrame extends Ieee80211OneAddressFrame
{
    fields:
       type = ST_ACK;
};