Probe response frame body format (same as Beacon)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211BeaconFrameBody (class) |
Beacon frame body format. |
Name | Type | Description |
---|---|---|
supportedRates | Ieee80211SupportedRatesElement | |
SSID | string | |
bodyLength | short |
not an actual frame field |
beaconInterval | simtime_t | |
handoverParameters | Ieee80211HandoverParameters | |
channelNumber | int |
// // Probe response frame body format (same as Beacon) // class Ieee80211ProbeResponseFrameBody extends Ieee80211BeaconFrameBody { } //--------------------------------------------------------------