WIFI_PHY_CAPABILITIES_INIT - NtDoc

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

void WIFI_PHY_CAPABILITIES_INIT(
  WIFI_PHY_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifi_phy_capabilities_init)

Description

The WIFI_PHY_CAPABILITIES_INIT function initializes a WIFI_PHY_CAPABILITIES structure.

Parameters

Capabilities

[_Out_] A pointer to a client driver-allocated WIFI_PHY_CAPABILITIES structure.

Remarks

This function zeroes out the memory of the WIFI_PHY_CAPABILITIES structure, then fills in the Size member. Client drivers must then call WifiDeviceSetPhyCapabilities to report PHY capabilities to WiFiCx.

See also

WIFI_PHY_CAPABILITIES

WifiDeviceSetPhyCapabilities