DOT11_BSS_TYPE enumeration
Applies to: desktop apps only
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
|
Minimum supported client | Windows Vista, Windows XP with SP3 |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Redistributable | Wireless LAN API for Windows XP with SP2 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012