WWAN_COMPRESSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_COMPRESSION {
  WwanCompressionNone,
  WwanCompressionEnable,
  WwanCompressionMax
} WWAN_COMPRESSION, *PWWAN_COMPRESSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_compression)

_WWAN_COMPRESSION enumeration

Description

The WWAN_COMPRESSION enumeration lists the different compression options that are supported by the MB device.

Constants

WwanCompressionNone

No compression is applied.

WwanCompressionEnable

Enable header and data compression.

WwanCompressionMax

The total number of supported compression options.

Remarks

This enumeration applies only to GSM devices. The MB Service specifies WwanCompressionNone as the compression type for CDMA-based devices.

See also

WWAN_CONTEXT

WWAN_SET_CONTEXT_STATE