OID_WW_TAC_SET_CONFIG

Note that this 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 the current configuration of the device.

This OID uses the WW_TAC_SETCONFIG structure, defined as follows:

    typedef struct _WW_TAC_SETCONFIG {
         NDIS_VAR_DATA_DESC RCV_MODE;
         NDIS_VAR_DATA_DESC TX_CONTROL;
         NDIS_VAR_DATA_DESC RX_CONTROL;
         NDIS_VAR_DATA_DESC FLOW_CONTROL;
         NDIS_VAR_DATA_DESC RESET_CNF;
         NDIS_VAR_DATA_DESC READ_CNF;
 
    } WW_TAC_SETCONFIG;
  

The members of this structure contain the following information:

  • RCV_MODE
    Confirmed or unconfirmed receive mode.

  • TX_CONTROL
    Transmitter enabled or disabled.

  • RX_CONTROL
    Radio modem enabled or disabled.

  • FLOW_CONTROL
    Current flow control uses the DTE and DCE.

  • RESET_CNF
    Whether the device is configured to default settings.

  • READ_CNF
    Reserved.

Each of these members is of type NDIS_VAR_DATA_DESC, described previously.

Support for this OID depends on the RF modem's support for controlling the transmitter, receiver, and flow control.

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