NDIS_802_11_CONFIGURATION_FH (Windows CE 5.0)
NDIS_802_11_CONFIGURATION_FH specifies the frequency-hopping configuration for an NDIS_802_11_CONFIGURATION structure.
typedef struct _NDIS_802_11_CONFIGURATION_FH { ULONGLength; ULONGHopPattern;ULONGHopSet;ULONGDwellTime;} NDIS_802_11_CONFIGURATION_FH, *PNDIS_802_11_CONFIGURATION_FH;
Members
- Length
Specifies the length of the NDIS_802_11_CONFIGURATION_FH structure in bytes. - HopPattern
Specifies the hop pattern used to determine the hop sequence. As defined by the 802.11 standard, the layer management entity (LME) of the physical layer uses a hop pattern to determine the hop sequence. - HopSet
Specifies a set of patterns. The LME of the physical layer uses these patterns to determine the hop sequence. - DwellTime
Specifies the maximum period of time during which the transmitter should remain fixed on a channel. This interval is described in Kµsec (1024 µsec).
Remarks
This structure is used in OID_802_11_CONFIGURATION.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.
See Also
OID_802_11_CONFIGURATION | NDIS_802_11_CONFIGURATION
Send Feedback on this topic to the authors