WWAN_REGISTER_MODE enumeration (wwan.h)

The WWAN_REGISTER_MODE enumeration lists the different network selection modes which defines the way the device should select a network while registering.

Syntax

typedef enum _WWAN_REGISTER_MODE {
  WwanRegisterModeUnknown,
  WwanRegisterModeAutomatic,
  WwanRegisterModeManual,
  WwanRegisterModeMax
} WWAN_REGISTER_MODE, *PWWAN_REGISTER_MODE;

Constants

 
WwanRegisterModeUnknown
It is not specified how the device registers with network providers.
WwanRegisterModeAutomatic
Device automatically selects a network on which it should register.
WwanRegisterModeManual
Device registers to a pre-selected (manually selected) network.
WwanRegisterModeMax
The total number of supported registration modes.

Remarks

WwanRegisterModeAutomatic and WwanRegisterModeManual are the only acceptable values. Miniport drivers can return WwanRegisterModeManual in cases where it is not able to get this value from device.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

WWAN_REGISTRATION_STATE