File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg
C++ definition: click here
Association response frame body format
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211FrameBody | Frame body base class used to hide various frame body types |
Ieee80211ReassociationResponseFrameBody | Re-association response frame body format (same as AssociationResponse) |
Name | Type | Description |
---|---|---|
bodyLength | assuming a 8-character SSID and 4 supported datarate |
|
statusCode | int | |
aid | short | |
supportedRates | Ieee80211SupportedRatesElement |
class Ieee80211AssociationResponseFrameBody extends Ieee80211FrameBody { fields: bodyLength = 26; // assuming a 8-character SSID and 4 supported datarate int statusCode enum(Ieee80211StatusCode); short aid; Ieee80211SupportedRatesElement supportedRates; };