OID_WWAN_BASE_STATIONS_INFO

OID_WWAN_BASE_STATIONS_INFO retrieves information about the serving and neighboring cells known to the modem. For more info about cellular base station information query, see MB base stations information query support.

For query requests, OID_WWAN_BASE_STATIONS_INFO uses the NDIS_WWAN_BASE_STATIONS_INFO_REQ structure, which in turn contains a WWAN_BASE_STATIONS_INFO structure that specifies aspects of the cell information, such as the maximum number of neighbor cell measurements, to send in response. Modem miniport drivers must process query requests asynchronously, initially returning NDIS_STATUS_INDICATION_REQUIRED to the original request before later sending an NDIS_STATUS_WWAN_BASE_STATIONS_INFO notification containing an NDIS_WWAN_BASE_STATIONS_INFO structure, which in turn contains a WWAN_BASE_STATIONS_INFO structure that provides information about both serving and neighboring base stations.

Set requests are not applicable.

Unsolicited events are not applicable.

Requirements

Version: Windows 10, version 1709 Header: Ntddndis.h (include Ndis.h)

See also

NDIS_WWAN_BASE_STATIONS_INFO_REQ

NDIS_STATUS_WWAN_BASE_STATIONS_INFO

NDIS_WWAN_BASE_STATIONS_INFO

WWAN_BASE_STATIONS_INFO

MB base stations information query support