OID_WWAN_MODEM_LOGGING_CONFIG

OID_WWAN_MODEM_LOGGING_CONFIG is used to configure logs that are collected by the modem and how often they will be sent from the modem to the host over Data Service Stream (DSS).

Miniport drivers must process Query requests asynchronously, initially returning NDIS_STATUS_INDICATION_REQUIRED to the original request before later sending an NDIS_STATUS_WWAN_MODEM_LOGGING_CONFIG status notification containing an NDIS_WWAN_MODEM_LOGGING_CONFIG structure that describes the current modem logging configuration.

Set payloads contain an NDIS_WWAN_SET_MODEM_LOGGING_CONFIG structure specifying how to configure modem logging. Miniport drivers must process Set requests asynchronously, initially returning NDIS_STATUS_INDICATION_REQUIRED to the original request before later sending an NDIS_STATUS_WWAN_MODEM_LOGGING_CONFIG status notification containing an NDIS_WWAN_MODEM_LOGGING_CONFIG structure that describes the modem logging configuration after the Set request.

Remarks

Logging must be configured before a logging session is started. This is an optional OID for miniport drivers to support. However, if the miniport driver supports modem logging via the DSS channel, it must specify that it supports this OID.

For more information about usage of this OID, see MB modem logging with DSS.

Requirements

Version: Windows 10, version 1903 Header: Ntddndis.h (include Ndis.h)

See also

MB modem logging with DSS

NDIS_STATUS_WWAN_MODEM_LOGGING_CONFIG

NDIS_WWAN_SET_MODEM_LOGGING_CONFIG

NDIS_WWAN_MODEM_LOGGING_CONFIG