DOT11_HOPPING_PATTERN_ENTRY_LIST (Compact 2013)
3/26/2014
This structure defines the returned list of hopping patterns that are being used by the current PHY type on the 802.11 station.
Syntax
typedef struct _DOT11_HOPPING_PATTERN_ENTRY_LIST
{
ULONG uNumOfEntries;
ULONG uTotalNumOfEntries;
DOT11_HOPPING_PATTERN_ENTRY dot11HoppingPatternEntry[1];
} DOT11_HOPPING_PATTERN_ENTRY_LIST, *PDOT11_HOPPING_PATTERN_ENTRY_LIST;
Members
- uNumOfEntries
Number of entries in the dot11HoppingPatternEntry array. A zero value for this member indicates an empty list of hopping patterns.
- uTotalNumOfEntries
Maximum number of entries that the dot11HoppingPatternEntry array requires
- Dot11HoppingPatternEntry
The list of hopping patterns
Each element of the dot11HoppingPatternEntry array is formatted as a DOT11_HOPPING_PATTERN_ENTRY structure, which is based on the IEEE 802.11d dot11HoppingPatternEntry MIB object:
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
DOT11_HOPPING_PATTERN_ENTRY
OID_DOT11_HOPPING_PATTERN
OID_DOT11_SUPPORTED_PHY_TYPES