enumerazione DOT11_BSS_TYPE
Il DOT11_BSS_TYPE tipo enumerato definisce un tipo di rete BSS (Basic Service Set).
Sintassi
typedef enum _DOT11_BSS_TYPE {
dot11_BSS_type_infrastructure = 1,
dot11_BSS_type_independent = 2,
dot11_BSS_type_any = 3
} DOT11_BSS_TYPE, *PDOT11_BSS_TYPE;
Costanti
-
dot11_BSS_type_infrastructure
-
Specifica una rete BSS dell'infrastruttura.
-
dot11_BSS_type_independent
-
Specifica una rete BSS (IBSS) indipendente.
-
dot11_BSS_type_any
-
Specifica l'infrastruttura o la rete IBSS.
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 |
|
Vedi anche