Class Ieee80211ProbeResponseFrameBody

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

Probe response frame body format (same as Beacon)

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:

Ieee80211BeaconFrameBody (class)

Beacon frame body format.

Fields:

Name Type Description
supportedRates Ieee80211SupportedRatesElement
SSID string
bodyLength short

not an actual frame field

beaconInterval simtime_t
handoverParameters Ieee80211HandoverParameters
channelNumber int

Source code:

//
// Probe response frame body format (same as Beacon)
//
class Ieee80211ProbeResponseFrameBody extends Ieee80211BeaconFrameBody
{
}


//--------------------------------------------------------------