NDIS_802_11_NETWORK_TYPE_LIST (Windows CE 5.0)

Send Feedback

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.

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.

See Also

NDIS_802_11_NETWORK_TYPE | OID_802_11_NETWORK_TYPES_SUPPORTED

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.