OID_WW_TAC_DISABLE_RECEIVER
As a query, the OID_WW_TAC_DISABLE_RECEIVER OID requests the miniport driver to return information about the NIC's current receiver mode.
As a set, this OID requests the miniport driver to put the NIC's receiver into the specified mode of operation.
This request uses a WW_TAC_DISABLE_RECEIVER data type, defined as equivalent to an INT.
For either a query or a set, this request uses one of the following values:
Value | Meaning |
---|---|
0 |
Receiver enabled |
1 |
Receiver disabled |
-1 |
State of receiver unknown |
Typically, this OID can be used to temporarily disable the NIC's receiver to conserve battery power. During sets, a value of unknown, that is -1, is invalid; the miniport driver should return an error of NDIS_STATUS_INVALID_DATA.
If any bound protocol has enabled indications with OID_WW_GEN_INDICATION_REQUEST, the miniport driver must call NdisMIndicateStatusto notify such protocol(s) if the state of the NIC's receiver changes. It can ignore the TriggerValue member that was specified in the OID_WW_GEN_INDICATION_REQUEST.
Note This OID is not available for use beginning with Windows Vista.