DOT11_BSS_TYPE (Compact 7)

3/12/2014

This 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

See Also

Reference

Native Wi-Fi Enumerations
WLAN_BSS_ENTRY
WLAN_CONNECTION_PARAMETERS
WlanGetNetworkBssList
Native Wi-Fi Reference