NDIS_802_11_NETWORK_TYPE (Windows CE 5.0)

Send Feedback

This enumerated type holds the network subtype values for the physical layer of used with a specific driver.

typedef enum _NDIS_802_11_NETWORK_TYPE {Ndis802_11FH,Ndis802_11DS,Ndis802_11NetworkTypeMax,} NDIS_802_11_NETWORK_TYPE, *PNDIS_802_11_NETWORK_TYPE;

Elements

  • Ndis802_11FH
    Indicates the physical layer of the frequency hopping spread-spectrum radio.
  • Ndis802_11DS
    Indicates the physical layer of the direct sequencing spread-spectrum radio.
  • Ndis802_11NetworkTypeMax
    Specifies the upper bound.

Remarks

OID_802_11_NETWORK_TYPES_SUPPORTED and OID_802_11_NETWORK_TYPE_IN_USE use this enumerated type to hold network type. When set, these object identifiers request that the miniport driver set the network subtype value for the 802.11 NIC physical layer. When queried, these object identifiers return the current type information.

Requirements

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

See Also

OID_802_11_NETWORK_TYPES_SUPPORTED | OID_802_11_NETWORK_TYPE_IN_USE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.