WWAN_IP_TYPE enumeration (wwan.h)

The WWAN_IP_TYPE enumeration lists the different levels of supported IP.

Syntax

typedef enum _WWAN_IP_TYPE {
  WwanIPTypeDefault,
  WwanIPTypeIPv4,
  WwanIPTypeIPv6,
  WwanIPTypeIpv4v6,
  WwanIPTypeXlat,
  WwanSessionTypeEthernet,
  WwanSessionTypeUnstructured,
  WwanSessionTypeMax
} WWAN_IP_TYPE, *PWWAN_IP_TYPE;

Constants

 
WwanIPTypeDefault
Default IP.
WwanIPTypeIPv4
IPv4.
WwanIPTypeIPv6
IPv6.
WwanIPTypeIpv4v6
IPv4 with IPv6.
WwanIPTypeXlat
XLAT.
WwanSessionTypeEthernet
Ethernet PDU session.
WwanSessionTypeUnstructured
Unstructured PDU session.
WwanSessionTypeMax

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows 8 and later versions of Windows.
Header wwan.h

See also

WWAN_CONTEXT_STATE

WWAN_SET_CONTEXT_STATE