WWAN_MODEM_CONFIG_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_MODEM_CONFIG_INFO {
  WWAN_MODEM_CONFIG_MODE   ConfigMode;
  WWAN_MODEM_CONFIG_STATE  ConfigState;
  WWAN_MODEM_CONFIG_REASON ConfigReason;
  WWAN_MODEM_CONFIG_ID     PreviousConfigID;
  WWAN_MODEM_CONFIG_ID     CurrentConfigID;
  DWORD                    IsCurrentConfigDefault;
  WCHAR                    ConfigName[WWAN_CONFIGNAME_LEN];
  WWAN_LIST_HEADER         NSSAIListHeader;
} WWAN_MODEM_CONFIG_INFO, *PWWAN_MODEM_CONFIG_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_modem_config_info)

_WWAN_MODEM_CONFIG_INFO structure

Description

The WWAN_MODEM_CONFIG_INFO structure represents the modem's configuration information.

Members

ConfigMode

The modem's configuration mode. For a list of defined values, see WWAN_MODEM_CONFIG_MODE.

ConfigState

The modem's configuration state. For a list of defined values, see WWAN_MODEM_CONFIG_STATE.

ConfigReason

The reason for the modem's configuration state change. For a list of defined values, see WWAN_MODEM_CONFIG_REASON.

PreviousConfigID

A formatted WWAN_MODEM_CONFIG_ID structure that represents the modem's previous configuration ID.

CurrentConfigID

A formatted WWAN_MODEM_CONFIG_ID structure that represents the modem's current configuration ID.

IsCurrentConfigDefault

A DWORD value that indicates if the current configuration is the default configuration.

ConfigName

NSSAIListHeader

A WWAN_LIST_HEADER object that represents a pre-configured Single Network Slice Selection Assistance Information (S-NSSAI).

See also

NDIS_STATUS_WWAN_MODEM_CONFIG_INFO

NDIS_WWAN_MODEM_CONFIG_INFO

OID_WWAN_MODEM_CONFIG_INFO

WWAN_MODEM_CONFIG_MODE

WWAN_MODEM_CONFIG_STATUS