WLAN_REALTIME_CONNECTION_QUALITY_LINK_INFO structure (wlanapi.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Contains information about a connected link.

Syntax

typedef struct _WLAN_REALTIME_CONNECTION_QUALITY_LINK_INFO {
  UCHAR         ucLinkID;
  ULONG         ulChannelCenterFrequencyMhz;
  ULONG         ulBandwidth;
  LONG          lRssi;
  WLAN_RATE_SET wlanRateSet;
} WLAN_REALTIME_CONNECTION_QUALITY_LINK_INFO, *PWLAN_REALTIME_CONNECTION_QUALITY_LINK_INFO;

Members

ucLinkID

The Link ID of the specific link.

ulChannelCenterFrequencyMhz

The channel center frequency of the band on which the 802.11 Beacon or Probe Response frame was received. The value of ulChannelCenterFrequencyMhz is in units of kilohertz (kHz).

Note

This member is valid only for PHY types that are not frequency-hopping spread spectrum (FHSS).

ulBandwidth

Bandwidth of the specific link.

lRssi

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.

wlanRateSet

A set of data transfer rates supported by the BSS. The data type for this member is a WLAN_RATE_SET structure.

Requirements

Requirement Value
Header wlanapi.h