// 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 referenceNo description available.
The WWAN_LADN structure represents a Local Area Data Network (LADN).
AccessStringThe selected APN/DNN for an established context/session.
TaiListA WWAN_TAI_LIST structure that represents a tracking area identity (TAI) list.