WWAN_BASE_STATIONS_INFO_REQ - NtDoc

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

typedef struct _WWAN_BASE_STATIONS_INFO_REQ {
  ULONG MaxGSMCount;
  ULONG MaxUMTSCount;
  ULONG MaxTDSCDMACount;
  ULONG MaxLTECount;
  ULONG MaxCDMACount;
  ULONG MaxNRCount;
} WWAN_BASE_STATIONS_INFO_REQ, *PWWAN_BASE_STATIONS_INFO_REQ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_BASE_STATIONS_INFO_REQ structure

Description

The WWAN_BASE_STATIONS_INFO_REQ structure represents the aspects of cellular base stations information that are requested in a base stations information query.

Members

MaxGSMCount

The maximum number of entries of GSM neighboring cells returned in the GSM network measurement reports of WWAN_GSM_NMR.

MaxUMTSCount

The maximum number of entries of UMTS neighboring cells returned in the UMTS measured results list in WWAN_UMTS_MRL.

MaxTDSCDMACount

The maximum number of entries of TDSCDMA neighboring cells returned in the TDSCDMA measured results list in WWAN_TDSCDMA_MRL.

MaxLTECount

The maximum number of entries of LTE neighboring cells returned in the LTE measured results list in WWAN_LTE_MRL.

MaxCDMACount

The maximum number of entries of CDMA cells returned in the CDMA measured results list in WWAN_CDMA_MRL. This list includes both serving and neighboring cells.

MaxNRCount

The maximum number of entries of both 5G NR serving cells and neighbor cells returned in the measurement results in WWAN_NR_NEIGHBOR_CELLS and WWAN_NR_SERVING_CELLS.

See also

MB base stations information query support

NDIS_WWAN_BASE_STATIONS_INFO_REQ

WWAN_CDMA_MRL

WWAN_GSM_NMR

WWAN_LTE_MRL

WWAN_TDSCDMA_MRL

WWAN_UMTS_MRL