WWAN_5G_FREQUENCY_RANGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_5G_FREQUENCY_RANGE {
  Wwan5GFrequencyRangeUnknown,
  Wwan5GFrequencyRange1,
  Wwan5GFrequencyRange2,
  Wwan5GFrequencyRange1AndRange2
} WWAN_5G_FREQUENCY_RANGE, *PWWAN_5G_FREQUENCY_RANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_5g_frequency_range)

_WWAN_5G_FREQUENCY_RANGE enumeration

Description

The WWAN_5G_FREQUENCY_RANGE enumeration specifies the frequency ranges that the device is using for 5G.

Constants

Wwan5GFrequencyRangeUnknown

Indicates that the system type is not 5G.

Wwan5GFrequencyRange1

Indicates Frequency range 1 (FR1) in 3GPP TS 38.101-1 (Sub-6G).

Wwan5GFrequencyRange2

Indicates FR2 in 3GPP TS 38.101-2 (mmWave).

Wwan5GFrequencyRange1AndRange2

Indicates that both FR1 and FR2 carriers are connected.

Remarks

This enumeration is used in the WWAN_PACKET_SERVICE structure.

See also

MB 5G data class support

OID_WWAN_SAR_CONFIG

*WWAN_PACKET_SERVICE