Condividi tramite


DOT11_BSSID_LIST struttura

La struttura DOT11_BSSID_LIST contiene un elenco di identificatori BSS (Basic Service Set).

Sintassi

typedef struct _DOT11_BSSID_LIST {
  NDIS_OBJECT_HEADER Header;
  ULONG              uNumOfEntries;
  ULONG              uTotalNumOfEntries;
  DOT11_MAC_ADDRESS  BSSIDs[1];
} DOT11_BSSID_LIST, *PDOT11_BSSID_LIST;

Members

Intestazione

Struttura NDIS_OBJECT_HEADER contenente il tipo, la versione e le informazioni sulle dimensioni di una struttura NDIS. Per la maggior parte delle strutture DOT11_BSSID_LIST , impostare il membro Type su NDIS_OBJECT_TYPE_DEFAULT, impostare il membro Revision su DOT11_BSSID_LIST_REVISION_1 e impostare il membro Size su sizeof(DOT11_BSSID_LIST).

uNumOfEntries

Numero di voci in questa struttura.

uTotalNumOfEntries

Numero totale di voci supportate.

BSSID

Elenco degli identificatori BSS. Un identificatore BSS viene archiviato come tipo di DOT11_MAC_ADDRESS .

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista, Windows XP con SP3 [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]
Componente ridistribuibile
API LAN wireless per Windows XP con SP2
Intestazione
Windot11.h (include Windot11.h)

Vedi anche

WLAN_CONNECTION_PARAMETERS