// wwan.h
typedef enum _WWAN_PIN_STATE {
WwanPinStateNone,
WwanPinStateEnter,
WwanPinStateMax
} WWAN_PIN_STATE, *PWWAN_PIN_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_PIN_STATE enumeration describes whether the MB device or Subscriber Identity Module (SIM card) requires the user to enter a Personal Identification Number (PIN) to proceed to the next state.
WwanPinStateNoneThe device does not require a PIN.
WwanPinStateEnterThe device requires the user to enter a PIN.
WwanPinStateMaxThe total number of supported PIN states.