Class Ieee80211ReassociationRequestFrameBody

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg

C++ definition: click here

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

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.

Ieee80211ReassociationRequestFrameBody Ieee80211AssociationRequestFrameBody

Extends:

Ieee80211AssociationRequestFrameBody

Association request frame body format

Fields:

Name Type Description
bodyLength

assuming a 8-character SSID and 4 supported datarate

currentAP MACAddress

Source code:

class Ieee80211ReassociationRequestFrameBody extends Ieee80211AssociationRequestFrameBody
{
    fields:
        bodyLength = 26; // assuming a 8-character SSID and 4 supported datarate
        MACAddress currentAP;
};