DOT11_DIVERSITY_SUPPORT枚举 (windot11.h)

重要本机 802.11 无线 LAN 接口在 Windows 10 及更高版本中已弃用。 请改用 WLAN 设备驱动程序接口 (WDI) 。 有关 WDI 的详细信息,请参阅 WLAN 通用 Windows 驱动程序模型

DOT11_DIVERSITY_SUPPORT枚举指定 PHY 在 802.11 工作站上支持的天线分集类型。

语法

typedef enum _DOT11_DIVERSITY_SUPPORT {
  dot11_diversity_support_unknown       = 0,
  dot11_diversity_support_fixedlist     = 1,
  dot11_diversity_support_notsupported  = 2,
  dot11_diversity_support_dynamic       = 3
} DOT11_DIVERSITY_SUPPORT, *PDOT11_DIVERSITY_SUPPORT;

常量

 
dot11_diversity_support_unknown
未初始化或未知的多样性支持类型。
dot11_diversity_support_fixedlist
PHY 支持在 中定义的固定天线列表上执行的天线分集
the
dot11DiversitySelectionRx MIB 对象。 有关此 MIB 对象的详细信息,请参阅

OID_DOT11_DIVERSITY_SELECTION_RX。
dot11_diversity_support_notsupported
PHY 不支持天线分集。
dot11_diversity_support_dynamic
PHY 支持天线分集和多样性的动态控制。 PHY 层管理
实体 (LME) 可以动态修改 指定的天线列表
dot11DiversitySelectionRx MIB 对象

要求

要求
最低受支持的客户端 在 Windows Vista 和更高版本的 Windows 操作系统中可用。
标头 windot11.h (包括 Ndis.h)

另请参阅

OID_DOT11_DIVERSITY_SELECTION_RX