Ieee80211Prim_BssDescription
class(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description | 
|---|---|---|
| cObject | (unknown -- not in documented files) | 
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 extends cObject { int channelNumber; MacAddress BSSID; string SSID; Ieee80211SupportedRatesElement supportedRates; simtime_t beaconInterval; double rxPower; // received power from AP; not part of the standard }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211Primitives.msg