Ieee80211ReassociationRequestFrame

Namespace inet::ieee80211

Ieee80211ReassociationRequestFrame

packet

Re-association request frame format (management frame + body) (same as association)

Extends

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

Fields

Name Type Description
type
byteLength

FIXME variable bodyLength

body Ieee80211ReassociationRequestFrameBody

Source code

//
// Re-association request frame format (management frame + body) (same as association)
//
packet Ieee80211ReassociationRequestFrame extends Ieee80211ManagementFrame
{
    type = ST_REASSOCIATIONREQUEST;
    byteLength = 28+getBody().getBodyLength();   //FIXME variable bodyLength
    Ieee80211ReassociationRequestFrameBody body;
}

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