OID_WW_CDPD_SPNI

The OID_WW_CDPD_SPNI OID requests the miniport driver either to return or to set up an array of a maximum of ten Service Provider Network Identifiers (SPNIs) and the current operating mode with respect to this array. This OID can specify for the device to be configured to ignore SPNI during channel acquisition, to not acquire a channel if the SPNI of the channel is not in the current list, or to prefer a channel that has an SPNI in the list.

This request uses a WW_CDPD_SPNI structure, defined as follows:

    typedef struct _WW_CDPD_SPNI {
         UINT SPNI[10];
         INT OperatingMode;
 
    } WW_CDPD_SPNI;
  

The members of this structure contain the following information:

  • SPNI
    Specifies an array of ten UINT values, each a service provider network identifier.

  • OperatingMode
    Specifies how the driver handles SPNI as one of the following values:

    Value Meaning

    0

    Ignore SPNI.

    1

    SPNI from list is required.

    2

    SPNI from list is preferred.

    3

    SPNI from list is excluded.

     

    To ensure that the list of SPNI values is maintained, bound protocols should issue a query with this OID before they issue a set request.

    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