NDIS_802_11_NETWORK_TYPE_LIST (Windows Embedded CE 6.0)

1/6/2010

OID_802_11_NETWORK_TYPES_SUPPORTED uses the NDIS_802_11_NETWORK_TYPE_LIST structure to request that the miniport driver return an array of all physical layer network subtypes that the 802.11 NIC and the driver support.

Syntax

typedef struct _NDIS_802_11_NETWORK_TYPE_LIST {
  ULONG  NumberOfItems;
  NDIS_802_11_NETWORK_TYPE NetworkType[1];
} NDIS_802_11_NETWORK_TYPE_LIST, *PNDIS_802_11_NETWORK_TYPE_LIST;

Members

  • NumberOfItems
    Specifies the number of items in the in NetworkType array. This array must contain at least one item.
  • NetworkType [1]
    Specifies an array of physical layer network subtypes. The NDIS_802_11_NETWORK_TYPE enumeration defines values to assign to the physical layer network subtypes.

    The following table shows the defined network subtypes.

    Defined Subtype Description

    Ndis802_11FH

    Indicates the physical layer of the frequency-hopping spread-spectrum radio.

    Ndis802_11DS

    Indicates the physical layer for the direct sequencing spread-spectrum radio.

Requirements

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

See Also

Reference

NDIS Structures
NDIS_802_11_NETWORK_TYPE
OID_802_11_NETWORK_TYPES_SUPPORTED