Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DOT11_NETWORK structure (wlanapi.h)

The DOT11_NETWORK structure contains information about an available wireless network.

Syntax

typedef struct _DOT11_NETWORK {
 DOT11_SSID dot11Ssid;
 DOT11_BSS_TYPE dot11BssType;
} DOT11_NETWORK, *PDOT11_NETWORK;

Members

dot11Ssid

A DOT11_SSID structure that contains the SSID of a visible wireless network.

dot11BssType

A DOT11_BSS_TYPE value that indicates the BSS type of the 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]
Header wlanapi.h
Redistributable Wireless LAN API for Windows XP with SP2

See also

DOT11_NETWORK_LIST


Feedback

Was this page helpful?

Additional resources