NDIS_WWAN_BASE_STATIONS_INFO_REQ structure (ndiswwan.h)
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.
Syntax
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;
Members
Header
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | ndiswwan.h (include Ndiswwan.h) |