WWAN_ACTIVATION_OPTION - NtDoc

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

typedef enum _WWAN_ACTIVATION_OPTION {
  WwanActivationOptionDefault = 0,
  WwanActivationOptionPerNonDefaultURSPRules = 1,
  WwanActivationOptionPerDefaultURSPRule = 2,
  WwanActivationOptionPerURSPRules = 3,
  WwanActivationOptionMax = 4
} WWAN_ACTIVATION_OPTION, *PWWAN_ACTIVATION_OPTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-wwan_activation_option)

Description

The WWAN_ACTIVATION_OPTION enumeration lists the Packet Data Protocol (PDP) activation options that the MB device supports.

Constants

WwanActivationOptionDefault:0

All PDU session attributes for activation are provided.

WwanActivationOptionPerNonDefaultURSPRules:1

Use matching non-default URSP rules to activate.

WwanActivationOptionPerDefaultURSPRule:2

Use the default URSP rule to activate.

WwanActivationOptionPerURSPRules:3

Use matching non-default URSPs rules and the default URSP rule to activate.

WwanActivationOptionMax:4

The total number of supported activation options.

Remarks

See also