WWAN_PIN_OPERATION enumeration (wwan.h)

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

Syntax

typedef enum _WWAN_PIN_OPERATION {
  WwanPinOperationEnter,
  WwanPinOperationEnable,
  WwanPinOperationDisable,
  WwanPinOperationChange,
  WwanPinOperationMax
} WWAN_PIN_OPERATION, *PWWAN_PIN_OPERATION;

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.

Requirements

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

See also

WWAN_PIN_ACTION