Ieee80211BeaconFrame

Ieee80211BeaconFrame

class

Beacon frame body format.

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
Ieee80211MgmtFrame class

Frame body base class used to hide various frame body types

Known subclasses

Name Type Description
Ieee80211ProbeResponseFrame class

Probe response frame body format (same as Beacon)

Fields

Name Type Description
SSID string
supportedRates Ieee80211SupportedRatesElement
beaconInterval simtime_t
channelNumber int
handoverParameters Ieee80211HandoverParameters

TODO is it a vendor-specific parameter in serializer?

mutable bool
complete bool
correct bool
properlyRepresented bool
chunkLength b
rawBin string[]
rawHex string[]
tags RegionTagSet::cObjectRegionTag[]

Source code

//
// Beacon frame body format.
//
class Ieee80211BeaconFrame extends Ieee80211MgmtFrame
{
    string SSID;
    Ieee80211SupportedRatesElement supportedRates;
    simtime_t beaconInterval;
    int channelNumber;
    Ieee80211HandoverParameters handoverParameters;     //TODO is it a vendor-specific parameter in serializer?
}

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