OID_WW_TAC_GET_STATUS

The OID_WW_TAC_GET_STATUS OID is obsolete and should not be used; it is included for informational and historical purposes. Use OID_WW_TAC_SEND_COMMAND and OID_WW_TAC_GET_RESPONSE instead.

This OID requests the miniport driver to return configuration and status information about the device.

This OID uses the WW_TAC_GETSTATUS structure, defined as follows:

    typedef struct _WW_TAC_GETSTATUS {
         BOOLEAN Action;
         NDIS_VAR_DATA_DESC Command;
         NDIS_VAR_DATA_DESC Option;
         NDIS_VAR_DATA_DESC Response;
 
    } WW_TAC_GETSTATUS;
  

The members of this structure contain the following information:

  • Action
    TRUE indicates the command specified in the buffer at Command should be inspected.

  • Command
    Specifies a command in the native-mode interface between the DTE and DCE. See the hardware reference manual for these chips for specifics.

  • Option
    Specifies an option for the given command.

  • Response
    Returns the response to the given command. This buffer is at most 256 bytes in size.

Several of these members are of type NDIS_VAR_DATA_DESC, described previously.

Protocols or applications might use this OID to request configuration and status information from the RF modem.

Sets 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