Share via


DOT11_DIVERSITY_SUPPORT (Compact 2013)

3/26/2014

This enumeration specifies the type of antenna diversity supported by a PHY on the 802.11 station.

Syntax

typedef enum _DOT11_DIVERSITY_SUPPORT {
  dot11_diversity_support_unknown,
  dot11_diversity_support_fixedlist,
  dot11_diversity_support_notsupported,
  dot11_diversity_support_dynamic,
} DOT11_DIVERSITY_SUPPORT, *PDOT11_DIVERSITY_SUPPORT;

Values

  • dot11_diversity_support_unknown
    An uninitialized or unknown diversity support type
  • dot11_diversity_support_fixedlist
    The PHY supports antenna diversity that is performed over the fixed list of antennas defined in the dot11DiversitySelectionRx MIB object. For more information about this MIB object, see OID_DOT11_DIVERSITY_SELECTION_RX.
  • dot11_diversity_support_notsupported
    The PHY does not support antenna diversity
  • dot11_diversity_support_dynamic
    The PHY supports antenna diversity and the dynamic control of diversity. The PHY layer management entity (LME) can dynamically modify the list of antennas specified by the dot11DiversitySelectionRx MIB object

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
OID_DOT11_DIVERSITY_SELECTION_RX
Native 802.11 Wireless LAN Reference