WWAN_SAR_WIFI_HARDWARE_INTEGRATION - NtDoc

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

typedef enum _WWAN_SAR_WIFI_HARDWARE_INTEGRATION {
  WwanSarWifiHardwareNotIntegrated,
  WwanSarWifiHardwareIntegrated
} WWAN_SAR_WIFI_HARDWARE_INTEGRATION, *PWWAN_SAR_WIFI_HARDWARE_INTEGRATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SAR_WIFI_HARDWARE_INTEGRATION enumeration

Description

The WWAN_SAR_WIFI_HARDWARE_INTEGRATION enumeration specifies whether Wi-Fi and Cellular are integrated at the hardware level in a mobile broadband (MBB) modem.

Constants

WwanSarWifiHardwareNotIntegrated

Wi-Fi and Cellular modem SAR are integrated in the device.

WwanSarWifiHardwareIntegrated

Wi-Fi and Cellular modem SAR are not integrated in the device.

Remarks

This enumeration is used in the WWAN_SAR_CONFIG_INFO structure.

See also

MB SAR Platform Support

OID_WWAN_SAR_CONFIG

WWAN_SAR_CONFIG_INFO