WWAN_NETWORK_BLACKLIST_INFO structure (wwan.h)

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.

The WWAN_NETWORK_BLACKLIST_INFO structure contains a list of network blacklist providers for a mobile broadband (MBB) modem.

Syntax

typedef struct _WWAN_NETWORK_BLACKLIST_INFO {
  WWAN_NETWORK_BLACKLIST_STATE BlacklistState;
  WWAN_LIST_HEADER             BlacklistProviderList;
} WWAN_NETWORK_BLACKLIST_INFO, *PWWAN_NETWORK_BLACKLIST_INFO;

Members

BlacklistState

A WWAN_NETWORK_BLACKLIST_STATE value that indicates whether any of the blacklist conditions are met that result in the modem not registering with the network.

BlacklistProviderList

A WWAN_LIST_HEADER structure that represents a list of network blacklists. The ElementType member in the WWAN_LIST_HEADER should be set to WwanStructNetworkBlacklistProvider. The ElementCount member in the WWAN_LIST_HEADER should be set to the number of WWAN_NETWORK_BLACKLIST_PROVIDER structures that follow the WWAN_LIST_HEADER structure.

Remarks

This structure is used in the NDIS_WWAN_SET_NETWORK_BLACKLIST structure and the NDIS_WWAN_NETWORK_BLACKLIST structure.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703
Header wwan.h

See also

MB Network Blacklist Operations

OID_WWAN_NETWORK_BLACKLIST

NDIS_WWAN_SET_NETWORK_BLACKLIST

NDIS_WWAN_NETWORK_BLACKLIST

WWAN_NETWORK_BLACKLIST_STATE

WWAN_NETWORK_BLACKLIST_PROVIDER

WWAN_LIST_HEADER