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;
常量
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows Vista 和更高版本的 Windows 操作系统中可用。 |
标头 | windot11.h (包括 Ndis.h) |