WWAN_PIN_TYPE enumeration (wwan.h)

The WWAN_PIN_TYPE enumeration specifies the PIN type for a UICC application.

Syntax

typedef enum _WWAN_PIN_TYPE {
  WwanPinTypeNone,
  WwanPinTypeCustom,
  WwanPinTypePin1,
  WwanPinTypePin2,
  WwanPinTypeDeviceSimPin,
  WwanPinTypeDeviceFirstSimPin,
  WwanPinTypeNetworkPin,
  WwanPinTypeNetworkSubsetPin,
  WwanPinTypeSvcProviderPin,
  WwanPinTypeCorporatePin,
  WwanPinTypeSubsidyLock,
  WwanPinTypePuk1,
  WwanPinTypePuk2,
  WwanPinTypeDeviceFirstSimPuk,
  WwanPinTypeNetworkPuk,
  WwanPinTypeNetworkSubsetPuk,
  WwanPinTypeSvcProviderPuk,
  WwanPinTypeCorporatePuk,
  WwanPinTypeNev,
  WwanPinTypeAdm,
  WwanPinTypeMax
} WWAN_PIN_TYPE, *PWWAN_PIN_TYPE;

Constants

 
WwanPinTypeNone
No PIN is pending to be entered.
WwanPinTypeCustom
The PIN type is a custom type and is none of the other PIN types listed in this enumeration.
WwanPinTypePin1
The PIN1 key.
WwanPinTypePin2
The PIN2 key.
WwanPinTypeDeviceSimPin
The device to SIM key.
WwanPinTypeDeviceFirstSimPin
The device to very first SIM key.
WwanPinTypeNetworkPin
The network personalization key.
WwanPinTypeNetworkSubsetPin
The network subset personalization key.
WwanPinTypeSvcProviderPin
The service provider (SP) personalization key.
WwanPinTypeCorporatePin
The corporate personalization key.
WwanPinTypeSubsidyLock
The subsidy unlock key.
WwanPinTypePuk1
The Personal Identification Number 1 Unlock Key (PUK1).
WwanPinTypePuk2
The Personal Identification Number 2 Unlock Key (PUK2).
WwanPinTypeDeviceFirstSimPuk
The device to very first SIM PIN unlock key.
WwanPinTypeNetworkPuk
The network personalization unlock key.
WwanPinTypeNetworkSubsetPuk
The network subset personalization unlock key.
WwanPinTypeSvcProviderPuk
The service provider (SP) personalization unlock key.
WwanPinTypeCorporatePuk
The corporate personalization unlock key.
WwanPinTypeNev
The NEV key.
WwanPinTypeAdm
The administrative key.
WwanPinTypeMax
The maximum value for this enumeration.

Remarks

This enumeration is used in the following structures:

Requirements

Requirement Value
Minimum supported client Windows 10 version 1903
Header wwan.h

See also

MB UICC application and file system access

OID_WWAN_PIN_EX2

WWAN_PIN_INFO

WWAN_PIN_ACTION

WWAN_PIN_ACTION_EX2