重要
WiFiCx 是 Windows 11 中发布的新 Wi-Fi 驱动程序模型。 建议使用 WiFiCx 来利用最新功能。 WDI 驱动程序模型现在处于维护模式,并且仅接收高优先级修补程序。
DOT11_PHY_TYPE枚举定义 802.11 PHY 和媒体类型。
语法
typedef enum _DOT11_PHY_TYPE {
dot11_phy_type_unknown = 0,
dot11_phy_type_any = dot11_phy_type_unknown,
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_dmg = 9,
dot11_phy_type_he = 10,
dot11_phy_type_eht = 11,
dot11_phy_type_IHV_start = 0x80000000,
dot11_phy_type_IHV_end = 0xffffffff
} DOT11_PHY_TYPE, *PDOT11_PHY_TYPE;
常数
dot11_phy_type_unknown 值:0 指定未知或未初始化的 PHY 类型。 |
dot11_phy_type_any 值:dot11_phy_type_unknown 指定未知或未初始化的 PHY 类型。 |
dot11_phy_type_fhss 值:1 指定频率跳跃分布光谱 (FHSS) PHY。 |
dot11_phy_type_dsss 值:2 指定直接序列分布范围 (DSSS) PHY。 |
dot11_phy_type_irbaseband 值:3 指定红外 (IR) 基带 PHY。 |
dot11_phy_type_ofdm 值:4 指定正交频率除法 (OFDM) 802.11a PHY。 |
dot11_phy_type_hrdsss 值:5 指定高速率 DSSS (HRDSSS) 802.11b PHY。 |
dot11_phy_type_erp 值:6 指定扩展速率 802.11g PHY (ERP)。 |
dot11_phy_type_ht 值:7 指定高吞吐量 (HT) 802.11n PHY。 每个 802.11n PHY(无论是双带还是双带)是 指定为此 PHY 类型。 |
dot11_phy_type_vht 值:8 指定非常高的吞吐量 (VHT) 802.11ac PHY。 |
dot11_phy_type_dmg 值:9 指定方向多千兆位 (DMG) 802.11ad PHY。 |
dot11_phy_type_he 值:10 指定高效 (HE) 802.11ax PHY。 |
dot11_phy_type_eht 值:11 指定非常高的吞吐量 (EHT) 802.11be PHY。 |
dot11_phy_type_IHV_start 值:0x80000000 指定用于定义开发的专有 PHY 类型的范围的开始 由独立硬件供应商 (IHV) 提供。 仅当微型端口驱动程序在可扩展工作站(ExtSTA)模式下运行时,dot11_phy_type_IHV_start 枚举器值才有效。 |
dot11_phy_type_IHV_end 值:0xffffffff 指定用于定义由其开发的专有 PHY 类型的范围的末尾 IHV。 仅当微型端口驱动程序在 ExtSTA 模式下运行时,dot11_phy_type_IHV_end 枚举器值才有效。 |
言论
IHV 可以为其专有的 PHY 类型分配一个值,从 dot11_phy_type_IHV_start 到 dot11_phy_type_IHV_end。 IHV 必须为其每个专有的 PHY 类型分配此范围中的唯一数字。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | 在 Windows Vista 和更高版本的 Windows作系统中可用。 |
标头 | windot11.h (包括 Ndis.h) |
另请参阅
OID_DOT11_RECV_SENSITIVITY_LIST