NDIS_802_11_NETWORK_INFRASTRUCTURE
This enumerated type holds specific infrastructure values for the miniport driver to set in an 802.11 NIC.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.
See Also
OID_802_11_INFRASTRUCTURE_MODE
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.