Share via


NDIS_802_11_CONFIGURATION_FH

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

NDIS_802_11_CONFIGURATION_FH specifies the frequency-hopping configuration for an NDIS_802_11_CONFIGURATION structure.

Syntax

typedef struct _NDIS_802_11_CONFIGURATION_FH {
 ULONG Length; 
 ULONG HopPattern;
 ULONG HopSet; 
 ULONG DwellTime;
} 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

Header ntddndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

OID_802_11_CONFIGURATION
NDIS_802_11_CONFIGURATION