// wwan.h
typedef enum _WWAN_COMPRESSION {
WwanCompressionNone,
WwanCompressionEnable,
WwanCompressionMax
} WWAN_COMPRESSION, *PWWAN_COMPRESSION;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_COMPRESSION enumeration lists the different compression options that are supported by the MB device.
WwanCompressionNoneNo compression is applied.
WwanCompressionEnableEnable header and data compression.
WwanCompressionMaxThe total number of supported compression options.
This enumeration applies only to GSM devices. The MB Service specifies WwanCompressionNone as the compression type for CDMA-based devices.