DOT11_BSS_TYPE enumeration
The DOT11_BSS_TYPE enumerated type defines a basic service set (BSS) network type.
Syntax
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;
Constants
-
dot11_BSS_type_infrastructure
-
Specifies an infrastructure BSS network.
-
dot11_BSS_type_independent
-
Specifies an independent BSS (IBSS) network.
-
dot11_BSS_type_any
-
Specifies either infrastructure or IBSS network.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista, Windows XP with SP3 [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Redistributable |
Wireless LAN API for Windows XP with SP2 |
Header |
|
See also