DOT11_SUPPORTED_OFDM_FREQUENCY - NtDoc

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

typedef struct _DOT11_SUPPORTED_OFDM_FREQUENCY {
  ULONG uCenterFrequency;
} DOT11_SUPPORTED_OFDM_FREQUENCY, *PDOT11_SUPPORTED_OFDM_FREQUENCY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-windot11-_dot11_supported_ofdm_frequency)

_DOT11_SUPPORTED_OFDM_FREQUENCY structure

Description

[!Important] WiFiCx is the new Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The WDI driver model is now in maintenance mode and will only receive high priority fixes.

The DOT11_SUPPORTED_OFDM_FREQUENCY structure specifies a supported channel center frequency entry in a DOT11_SUPPORTED_OFDM_FREQUENCY_LIST structure.

Members

uCenterFrequency

A ULONG value that represents a channel center frequency, in MHz, that the 802.11 station can operate with.

Syntax

typedef struct _DOT11_SUPPORTED_OFDM_FREQUENCY {
  ULONG uCenterFrequency;
} DOT11_SUPPORTED_OFDM_FREQUENCY, *PDOT11_SUPPORTED_OFDM_FREQUENCY;

See also

DOT11_SUPPORTED_OFDM_FREQUENCY_LIST