WWAN_SET_LTE_ATTACH - NtDoc

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

typedef struct _WWAN_SET_LTE_ATTACH {
  WWAN_SET_CONTEXT_V2 SetContextArray[TotalRoamingConditions];
} WWAN_SET_LTE_ATTACH, *PWWAN_SET_LTE_ATTACH;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SET_LTE_ATTACH structure

Description

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).

Members

SetContextArray

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.

See also

MB LTE Attach Operations

NDIS_WWAN_SET_LTE_ATTACH_CONTEXT

WWAN_SET_CONTEXT_V2