// wwan.h
typedef enum _WWAN_CONFIGURATION_SOURCE {
WwanUserProvisioned,
WwanAdminProvisioned,
WwanOperatorProvisioned,
WwanDeviceProvisioned,
WwanModemProvisioned,
WwanModemOperatorProvisioned,
WwanMaxProvisionSource
} WWAN_CONFIGURATION_SOURCE, *PWWAN_CONFIGURATION_SOURCE;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_CONFIGURATION_SOURCE enumeration specifies the creation source of a provisioned context.
WwanUserProvisionedThe context was created by an end user through the OS settings.
WwanAdminProvisionedThe context was created by an enterprise IT admin from the OS.
WwanOperatorProvisionedThe context was created by the mobile operator through OMA-DM or other channels.
WwanDeviceProvisionedThe context was created by the OS APN database.
WwanModemProvisionedThe context was created by the IHV or OEM.
WwanMaxProvisionSourceThe maximum value for this enumeration.
WwanModemOperatorProvisionedThe context was created by the modem operator.
This enum is used in the WWAN_CONTEXT_V2 and WWAN_SET_CONTEXT_V2 structures.