共用方式為


DOT11_PHY_TYPE列舉 (windot11.h)

重要原生 802.11 無線 LAN 介面在 Windows 10 和更新版本中已被取代。 請改用 WLAN 設備驅動器介面 (WDI) 。 如需 WDI 的詳細資訊,請參閱 WLAN 通用 Windows 驅動程式模型
 
DOT11_PHY_TYPE列舉會定義 802.11 PHY 和媒體類型。

Syntax

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
指定基礎帶 PHY) IR (IR。
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
指定方向多 Gb (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) 。


只有在迷你埠驅動程式在 Extensible Station (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_startdot11_phy_type_IHV_end。 IHV 必須為每個專屬的 PHY 類型,從這個範圍指派唯一的數位。

規格需求

需求
最低支援的用戶端 可在 Windows Vista 和更新版本的 Windows 作業系統中使用。
標頭 windot11.h (包含 Ndis.h)

另請參閱

OID_DOT11_RECV_SENSITIVITY_LIST

OID_DOT11_SUPPORTED_PHY_TYPES

DOT11_ASSOCIATION_COMPLETION_PARAMETERS

OID_DOT11_SCAN_REQUEST