NDIS_WWAN_BASE_STATIONS_INFO_REQ - NtDoc

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

typedef struct _NDIS_WWAN_BASE_STATIONS_INFO_REQ {
  NDIS_OBJECT_HEADER          Header;
  WWAN_BASE_STATIONS_INFO_REQ BaseStationsInfoRequest;
} NDIS_WWAN_BASE_STATIONS_INFO_REQ, *PNDIS_WWAN_BASE_STATIONS_INFO_REQ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndiswwan-_ndis_wwan_base_stations_info_req)

_NDIS_WWAN_BASE_STATIONS_INFO_REQ structure

Description

The NDIS_WWAN_BASE_STATIONS_INFO_REQ structure is used in OID_WWAN_BASE_STATIONS_INFO query requests to configure aspects of cellular base station information to be used in response.

Members

The header with type, revision, and size information about the NDIS_WWAN_BASE_STATIONS_INFO_REQ structure. The MB Service sets the header with the values that are shown in the following table when it sends the data structure to the miniport driver for set operations. Miniport drivers must set the header with the same values when they send the data structure to the MB service.

Header submember Value
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_BASE_STATIONS_INFO_REQ_REVISION_1
Size sizeof(NDIS_WWAN_BASE_STATIONS_INFO_REQ)

For more information about these members, see NDIS_OBJECT_HEADER.

BaseStationsInfoRequest

A formatted WWAN_BASE_STATIONS_INFO_REQ structure that specifies the aspects of base stations information that are requested.

See also

MB base stations information query support

NDIS_OBJECT_HEADER

OID_WWAN_BASE_STATIONS_INFO

WWAN_BASE_STATIONS_INFO_REQ