// wwan.h
typedef struct _WWAN_LTE_ATTACH_STATUS {
WWAN_CONTEXT_LTE_ATTACH_STATE LteAttachState;
WWAN_IP_TYPE IPType;
WWAN_CONTEXT basicInfo;
ULONG NetworkError;
} WWAN_LTE_ATTACH_STATUS, *PWWAN_LTE_ATTACH_STATUS;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_LTE_ATTACH_STATUS structure describes the last used default LTE attach context for a mobile broadband (MBB) modem.
LteAttachStateA WWAN_CONTEXT_LTE_ATTACH_STATE value that indicates whether the device is currently attach to an LTE network or not.
IPTypeA WWAN_IP_TYPE value that specifies the supported IP types for the default LTE attach context.
basicInfoA WWAN_CONTEXT structure that represents the basic information for the default LTE attach context.
NetworkErrorThis structure is used in the NDIS_WWAN_LTE_ATTACH_STATUS structure.