WWAN_MODEM_CONFIG_INFO structure (wwan.h)

The WWAN_MODEM_CONFIG_INFO structure represents the modem's configuration information.

Syntax

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;

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[WWAN_CONFIGNAME_LEN]

NSSAIListHeader

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

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709
Header wwan.h (include Wwan.h)

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