// 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 referenceNo description available.
The WWAN_CONTEXT_MEDIA_TYPE enumeration specifies the type of media supported for a provisioned context in a mobile broadband (MBB) modem.
WwanContextMediaTypeCellularOnlyThe context's media type is cellular only.
WwanContextMediaTypeWifiOnlyThe context's media type is Wi-Fi only.
WwanContextMediaTypeAllThe context's media type is both cellular and Wi-Fi.
WwanContextMediaTypeMaximumThe maximum value for this enumeration.
This enumeration is used in the WWAN_CONTEXT_V2 and WWAN_SET_CONTEXT_V2 structures.