NDIS_802_11_NETWORK_INFRASTRUCTURE (Windows Embedded CE 6.0)
1/6/2010
This enumerated type holds specific infrastructure values for the miniport driver to set in an 802.11 NIC.
Syntax
typedef enum _NDIS_802_11_NETWORK_INFRASTRUCTURE {
Ndis802_11IBSS,
Ndis802_11Infrastructure,
Ndis802_11AutoUnknown,
Ndis802_11InfrastructureMax,
} NDIS_802_11_NETWORK_INFRASTRUCTURE, *PNDIS_802_11_NETWORK_INFRASTRUCTURE;
Elements
- Ndis802_11IBSS
Specifies the independent basic service set (IBSS) mode. This mode is also known as ad hoc mode.
- Ndis802_11Infrastructure
Specifies the infrastructure mode.
- Ndis802_11AutoUnknown
Specifies an automatic mode. In this mode, the 802.11 NIC can switch between ad hoc and infrastructure modes as required.
- Ndis802_11InfrastructureMax
Specifies the upper bound.
Remarks
OID_802_11_INFRASTRUCTURE_MODE uses this enumeration to hold infrastructure values. When set, this object identifier requests the miniport driver to set the 802.11 NIC to infrastructure or Independent Basic Service Set (IBSS) to a specified value, or to automatically switch between the two. When queried, this object identifier requests either Infrastructure or IBSS unknown.
Requirements
Header | ntddndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |