Share via


OID_802_11_WEP_STATUS

This object identifier requests that the miniport driver set its NIC's 802.11 WEP status to enabled or disabled.

The NIC must have the WEP key for MAC Protocol Data Unit (MPDU) transmission with encryption before it can set the WEP status.

If the NIC cannot set the WEP status, the miniport driver should return an NDIS_STATUS value of NDIS_STATUS_NOT_ACCEPTED.

When queried, it requests that the miniport driver return its NIC's 802.11 WEP status indication. In response to this query, the miniport driver can indicate whether WEP status is enabled or disabled, that the WEP key is absent, or that WEP is not supported.

The following list shows the possible responses:

  • A response indicating that WEP is enabled or disabled implies that the WEP key is available for the NIC to encrypt data.
  • A response indicating that WEP is not supported implies that the NIC does not support the WEP.
  • A response indicating that the WEP key is absent implies that the WEP key is not available for the NIC to encrypt data and, therefore, that the WEP key cannot be enabled or disabled. This implies that, although one or more WEP keys might be available, the NIC does not have a WEP key for MPDU transmission with encryption.

Requirements

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

See Also

802.1x Authentication | Network Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.