WWAN_PROVIDER2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_provider2)

_WWAN_PROVIDER2 structure

Description

The WWAN_PROVIDER2 structure describes the details of a network provider.

Members

Provider

A formatted WWAN_PROVIDER object that represents details about a network provider.

WwanCellularClass

The cellular class that the provider uses.

Rssi

A value that represents the strength of the wireless signal. Please refer to WWAN_SIGNAL_STATE on the format of this member.

ErrorRate

A coded value that represents a percentage range of error rates. Please refer to WWAN_SIGNAL_STATE on the format of this member.

See also

WWAN_CELLULAR_CLASS

WWAN_PROVIDER

WWAN_SIGNAL_STATE