WWAN_LTE_ATTACH_CONFIG - NtDoc

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

typedef struct _WWAN_LTE_ATTACH_CONFIG {
  ULONG           ElementCount;
  WWAN_CONTEXT_V2 LteContextArray[TotalRoamingConditions];
} WWAN_LTE_ATTACH_CONFIG, *PWWAN_LTE_ATTACH_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_LTE_ATTACH_CONFIG structure

Description

The WWAN_LTE_ATTACH_CONFIG structure describes default LTE attach contexts for the inserted SIM's provider (MCC/MNC pair).

Members

ElementCount

A ULONG value that specifies the number of contexts in LteContextArray.

LteContextArray

An array of WWAN_CONTEXT_V2 structures that each represent an LTE attach context.

Remarks

This structure is used in the NDIS_WWAN_LTE_ATTACH_CONTEXTS structure.

See also

MB LTE Attach Operations

NDIS_WWAN_LTE_ATTACH_CONTEXTS

WWAN_CONTEXT_V2