Class Ieee80211ReassociationResponseFrameBody

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

C++ definition

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.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
Ieee80211AssociationResponseFrameBody class

Association response frame body format

Fields:

Name Type Description
bodyLength short

not an actual frame field

statusCode int
aid short
supportedRates Ieee80211SupportedRatesElement

Source code:

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