DOT11_NETWORK (Compact 7)

3/12/2014

This 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

See Also

Reference

Native Wi-Fi Structures
DOT11_SSID
DOT11_BSS_TYPE
DOT11_NETWORK_LIST
Native Wi-Fi Reference