// wwan.h
typedef struct _WWAN_NETWORK_BLACKLIST_INFO {
WWAN_NETWORK_BLACKLIST_STATE BlacklistState;
WWAN_LIST_HEADER BlacklistProviderList;
} WWAN_NETWORK_BLACKLIST_INFO, *PWWAN_NETWORK_BLACKLIST_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
[!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.
BlacklistStateA 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.
BlacklistProviderListA 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.
This structure is used in the NDIS_WWAN_SET_NETWORK_BLACKLIST structure and the NDIS_WWAN_NETWORK_BLACKLIST structure.
MB Network Blacklist Operations
NDIS_WWAN_SET_NETWORK_BLACKLIST
WWAN_NETWORK_BLACKLIST_PROVIDER