Share via


DOT11_DIVERSITY_SELECTION_RX (Compact 2013)

3/26/2014

This structure defines the dot11DiversitySelectionRx array. For more information about this array, see DOT11_DIVERSITY_SELECTION_RX_LIST.

Syntax

typedef struct _DOT11_DIVERSITY_SELECTION_RX
{
  ULONG  uAntennaListIndex;
  BOOLEAN  bDiversitySelectionRX;
} DOT11_DIVERSITY_SELECTION_RX,*PDOT11_DIVERSITY_SELECTION_RX;

Members

  • uAntennaListIndex
    The antenna index. The value of uAntennaListIndex must be from 1 through 255.

    The antenna index value must match the index of a supported RX antenna previously specified by the miniport driver when queried by OID_DOT11_SUPPORTED_RX_ANTENNA.

  • bDiversitySelectionRX
    When set to TRUE, this indicates that the antenna represented by uAntennaListIndex can be used for receive diversity.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
DOT11_DIVERSITY_SELECTION_RX_LIST
OID_DOT11_SUPPORTED_RX_ANTENNA
OID_DOT11_DIVERSITY_SELECTION_RX
Native 802.11 Wireless LAN Reference