WWAN_PIN_LIST structure (wwan.h)

The WWAN_PIN_LIST structure represents a list of descriptions of Personal Identification Numbers (PINs).

Syntax

typedef struct _WWAN_PIN_LIST {
  WWAN_PIN_DESC WwanPinDescPin1;
  WWAN_PIN_DESC WwanPinDescPin2;
  WWAN_PIN_DESC WwanPinDescDeviceSimPin;
  WWAN_PIN_DESC WwanPinDescDeviceFirstSimPin;
  WWAN_PIN_DESC WwanPinDescNetworkPin;
  WWAN_PIN_DESC WwanPinDescNetworkSubsetPin;
  WWAN_PIN_DESC WwanPinDescSvcProviderPin;
  WWAN_PIN_DESC WwanPinDescCorporatePin;
  WWAN_PIN_DESC WwanPinDescSubsidyLock;
  WWAN_PIN_DESC WwanPinDescCustom;
} WWAN_PIN_LIST, *PWWAN_PIN_LIST;

Members

WwanPinDescPin1

Description for PIN1. For GSM-based devices, this is a Subscriber Identity Module (SIM) PIN. For CDMA-based devices, power-on device lock is reported as PIN1.

WwanPinDescPin2

Description for PIN2. This is a SIM PIN2 that protects certain SIM functionality.

WwanPinDescDeviceSimPin

Description for the device-to-SIM-card PIN. This is a PIN that locks the device to a specific SIM.

WwanPinDescDeviceFirstSimPin

Description for the device-to-very-first-SIM-card PIN. This is a PIN that locks the device to the very first inserted SIM.

WwanPinDescNetworkPin

Description for the network personalization PIN. This is a PIN that allows the device to be personalized to a network. For more information about this PIN type, see section 22.022 of the 3GPP specification.

WwanPinDescNetworkSubsetPin

Description for network subset personalization PIN. This is a PIN that allows the device to be personalized to a subset of a network. For more information about this PIN type, see section 22.022 of the 3GPP specification.

WwanPinDescSvcProviderPin

Description for Service Provider (SP) personalization PIN. This is a PIN that allows the device to be personalized to a service provider. For more information about this PIN type, see section 22.022 of the 3GPP specification.

WwanPinDescCorporatePin

Description for corporate personalization PIN. This is a PIN that allows the device to be personalized to a specific company. For more information about this PIN type, see section 22.022 of the 3GPP specification.

WwanPinDescSubsidyLock

Description for subsidy unlock PIN. This is a PIN that allows the device to be restricted to operate on a specific network. For more information about this PIN type, see section 22.022 of the 3GPP specification.

WwanPinDescCustom

Description for custom PIN. This is a custom vendor-defined PIN type. It is not included in the above list.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

NDIS_WWAN_PIN_LIST

WWAN_PIN_DESC