Condividi tramite


struttura DOT11_SSID

Una struttura DOT11_SSID contiene l'SSID di un'interfaccia.

Sintassi

typedef struct _DOT11_SSID {
  ULONG uSSIDLength;
  UCHAR ucSSID[DOT11_SSID_MAX_LENGTH];
} DOT11_SSID, *PDOT11_SSID;

Members

uSSIDLength

Lunghezza, in byte, della matrice ucSSID .

ucSSID

The SSID. DOT11_SSID_MAX_LENGTH è impostato su 32.

Commenti

L'SSID specificato dal membro ucSSID non è una stringa ASCII con terminazione Null. La lunghezza dell'SSID è determinata dal membro uSSIDLength .

Un carattere jolly SSID è un SSID il cui membro uSSIDLength è impostato su zero. Quando l'SSID desiderato è impostato sul carattere jolly SSID, la stazione 802.11 può connettersi a qualsiasi rete BSS (Basic Service Set).

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
Wlantypes.h (include Windot11.h)

Vedi anche

WLAN_CONNECTION_PARAMETERS

WlanGetNetworkBssList

WlanScan