Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
WwanSarWifiHardwareNotIntegratedWi-Fi and Cellular modem SAR are integrated in the device. |
WwanSarWifiHardwareIntegratedWi-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 |