WWAN_SET_LTE_ATTACH structure (wwan.h)

The WWAN_SET_LTE_ATTACH structure describes default LTE attach contexts a miniport driver should set for the inserted SIM's provider (MCC/MNC pair).

Syntax

typedef struct _WWAN_SET_LTE_ATTACH {
  WWAN_SET_CONTEXT_V2 SetContextArray[TotalRoamingConditions];
} WWAN_SET_LTE_ATTACH, *PWWAN_SET_LTE_ATTACH;

Members

SetContextArray[TotalRoamingConditions]

An array of WWAN_SET_CONTEXT_V2 structures that each represent an LTE attach context to set.

Remarks

This structure is used in the NDIS_WWAN_SET_LTE_ATTACH_CONTEXT structure, which is used in the payload of an OID_WWAN_LTE_ATTACH_CONFIG Set request. If this structure does not contain exactly three contexts, one each for home, partner, and non-partner roaming conditions, the miniport driver should reject the request.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703
Header wwan.h

See also

MB LTE Attach Operations

NDIS_WWAN_SET_LTE_ATTACH_CONTEXT

WWAN_SET_CONTEXT_V2