WWAN_CONFIGURATION_SOURCE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_WWAN_CONFIGURATION_SOURCE enumeration

Description

The WWAN_CONFIGURATION_SOURCE enumeration specifies the creation source of a provisioned context.

Constants

WwanUserProvisioned

The context was created by an end user through the OS settings.

WwanAdminProvisioned

The context was created by an enterprise IT admin from the OS.

WwanOperatorProvisioned

The context was created by the mobile operator through OMA-DM or other channels.

WwanDeviceProvisioned

The context was created by the OS APN database.

WwanModemProvisioned

The context was created by the IHV or OEM.

WwanMaxProvisionSource

The maximum value for this enumeration.

WwanModemOperatorProvisioned

The context was created by the modem operator.

Remarks

This enum is used in the WWAN_CONTEXT_V2 and WWAN_SET_CONTEXT_V2 structures.

See also

WWAN_CONTEXT_V2

WWAN_SET_CONTEXT_V2