// 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 referenceNo description available.
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.
WwanSarWifiHardwareNotIntegratedWi-Fi and Cellular modem SAR are integrated in the device.
WwanSarWifiHardwareIntegratedWi-Fi and Cellular modem SAR are not integrated in the device.
This enumeration is used in the WWAN_SAR_CONFIG_INFO structure.