WWAN_LADN - NtDoc

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

typedef struct _WWAN_LADN {
  WCHAR         AccessString[WWAN_ACCESSSTRING_LEN];
  WWAN_TAI_LIST TaiList;
} WWAN_LADN, *PWWAN_LADN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WWAN_LADN structure represents a Local Area Data Network (LADN).

Members

AccessString

The selected APN/DNN for an established context/session.

TaiList

A WWAN_TAI_LIST structure that represents a tracking area identity (TAI) list.

Remarks

See also

WWAN_TAI_LIST

WWAN_LADN_LIST