DOT11_PHY_TYPE 枚举
DOT11_PHY_TYPE枚举定义 802.11 PHY 和媒体类型。
语法
typedef enum _DOT11_PHY_TYPE {
dot11_phy_type_unknown = 0,
dot11_phy_type_any = 0,
dot11_phy_type_fhss = 1,
dot11_phy_type_dsss = 2,
dot11_phy_type_irbaseband = 3,
dot11_phy_type_ofdm = 4,
dot11_phy_type_hrdsss = 5,
dot11_phy_type_erp = 6,
dot11_phy_type_ht = 7,
dot11_phy_type_vht = 8,
dot11_phy_type_IHV_start = 0x80000000,
dot11_phy_type_IHV_end = 0xffffffff
} DOT11_PHY_TYPE, *PDOT11_PHY_TYPE;
常量
-
dot11_phy_type_unknown
-
指定未知或未初始化的 PHY 类型。
-
dot11_phy_type_any
-
指定任何 PHY 类型。
-
dot11_phy_type_fhss
-
指定 (FHSS) PHY 的跳频扩展频谱。 蓝牙设备可以使用 FHSS 或 FHSS 的适配。
-
dot11_phy_type_dsss
-
指定 DSSS) PHY 类型 (直接序列扩展频谱。
-
dot11_phy_type_irbaseband
-
指定红外 (IR) 基带 PHY 类型。
-
dot11_phy_type_ofdm
-
指定 ofDM) PHY 类型 (正交频分复用。 802.11a 设备可以使用 OFDM。
-
dot11_phy_type_hrdsss
-
指定高速率 DSSS (HRDSSS) PHY 类型。
-
dot11_phy_type_erp
-
指定扩展速率 PHY 类型 (ERP) 。 802.11g 设备可以使用 ERP。
-
dot11_phy_type_ht
-
指定 802.11n PHY 类型。
-
dot11_phy_type_vht
-
指定 802.11ac PHY 类型。 这是 IEEE 802.11ac 中指定的极高吞吐量 PHY 类型。
Windows 8.1、Windows Server 2012 R2 及更高版本支持此值。
-
dot11_phy_type_IHV_start
-
指定用于定义由独立硬件供应商 (IHV) 开发的 PHY 类型的范围的开头。
-
dot11_phy_type_IHV_end
-
指定用于定义由独立硬件供应商 (IHV) 开发的 PHY 类型的范围的开头。
备注
IHV 可以为从 dot11_phy_type_IHV_start 到dot11_phy_type_IHV_end 的专有 PHY 类型分配值。 IHV 必须为其每个专有的 PHY 类型分配此范围中的唯一数字。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista、Windows XP 和 SP3 [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
可再发行组件 |
适用于 Windows XP 的无线 LAN API SP2 |
标头 |
|
另请参阅