WWAN_PROVIDER2 structure (wwan.h)

The WWAN_PROVIDER2 structure describes the details of a network provider.

Syntax

typedef struct _WWAN_PROVIDER2 {
  WWAN_PROVIDER       Provider;
  WWAN_CELLULAR_CLASS WwanCellularClass;
  ULONG               Rssi;
  ULONG               ErrorRate;
} WWAN_PROVIDER2, *PWWAN_PROVIDER2;

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.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows 8 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

WWAN_CELLULAR_CLASS

WWAN_PROVIDER

WWAN_SIGNAL_STATE