Class Ieee80211ReassociationResponseFrameBody

File: src/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg

Re-association response frame body format (same as AssociationResponse)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Ieee80211AssociationResponseFrameBody (class)

Association response frame body format

Fields:

Name Type Description
statusCode int
supportedRates Ieee80211SupportedRatesElement
bodyLength short

not an actual frame field

aid short

Source code:

//
// Re-association response frame body format (same as AssociationResponse)
//
class Ieee80211ReassociationResponseFrameBody extends Ieee80211AssociationResponseFrameBody
{
}