Message Ieee80211DataFrame

File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg

C++ definition: click here

Format of the 802.11 data 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.

Ieee80211DataFrame Ieee80211DataOrMgmtFrame

Extends:

Ieee80211DataOrMgmtFrame

Common base class for 802.11 data and management frames

Fields:

Name Type Description
type
byteLength
address4 MACAddress

Source code:

message Ieee80211DataFrame extends Ieee80211DataOrMgmtFrame
{
    fields:
        type = ST_DATA;
        byteLength = 34;
        MACAddress address4;
};