// wwan.h
typedef struct _WWAN_SAR_CONFIG_INDICES {
ULONG SarAntennaIndex;
ULONG SarBackoffIndex;
} WWAN_SAR_CONFIG_INDICES, *PWWAN_SAR_CONFIG_INDICES;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_SAR_CONFIG_INDICES structure represents a Specific Absorption Rate (SAR) configuration for a mobile broadband (MBB) modem.
SarAntennaIndexA ULONG value specifying the antenna, or executor, for this SAR configuration.
SarBackoffIndexA ULONG value specifying the SAR back off index for the antenna indicated by SarAntennaIndex.
A list of WWAN_SAR_CONFIG_INDICES follows the SarConfigIndexListHeader member of either the WWAN_SET_SAR_CONFIG structure or the WWAN_SAR_CONFIG_INFO structure.