Condividi tramite


struttura WIFI_STA_BANDS_COMBINATION (wificx.h)

La struttura WIFI_STA_BANDS_COMBINATION contiene un elenco di ID banda disponibili per le connessioni STA secondarie.

Sintassi

typedef struct {
  UINT8       NumStaBands;
  WDI_BAND_ID BandIDs[MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED];
} WIFI_STA_BANDS_COMBINATION;

Membri

NumStaBands

Bande numeri.

BandIDs[MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED]

Matrice di strutture WDI_BAND_ID. Attualmente MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED è definito come segue:

#define MAX_SIMULTANEOUS_BAND_CONNECTIONS_ALLOWED 4

Fabbisogno

Requisito Valore
client minimo supportato Windows 11
intestazione wificx.h

Vedere anche

WIFI_STATION_CAPABILITIES