DOT11_SUPPORTED_OFDM_FREQUENCY_LIST structure (windot11.h)

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
The DOT11_SUPPORTED_OFDM_FREQUENCY_LIST structure specifies a list of channel center frequencies that the 802.11 station can operate with.

Syntax

typedef struct _DOT11_SUPPORTED_OFDM_FREQUENCY_LIST {
  ULONG                          uNumOfEntries;
  ULONG                          uTotalNumOfEntries;
  DOT11_SUPPORTED_OFDM_FREQUENCY dot11SupportedOFDMFrequency[1];
} DOT11_SUPPORTED_OFDM_FREQUENCY_LIST, *PDOT11_SUPPORTED_OFDM_FREQUENCY_LIST;

Members

uNumOfEntries

The number of entries in the dot11SupportedOFDMFrequency array.

uTotalNumOfEntries

The maximum number of entries that the dot11SupportedOFDMFrequency array can contain.

dot11SupportedOFDMFrequency[1]

An array that specifies the list of supported channel center frequencies that the NIC can operate with. Each element in this list is formatted as a DOT11_SUPPORTED_OFDM_FREQUENCY structure.

Remarks

A miniport driver returns the DOT11_SUPPORTED_OFDM_FREQUENCY_LIST structure when queried by OID_DOT11_SUPPORTED_OFDM_FREQUENCY_LIST.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of the Windows operating systems.
Header windot11.h (include Ndis.h)

See also

OID_DOT11_SUPPORTED_OFDM_FREQUENCY_LIST DOT11_SUPPORTED_OFDM_FREQUENCY