WIFI_STA_BANDS_COMBINATION - NtDoc

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

typedef struct {
  UINT8       NumStaBands;
  WDI_BAND_ID BandIDs[MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED];
} WIFI_STA_BANDS_COMBINATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WIFI_STA_BANDS_COMBINATION structure contains a list of band IDs that are available for secondary STA connections.

Members

NumStaBands

The number bands.

BandIDs

An array of WDI_BAND_ID structures. Currently MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED is defined as follows:

#define MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED 4

Remarks

See also

WIFI_STATION_CAPABILITIES