Ieee80211ProbeResponseFrame
classProbe response frame body format (same as Beacon)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee80211BeaconFrame | class |
Beacon frame body format. |
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
// // Probe response frame body format (same as Beacon) // class Ieee80211ProbeResponseFrame extends Ieee80211BeaconFrame { }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrame.msg