DOT11_VENUEINFO structure

Defines a pairing of a 802.11 venue group and venue type that identify the kind of venue that makes the wireless network available.

Syntax

typedef struct DOT11_VENUEINFO {
  UINT8 VenueGroup;
  UINT8 VenueType;
} DOT11_VENUEINFO, *PDOT11_VENUEINFO;

Members

  • VenueGroup
    TBD

  • VenueType
    TBD

Requirements

Minimum supported client

Windows 10

Minimum supported server

Windows Server 2016 Technical Preview [desktop apps only]

Header

Wlantypes.h

See also

WLAN_AVAILABLE_NETWORK_V2