Share via


DOT11_HOPPING_PATTERN_ENTRY (Compact 2013)

3/26/2014

This structure defines the dot11HoppingPatternEntry array, which is based on the IEEE 802.11d dot11HoppingPatternEntry MIB object.

Syntax

typedef struct _DOT11_HOPPING_PATTERN_ENTRY 
{
  ULONG  uHoppingPatternIndex;
  ULONG  uRandomTableFieldNumber;
} DOT11_HOPPING_PATTERN_ENTRY, *PDOT11_HOPPING_PATTERN_ENTRY;

Members

  • uHoppingPatternIndex
    Identifies this entry in the miniport driver's hopping pattern table
  • uRandomTableFieldNumber
    The starting channel number in the subband for the domain that is identified by the IEEE 802.11 dot11CountryString management information base (MIB) object. For more information about this MIB object, see OID_DOT11_COUNTRY_STRING.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
OID_DOT11_COUNTRY_STRING
DOT11_HOPPING_PATTERN_ENTRY_LIST
OID_DOT11_HOPPING_PATTERN
OID_DOT11_SUPPORTED_PHY_TYPES
Native 802.11 MIB OIDs