OID_WW_GEN_CHANGE_SIM_PIN

The OID_WW_GEN_CHANGE_SIM_PIN OID notifies the underlying miniport driver to modify the Personal Identification Number (PIN) that is programmed into the Security Identification Module (SIM). This OID is defined as OPTIONAL.

This request uses a WW_CHANGE_SIM_PIN structure, defined as follows:

typedef struct _WW_CHANGE_SIM_PIN {    
IN        NDIS_VAR_DATA_DESC NewPIN;
    
IN        NDIS_VAR_DATA_DESC OldPIN;
 } WW_CHANGE_SIM_PIN;

The members of this structure contain the following information:

  • NewPIN
    Specifies a NDIS_VAR_DATA_DESC type that describes a buffer containing the new PIN that is to be programmed into the SIM.

  • OldPIN
    Specifies a NDIS_VAR_DATA_DESC type that describes a buffer containing the existing PIN that is already programmed into the SIM.

For security reasons, the miniport driver should erase any internal copies of both PINs after using them.

If a miniport driver's NIC does not use a SIM, the miniport driver should return an error value of NDIS_STATUS_NOT_SUPPORTED for incoming requests to modify the PIN that is programmed into the SIM.

Queries and indications are irrelevant for this OID.

Note   This OID is not available for use beginning with Windows Vista.

 

 

 

Send comments about this topic to Microsoft