OID_DOT11_SHORT_RETRY_LIMIT (Compact 2013)

3/26/2014

When queried, this OID requests that the miniport driver return the value of the IEEE 802.11 dot11ShortRetryLimit management information base (MIB) object.

The dot11ShortRetryLimit MIB object specifies the maximum number of retransmission attempts made by the 802.11 station for MAC service data unit (MSDU) packets with lengths less than or equal to the value of the IEEE 802.11 dot11RTSThreshold MIB object. For more information about the dot11RTSThreshold MIB object, see OID_DOT11_RTS_THRESHOLD.

The data type for this OID is a ULONG value from 1 through 255.

When the 802.11 station exceeds the number of maximum number of retransmission attempts defined by the dot11ShortRetryLimit MIB object, it must do the following:

  • Discard the packet.
  • If the miniport driver is operating in Extensible Station (ExtSTA) mode, it must increment the ullFailedCount member of the DOT11_STATISTICS structure. For more information about this structure, see OID_DOT11_STATISTICS.

The default value for the dot11ShortRetryLimit MIB object is seven. The miniport driver must set the MIB object to this default through its MiniportInitializeEx function or when reset through OID_DOT11_RESET_REQUEST.

Requirements

Header

windot11.h

See Also

Reference

NDIS 5.x Legacy Wireless LAN OIDs
OID_DOT11_RTS_THRESHOLD
DOT11_STATISTICS
OID_DOT11_STATISTICS
MiniportInitializeEx
OID_DOT11_RESET_REQUEST
Native 802.11 MIB OIDs
NDIS 5.x Legacy Reference