WWAN_MODEM_CONFIG_MODE - NtDoc

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

typedef enum _WWAN_MODEM_CONFIG_MODE {
  WwanModemConfigModeUnknown,
  WwanModemConfigModeModemCentric,
  WwanModemConfigModeHostCentric,
  WwanModemConfigModeMax
} WWAN_MODEM_CONFIG_MODE, *PWWAN_MODEM_CONFIG_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_MODEM_CONFIG_MODE enumeration

Description

The WWAN_MODEM_CONFIG_MODE enumeration lists modem configuration modes.

Constants

WwanModemConfigModeUnknown

The modem configuration mode is currently not available.

WwanModemConfigModeModemCentric

The modem configuration mode is modem centric. The modem is responsible for the selection process of configuration based on UICC info or any other vendor-specified algorithm.

WwanModemConfigModeHostCentric

The modem configuration mode is host centric. The host will inform the modem which configuration file the modem will use.

WwanModemConfigModeMax

The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.

Remarks

The modem configuration mode shall not change during runtime. If a change is detected, it will be ignored by the OS.

See also

WWAN_MODEM_CONFIG_INFO