WWAN_SAR_WIFI_HARDWARE_INTEGRATION enumeration (wwan.h)
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.
Syntax
typedef enum _WWAN_SAR_WIFI_HARDWARE_INTEGRATION {
WwanSarWifiHardwareNotIntegrated,
WwanSarWifiHardwareIntegrated
} WWAN_SAR_WIFI_HARDWARE_INTEGRATION, *PWWAN_SAR_WIFI_HARDWARE_INTEGRATION;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 |
Header | wwan.h |