WWAN_SNSSAI_LIST structure (wwan.h)

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.

Syntax

typedef struct _WWAN_SNSSAI_LIST {
  UINT32            ElementCount;
  WWAN_SINGLE_NSSAI Snssais[ANYSIZE_ARRAY];
} WWAN_SNSSAI_LIST, *PWWAN_SNSSAI_LIST;

Members

ElementCount

The number of elements in the S-NSSAI list.

Snssais[ANYSIZE_ARRAY]

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

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header wwan.h

See also

WWAN_SINGLE_NSSAI