DOT11_RECV_SENSITIVITY (Compact 2013)

3/26/2014

This structure defines the elements of the dot11RecvSensitivity array. For more information about the dot11RecvSensitivity array, see DOT11_RECV_SENSITIVITY_LIST.

Syntax

typedef struct _DOT11_RECV_SENSITIVITY
{
  UCHAR  ucDataRate;
  LONG  lRSSIMin;
  LONG  lRSSIMax;
} DOT11_RECV_SENSITIVITY, *PDOT11_RECV_SENSITIVITY;

Members

  • ucDataRate
    A data rate supported by the PHY that is specified by the dot11PhyType member. The miniport driver must specify a data rate from 2 through 127 and in units of 500 kilobits per second (kbps).
  • lRSSIMin
    The minimum receive signal strength indication (RSSI) value, in units of decibels referenced to 1.0 milliwatts (dBm), for the data rate specified by the ucDataRate member.
  • lRSSIMax
    The maximum RSSI value, in units of dBm, for the data rate that is specified by the ucDataRate member.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
DOT11_RECV_SENSITIVITY_LIST
Native 802.11 Wireless LAN Reference