File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg
C++ definition: click here
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
channelNumber | int | |
BSSID | MACAddress | |
SSID | string | |
supportedRates | Ieee80211SupportedRatesElement | |
beaconInterval | double | |
rxPower | double | received power from AP; not part of the standard |
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 };