WIFI_PHY_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificx.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wificx-wifi_phy_info)

Description

The WIFI_PHY_INFO structure contains PHY information.

Members

PhyType

An WDI_PHY_TYPE enum that specifies the PHY type.

NumberDataRateEntries

The number of data rate entries.

DataRateList

An array of WDI_DATA_RATE_ENTRY structures.

Remarks

WIFI_PHY_INFO is a member of the WIFI_PHY_CAPABILITIES structure.

See also

WDI_PHY_TYPE

WIFI_PHY_CAPABILITIES

WDI_DATA_RATE_ENTRY