OID_802_11_RTS_THRESHOLD
This object identifier, when set, requests that the miniport driver set the Request To Send (RTS) threshold to a specified value. This value, which is specified in bytes, specifies the packet size beyond which the 802.11 wireless LAN invokes its RTS/CTS mechanism.
Packets that exceed the specified RTS threshold trigger the RTS/CTS mechanism. The NIC transmits smaller packets without using RTS/CTS.
An RTS threshold value of 0 indicates that the NIC should transmit all packets using RTS/CTS.
When queried, this OID requests that the miniport driver return its NIC's RTS threshold setting.
The RTS threshold is defined as follows.
typedef ULONG NDIS_802_11_RTS_THRESHOLD;
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.