Ieee80211AssociationResponseFrame

Namespace inet::ieee80211

Ieee80211AssociationResponseFrame

packet

Association response frame format (management frame + body)

Extends

Name Type Description
Ieee80211ManagementFrame (unknown -- not in documented files)

Fields

Name Type Description
type
byteLength

FIXME variable bodyLength

body Ieee80211AssociationResponseFrameBody

Source code

//
// Association response frame format (management frame + body)
//
packet Ieee80211AssociationResponseFrame extends Ieee80211ManagementFrame
{
    type = ST_ASSOCIATIONRESPONSE;
    byteLength = 28+getBody().getBodyLength();   //FIXME variable bodyLength
    Ieee80211AssociationResponseFrameBody body;
}

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