// 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 referenceNo description available.
The WIFI_STA_BANDS_COMBINATION structure contains a list of band IDs that are available for secondary STA connections.
NumStaBandsThe number bands.
BandIDsAn array of WDI_BAND_ID structures. Currently MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED is defined as follows:
#define MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED 4