// 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 referenceNo description available.
The WIFI_PHY_INFO structure contains PHY information.
PhyTypeAn WDI_PHY_TYPE enum that specifies the PHY type.
NumberDataRateEntriesThe number of data rate entries.
DataRateListAn array of WDI_DATA_RATE_ENTRY structures.
WIFI_PHY_INFO is a member of the WIFI_PHY_CAPABILITIES structure.