NDIS_802_11_NETWORK_TYPE (Windows Embedded CE 6.0)
1/6/2010
This enumerated type holds the network subtype values for the physical layer of used with a specific driver.
Syntax
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
Header | ntddndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Network Driver Enumerations
OID_802_11_NETWORK_TYPES_SUPPORTED
OID_802_11_NETWORK_TYPE_IN_USE