// 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 referenceNo description available.
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).
SetContextArrayAn array of WWAN_SET_CONTEXT_V2 structures that each represent an LTE attach context to set.
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.
NDIS_WWAN_SET_LTE_ATTACH_CONTEXT