Share via


WiFiPhyKind Enum

Definition

Note

Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Important

This API will be affected by upcoming changes to operating system behavior, planned for fall 2024. For more info, see Changes to API behavior for Wi-Fi access and location.

Describes PHY types supported by standard 802.11.

public enum class WiFiPhyKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WiFiPhyKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WiFiPhyKind
var value = Windows.Devices.WiFi.WiFiPhyKind.unknown
Public Enum WiFiPhyKind
Inheritance
WiFiPhyKind
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Unknown 0

Unspecified PHY type

Fhss 1

Frequency-hopping, spread-spectrum (FHSS) PHY.

Dsss 2

Direct sequence, spread-spectrum (DSSS) PHY.

IRBaseband 3

Infrared (IR) baseband PHY.

Ofdm 4

Orthogonal frequency division multiplex (OFDM) PHY.

Hrdsss 5

High-rated DSSS (HRDSSS) PHY.

Erp 6

Extended Rate (ERP) PHY.

HT 7

High Throughput (HT) PHY for 802.11n PHY.

Vht 8

Very High Throughput (VHT) PHY for 802.11ac PHY.

Dmg 9

Directional multi-gigabit (DMG) PHY for 802.11ad.

HE 10

High-Efficiency Wireless (HEW) PHY for 802.11ax.

Eht 11

Remarks

Version history

Windows version SDK version Value added
1607 14393 Dmg
1809 17763 HE

Applies to