Share via


OID_802_11_FRAGMENTATION_THRESHOLD (Windows CE 5.0)

Send Feedback

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 will be 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.