WWAN_SNSSAI_LIST - NtDoc

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

typedef struct _WWAN_SNSSAI_LIST {
  UINT32            ElementCount;
  WWAN_SINGLE_NSSAI Snssais[ANYSIZE_ARRAY];
} WWAN_SNSSAI_LIST, *PWWAN_SNSSAI_LIST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WWAN_SNSSAI_LIST structure represents a list of single Network Slice Selection Assistance Information (S-NSSAIs) that are allowed in the current PLMN or registration area.

Members

ElementCount

The number of elements in the S-NSSAI list.

Snssais

An array of WWAN_SINGLE_NSSAI structures that represent the allowed S-NSSAIs.

Remarks

See also

WWAN_SINGLE_NSSAI