Class Ieee80211Prim_BSSDescription

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

C++ definition

(no description)

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.

Fields:

Name Type Description
channelNumber int
BSSID MACAddress
SSID string
supportedRates Ieee80211SupportedRatesElement
beaconInterval simtime_t
rxPower double

received power from AP; not part of the standard

Source code:

class Ieee80211Prim_BSSDescription
{
    int channelNumber;
    MACAddress BSSID;
    string SSID;
    Ieee80211SupportedRatesElement supportedRates;
    simtime_t beaconInterval;

    double rxPower; // received power from AP; not part of the standard
}