// wwan.h
typedef enum _WWAN_NETWORK_BLACKLIST_STATE {
WwanNetworkBlacklistStateNotActuated,
WwanNetworkBlacklistSIMProviderActuated,
WwanNetworkBlacklistNetworkProviderActuated,
WwanNetworkBlacklistStateMaximum
} WWAN_NETWORK_BLACKLIST_STATE;
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_STATE enumeration describes possible states of a modem's two different blacklists, the SIM provider blacklist and the network provider blacklist.
WwanNetworkBlacklistStateNotActuatedBoth blacklist conditions are not met.
WwanNetworkBlacklistSIMProviderActuatedThe inserted SIM is blacklisted because its provider ID matches the blacklist for SIM provider IDs.
WwanNetworkBlacklistNetworkProviderActuatedAvailable networks are blacklisted because their provider IDs are all in the blacklist for network provider IDs.
WwanNetworkBlacklistStateMaximumThe maximum value for this enumeration.
This enumeration is used in the WWAN_NETWORK_BLACKLIST_INFO structure.
MB Network Blacklist Operations