WWAN_LTE_ATTACH_STATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_WWAN_LTE_ATTACH_STATUS structure

Description

The WWAN_LTE_ATTACH_STATUS structure describes the last used default LTE attach context for a mobile broadband (MBB) modem.

Members

LteAttachState

A WWAN_CONTEXT_LTE_ATTACH_STATE value that indicates whether the device is currently attach to an LTE network or not.

IPType

A WWAN_IP_TYPE value that specifies the supported IP types for the default LTE attach context.

basicInfo

A WWAN_CONTEXT structure that represents the basic information for the default LTE attach context.

NetworkError

Remarks

This structure is used in the NDIS_WWAN_LTE_ATTACH_STATUS structure.

See also

MB LTE Attach Operations

NDIS_WWAN_LTE_ATTACH_STATUS