NDIS_802_11_LSM_MODE (Windows Embedded CE 6.0)

1/6/2010

This data structure is set and queried through the NDIS_802_11_LSM_PARAMETERS data structure by OID_802_11_LATENCY_SENSITIVE_MODE to notify the NIC driver of the presence or absence of latency sensitive traffic being transmitted or received through the NIC driver.

Syntax

typedef enum _NDIS_802_11_LSM_MODE {
       Ndis802_11LSMOff, 
        Ndis802_11LSMOn 
} NDIS_802_11_LSM_MODE, * PNDIS_802_11_LSM_MODE; 

Requirements

Header ntddndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Structures
NDIS_802_11_LSM_PARAMETERS
OID_802_11_LATENCY_SENSITIVE_MODE

Other Resources

Network Drivers