// wwan.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_PIN_LIST structure represents a list of descriptions of Personal Identification Numbers (PINs).
WwanPinDescPin1Description 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.
WwanPinDescPin2Description for PIN2. This is a SIM PIN2 that protects certain SIM functionality.
WwanPinDescDeviceSimPinDescription for the device-to-SIM-card PIN. This is a PIN that locks the device to a specific SIM.
WwanPinDescDeviceFirstSimPinDescription for the device-to-very-first-SIM-card PIN. This is a PIN that locks the device to the very first inserted SIM.
WwanPinDescNetworkPinDescription 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.
WwanPinDescNetworkSubsetPinDescription 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.
WwanPinDescSvcProviderPinDescription 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.
WwanPinDescCorporatePinDescription 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.
WwanPinDescSubsidyLockDescription 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.
WwanPinDescCustomDescription for custom PIN. This is a custom vendor-defined PIN type. It is not included in the above list.