Share via


DOT11_SUPPORTED_PHY_TYPES (Compact 2013)

3/26/2014

This structure describes the PHY types that are supported by the 802.11 station.

Syntax

typedef struct _DOT11_SUPPORTED_PHY_TYPES 
{
  ULONG  uNumOfEntries;
  ULONG  uTotalNumOfEntries;
  DOT11_PHY_TYPE  dot11PHYType[1];
} DOT11_SUPPORTED_PHY_TYPES, *PDOT11_SUPPORTED_PHY_TYPES;

Members

  • uNumOfEntries
    Number of entries in the dot11PHYType array. A zero value for this member indicates an empty list of supported PHY types.
  • uTotalNumOfEntries
    Maximum number of entries that the dot11PHYType array requires.

    Note   The operating system supports a maximum of 64 entries for the dot11PHYType array.

  • dot11PHYTpe
    The list of supported PHY types. Each entry in this list is specified through a DOT11_PHY_TYPE enumeration.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
OID_DOT11_SUPPORTED_PHY_TYPES
Native 802.11 Wireless LAN Reference

Other Resources

DOT11_PHY_TYPE