WWAN_REGISTRATION_PARAMS_INFO - NtDoc

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

typedef struct _WWAN_REGISTRATION_PARAMS_INFO {
  WWAN_MICO_MODE                MicoMode;
  WWAN_DRX_PARAMS               DRXParam;
  WWAN_LADN_IND_REQUEST         LADNInfo;
  WWAN_DEFAULT_PDU_SESSION_HINT DefaultPDUSessionHint;
  UINT32                        ReRegisterIfNeeded;
  GUID                          OSId;
  WWAN_LIST_HEADER              PreConfiguredNSSAIListHeader;
} WWAN_REGISTRATION_PARAMS_INFO, *PWWAN_REGISTRATION_PARAMS_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WWAN_REGISTRATION_PARAMS_INFO structure represents parameters that an MB device uses during 5G registration requests. A host typically sends an OID_WWAN_REGISTER_PARAMS set request with a WWAN_REGISTRATION_PARAMS_INFO structure to configure a device with the desired registration parameters.

Members

MicoMode

A value from the WWAN_MICO_MODE enumeration that represents the Mobile Initiated Connection (MICO) mode requested by the host.

DRXParam

A value from the WWAN_DRX_PARAMS enumeration that represents the configuration of Discontinuous Reception (DRX) settings requested by the host.

LADNInfo

A value from the WWAN_LADN_IND_REQUEST enumeration that represents the Local Area Data Networks (LADN) information requested by the host.

DefaultPDUSessionHint

A value from the WWAN_DEFAULT_PDU_SESSION_HINT enumeration that represents a hint that the host will possibly establish the default protocol data unit (PDU) session immediately after the registration is complete. Since this depends on several policies, it may not happen.

ReRegisterIfNeeded

This is a forced re-registration indicator.

When this structure is used with OID_WWAN_REGISTER_PARAMS set requests:

All other values are reserved.

PreConfiguredNSSAIListHeader

A WWAN_LIST_HEADER object that represents a pre-configured Single Network Slice Selection Assistance Information (S-NSSAI). The host will send exactly one S-NSSAI if the modem has zero pre-configured default S-NSSAIs.

OSId

A GUID that represents the OS Id. A value of 0 means MBIM_TLV_TYPE_OSID is not contained in the MBIM_CID_MS_REGISTRATION_PARAMS payload.

Remarks

The WWAN_REGISTRATION_PARAMS_INFO structure is used in OID_WWAN_REGISTER_PARAMS set and query requests and NDIS_STATUS_WWAN_REGISTER_PARAMS_STATE notifications.

See also

OID_WWAN_REGISTER_PARAMS

NDIS_STATUS_WWAN_REGISTER_PARAMS_STATE

WWAN_MICO_MODE

WWAN_DRX_PARAMS

WWAN_LADN_IND_REQUEST

WWAN_DEFAULT_PDU_SESSION_HINT

WWAN_LIST_HEADER