// wwan.h
typedef struct _WWAN_PROVIDER2 {
WWAN_PROVIDER Provider;
WWAN_CELLULAR_CLASS WwanCellularClass;
ULONG Rssi;
ULONG ErrorRate;
} WWAN_PROVIDER2, *PWWAN_PROVIDER2;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_PROVIDER2 structure describes the details of a network provider.
ProviderA formatted WWAN_PROVIDER object that represents details about a network provider.
WwanCellularClassThe cellular class that the provider uses.
RssiA value that represents the strength of the wireless signal. Please refer to WWAN_SIGNAL_STATE on the format of this member.
ErrorRateA coded value that represents a percentage range of error rates. Please refer to WWAN_SIGNAL_STATE on the format of this member.