OID_DOT11_EXCLUDE_UNENCRYPTED (Compact 2013)

3/26/2014

When set, the OID_DOT11_EXCLUDE_UNECRYPTED OID requests that the miniport driver set the IEEE 802.11 dot11ExcludeUnencrypted management information base (MIB) object.

When queried, this OID requests that the miniport driver return the setting of the dot11ExcludeUnencrypted MIB object.

The dot11ExcludeUnencrypted MIB object specifies how the 802.11 station handles received packets with unencrypted payload data.

Note

Support for OID_DOT11_EXCLUDE_UNECRYPTED is mandatory if the 802.11 station supports any cipher algorithms. The miniport driver returns a list of supported cipher algorithms when OID_DOT11_SUPPORTED_UNICAST_ALGORITHM_PAIR or OID_DOT11_SUPPORTED_MULTICAST_ALGORITHM_PAIR are queried.

The data type for this OID is a BOOLEAN value.

The dot11ExcludeUnencrypted MIB object defines the following actions:

  • If dot11ExcludeUnencrypted is TRUE, the 802.11 station must discard any received packets in which the Protected Frame subfield of the Frame Control field in the 802.11 MAC header is set to zero.
  • If dot11ExcludeUnencrypted is FALSE, the 802.11 station can accept these packets and indicate them to the operating system.

The actions defined by the dot11ExcludeUnencrypted MIB object do not apply to received packets that match an entry in the 802.11 station’s current EtherType exemption list. For more information about the EtherType exemption list, see OID_DOT11_PRIVACY_EXEMPTION_LIST.

The default setting for the dot11ExcludeUnencrypted MIB object is FALSE. The miniport driver must set the MIB object to this default through its MiniportInitializeEx function or when reset through DOT11_RESET_REQUEST.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Extensible Station OIDs
OID_DOT11_SUPPORTED_UNICAST_ALGORITHM_PAIR
OID_DOT11_SUPPORTED_MULTICAST_ALGORITHM_PAIR
OID_DOT11_PRIVACY_EXEMPTION_LIST
MiniportInitializeEx
OID_DOT11_RESET_REQUEST
DOT11_RESET_REQUEST
Native 802.11 Wireless LAN OIDs