Message Ieee80211ManagementFrame

File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg

C++ definition: click here

Base class for 802.11 management frames (subclasses will add frame body contents)

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.

Ieee80211ManagementFrame Ieee80211AuthenticationFrame Ieee80211DeauthenticationFrame Ieee80211DisassociationFrame Ieee80211ProbeRequestFrame Ieee80211AssociationRequestFrame Ieee80211ReassociationRequestFrame Ieee80211AssociationResponseFrame Ieee80211ReassociationResponseFrame Ieee80211BeaconFrame Ieee80211ProbeResponseFrame Ieee80211DataOrMgmtFrame

Extends:

Ieee80211DataOrMgmtFrame

Common base class for 802.11 data and management frames

Known subclasses:

Ieee80211AuthenticationFrame

Authentication frame format (management frame + body)

Ieee80211DeauthenticationFrame

De-authentication frame format (management frame + body)

Ieee80211DisassociationFrame

Dis-association frame format (management frame + body) (same as De-authentication)

Ieee80211ProbeRequestFrame

Probe request frame format (management frame + body)

Ieee80211AssociationRequestFrame

Association request frame format (management frame + body)

Ieee80211ReassociationRequestFrame

Re-association request frame format (management frame + body) (same as association)

Ieee80211AssociationResponseFrame

Association response frame format (management frame + body)

Ieee80211ReassociationResponseFrame

Re-association response frame format (management frame + body)

Ieee80211BeaconFrame

Beacon frame format (management frame + body)

Ieee80211ProbeResponseFrame

Probe response frame format (management frame + body); same as Beacon

Source code:

message Ieee80211ManagementFrame extends Ieee80211DataOrMgmtFrame
{
};