File: NetworkInterfaces/Ieee80211/Mac/Ieee80211Frame.msg
C++ definition: click here
Base class for 802.11 management frames (subclasses will add frame body contents)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211DataOrMgmtFrame | Common base class for 802.11 data and management frames |
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 |
message Ieee80211ManagementFrame extends Ieee80211DataOrMgmtFrame { };