OID_WWAN_NETWORK_BLACKLIST

Important

Bias-free communication

Microsoft supports a diverse and inclusive environment. This article contains references to terminology that the Microsoft style guide for bias-free communication recognizes as exclusionary. The word or phrase is used in this article for consistency because it currently appears in the software. When the software is updated to remove the language, this article will be updated to be in alignment.

OID_WWAN_NETWORK_BLACKLIST gets or sets information about network blacklists for a mobile broadband (MBB) device.

Miniport drivers must process Query requests asynchronously, initially returning NDIS_STATUS_INDICATION_REQUIRED to the original request before later sending an NDIS_STATUS_WWAN_NETWORK_BLACKLIST status notification containing an NDIS_WWAN_NETWORK_BLACKLIST structure that describes the current network blacklists.

For Set requests, this OID's payload contains an NDIS_WWAN_SET_NETWORK_BLACKLIST structure that specifies a list of MNC/MCC combinations that should be ignored by the modem.

Remarks

After each Query or Set request, the miniport driver should return an NDIS_WWAN_NETWORK_BLACKLIST structure that contains information about the current network blacklist information.

For more information about usage of this OID, see MBIM_CID_MS_NETWORK_BLACKLIST.

Requirements

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

See also

MB Network Blacklist Operations

NDIS_STATUS_WWAN_NETWORK_BLACKLIST

NDIS_WWAN_NETWORK_BLACKLIST

NDIS_WWAN_SET_NETWORK_BLACKLIST