Class Ieee80211Prim_BSSDescription

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg

C++ definition: click here

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

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

received power from AP; not part of the standard

Source code:

class Ieee80211Prim_BSSDescription
{
    fields:
        int channelNumber;
        MACAddress BSSID;
        string SSID;
        Ieee80211SupportedRatesElement supportedRates;
        double beaconInterval;

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