// wwan.h
typedef struct _WWAN_PROVISIONED_CONTEXT_V2 {
WWAN_CONTEXT basicInfo;
WWAN_IP_TYPE IPType;
WWAN_CONTEXT_ENABLE Enable;
WWAN_CONTEXT_ROAMING_CONTROL Roaming;
WWAN_CONTEXT_MEDIA_TYPE MediaType;
WWAN_CONFIGURATION_SOURCE Source;
int Reserved;
WWAN_SINGLE_NSSAI Snssai;
} WWAN_PROVISIONED_CONTEXT_V2, *PWWAN_PROVISIONED_CONTEXT_V2;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_PROVISIONED_CONTEXT_V2 structure represents a provisioned context that is supported by a mobile broadband (MBB) device. WWAN_PROVISIONED_CONTEXT_V2 is only used in MBB driver versions 2.170 and above.
basicInfoA WWAN_CONTEXT structure that represents the basic information for this provisioned context.
IPTypeA WWAN_IP_TYPE value that specifies the supported IP types for this provisioned context.
EnableA WWAN_CONTEXT_ENABLE value that specifies whether the context is enabled or disabled in the modem.
RoamingA WWAN_CONTEXT_ROAMING_CONTROL value that specifies which roaming condition applies to this context.
MediaTypeA WWAN_CONTEXT_MEDIA_TYPE value that specifies the supported media types for this provisioned context.
SourceA WWAN_CONFIGURATION_SOURCE value that specifies the creation source of the context.
ReservedReserved for system use. Miniport drivers should not read or write to this value.
SnssaiA WWAN_SINGLE_NSSAI structure representing a single Network Slice Selection Assistance Information (NSSAI).
WWAN_PROVISIONED_CONTEXT_V2 is used as a response to OID_WWAN_PROVISIONED_CONTEXT set requests.
WWAN_SET_PROVISIONED_CONTEXT_V2