WWAN_MICO_MODE - NtDoc

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

typedef enum _WWAN_MICO_MODE {
  WwanMicoModeDisabled,
  WwanMicoModeEnabled,
  WwanMicoModeUnsupported,
  WwanMBIMMicoModeDefault,
  WwanMicoModeMax
} WWAN_MICO_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WWAN_MICO_MODE enumeration lists Mobile Initiated Connection modes.

Constants

WwanMicoModeDisabled

MICO mode is disabled on the device.

WwanMicoModeEnabled

MICO mode is enabled on the device.

WwanMicoModeUnsupported

Used in OID_WWAN_REGISTER_PARAMS set or query responses only. Indicates that the device does not support MICO mode.

WwanMBIMMicoModeDefault

Used in OID_WWAN_REGISTER_PARAMS set requests only. Indicates that the default MICO mode in the device (including no MICO mode support) should be used by the device in 5G registration.

WwanMicoModeMax

Indicates an out-of-bound value for this enumeration. All values less than WwanMicoModeMax are valid. All values larger than or equal to WwanMicoModeMax are invalid.

Remarks

See also

WWAN_REGISTRATION_PARAMS_INFO

OID_WWAN_REGISTER_PARAMS