File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg
C++ definition: click here
Association request 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 |
Ieee80211ReassociationRequestFrameBody | Re-association request frame body format (same as association) |
Name | Type | Description |
---|---|---|
bodyLength | assuming a 8-character SSID |
|
SSID | string | |
supportedRates | Ieee80211SupportedRatesElement |
class Ieee80211AssociationRequestFrameBody extends Ieee80211FrameBody { fields: bodyLength = 16; // assuming a 8-character SSID string SSID; Ieee80211SupportedRatesElement supportedRates; };