DOT11_DIVERSITY_SELECTION_RX_LIST (Compact 2013)

3/26/2014

This structure defines the list of antennas on the current PHY type that are available for receive (RX) diversity.

Syntax

typedef struct _DOT11_DIVERSITY_SELECTION_RX_LIST 
{
  ULONG  uNumOfEntries;
  ULONG  uTotalNumOfEntries;
  DOT11_DIVERSITY_SELECTION_RX  dot11DiversitySelectionRx[1];
} DOT11_DIVERSITY_SELECTION_RX_LIST, *PDOT11_DIVERSITY_SELECTION_RX_LIST;

Members

  • uNumOfEntries
    Number of entries in the dot11DiversitySelectionRx array. A zero value for this member indicates an empty list.
  • uTotalNumOfEntries
    Maximum number of entries that the dot11DiversitySelectionRx array requires
  • dot11DiversitySelectionRx
    The list of receive (RX) antennas that can be used for RX diversity operations

The data type for the elements of the dot11DiversitySelectionRx array is the DOT11_DIVERSITY_SELECTION_RX structure.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
DOT11_DIVERSITY_SELECTION_RX
OID_DOT11_DIVERSITY_SELECTION_RX
Native 802.11 Wireless LAN Reference