WIFI_PHY_INFO structure (wificx.h)

The WIFI_PHY_INFO structure contains PHY information.

Syntax

typedef struct _WIFI_PHY_INFO {
  WDI_PHY_TYPE        PhyType;
  SIZE_T              NumberDataRateEntries;
  WDI_DATA_RATE_ENTRY DataRateList[WDI_MAX_DATA_RATE_ENTRIES];
} WIFI_PHY_INFO;

Members

PhyType

An WDI_PHY_TYPE enum that specifies the PHY type.

NumberDataRateEntries

The number of data rate entries.

DataRateList[WDI_MAX_DATA_RATE_ENTRIES]

An array of WDI_DATA_RATE_ENTRY structures.

Remarks

WIFI_PHY_INFO is a member of the WIFI_PHY_CAPABILITIES structure.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wificx.h

See also

WDI_PHY_TYPE

WIFI_PHY_CAPABILITIES

WDI_DATA_RATE_ENTRY