File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg
C++ definition: click here
Re-association request frame body format (same as association)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211AssociationRequestFrameBody | Association request frame body format |
Name | Type | Description |
---|---|---|
bodyLength | assuming a 8-character SSID and 4 supported datarate |
|
currentAP | MACAddress |
class Ieee80211ReassociationRequestFrameBody extends Ieee80211AssociationRequestFrameBody { fields: bodyLength = 26; // assuming a 8-character SSID and 4 supported datarate MACAddress currentAP; };