WWAN_PIN_OPERATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_PIN_OPERATION {
  WwanPinOperationEnter,
  WwanPinOperationEnable,
  WwanPinOperationDisable,
  WwanPinOperationChange,
  WwanPinOperationMax
} WWAN_PIN_OPERATION, *PWWAN_PIN_OPERATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_PIN_OPERATION enumeration

Description

The WWAN_PIN_OPERATION enumeration lists the different Personal Identification Number (PIN) operations that are supported by the MB device.

Constants

WwanPinOperationEnter

Enter the specified PIN into the device.

WwanPinOperationEnable

Enable the specified PIN.

WwanPinOperationDisable

Disable the specified PIN.

WwanPinOperationChange

Change the specified PIN.

WwanPinOperationMax

The total number of supported PIN operations.

Remarks

If a PIN disable operation for a given PIN type is tried when that PIN type is locked, miniport drivers can either fail the request with WWAN_STATUS_PIN_REQUIRED or they can successfully complete the request. If miniport drivers complete the request successfully, the disable operation should also unlock the PIN.

See also

WWAN_PIN_ACTION