WiFi Framework C++ Edition
Public Attributes | List of all members
wclWiFiBss Struct Reference

The record contains information about a basic service set (BSS). More...

#include <wclWiFi.h>

Public Attributes

tstring Ssid
 The SSID of the access point (AP) or peer station associated with the BSS.
 
unsigned long PhyId
 The identifier (ID) of the PHY that the wireless LAN interface used to detect the BSS network.
 
tstring Mac
 The media access control (MAC) address of the access point for infrastructure BSS networks or the peer station for independent BSS networks (ad hoc networks) that sent the 802.11 Beacon or Probe Response frame received by the wireless LAN interface while scanning.
 
wclWiFiBssType BssType
 The BSS network type. This member can be one of the following values: bssInfrastructure or bssIndependent.
 
wclWiFiPhy PhyType
 The PHY type for this network.
 
int Rssi
 The received signal strength indicator (RSSI) value, in units of decibels referenced to 1.0 milliwatts (dBm), as detected by the wireless LAN interface driver for the AP or peer station.
 
unsigned long LinkQuality
 The link quality reported by the wireless LAN interface driver. The link quality value ranges from 0 through 100. A value of 100 specifies the highest link quality.
 
bool InRegDomain
 
unsigned short BeaconPeriod
 
unsigned long long Timestamp
 The value of the Timestamp field from the 802.11 Beacon or Probe Response frame received by the wireless LAN interface.
 
unsigned long long HostTimestamp
 The host timestamp value that records when wireless LAN interface received the Beacon or Probe Response frame. This member is a count of 100-nanosecond intervals since January 1, 1601.
 
wclWiFiBssCaps Capability
 The value of the Capability Information field from the 802.11 Beacon or Probe Response frame received by the wireless LAN interface.
 
unsigned long ChCenterFrequency
 
std::vector< unsigned short > Rates
 
wclWiFiIeRawData IeRaw
 

Detailed Description

The record contains information about a basic service set (BSS).