WWAN_CONTEXT_MEDIA_TYPE - NtDoc

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

typedef enum _WWAN_CONTEXT_MEDIA_TYPE {
  WwanContextMediaTypeCellularOnly,
  WwanContextMediaTypeWifiOnly,
  WwanContextMediaTypeAll,
  WwanContextMediaTypeMaximum
} WWAN_CONTEXT_MEDIA_TYPE, *PWWAN_CONTEXT_MEDIA_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_CONTEXT_MEDIA_TYPE enumeration

Description

The WWAN_CONTEXT_MEDIA_TYPE enumeration specifies the type of media supported for a provisioned context in a mobile broadband (MBB) modem.

Constants

WwanContextMediaTypeCellularOnly

The context's media type is cellular only.

WwanContextMediaTypeWifiOnly

The context's media type is Wi-Fi only.

WwanContextMediaTypeAll

The context's media type is both cellular and Wi-Fi.

WwanContextMediaTypeMaximum

The maximum value for this enumeration.

Remarks

This enumeration is used in the WWAN_CONTEXT_V2 and WWAN_SET_CONTEXT_V2 structures.

See also

WWAN_CONTEXT_V2

WWAN_SET_CONTEXT_V2