OID_802_11_FRAGMENTATION_THRESHOLD
This object identifier, when set, requests that the miniport driver set the NIC's packet fragmentation threshold to a specified value.
The fragmentation threshold, which is specified in bytes, determines whether packets are fragmented and at what size.
On an 802.11 wireless LAN, packets that are larger than the fragmentation threshold are fragmented. Packets that are smaller than the specified fragmentation threshold value are not fragmented.
A fragmentation threshold of 0 indicates that the NIC should not fragment packets.
When queried, this OID requests that the miniport driver return the fragmentation threshold setting.
The fragmentation threshold is defined as follows.
typedef ULONG NDIS_802_11_FRAGMENTATION_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.