// wwan.h
typedef enum _WWAN_NETWORK_BLACKLIST_TYPE {
WwanNetworkBlacklistTypeSIM,
WwanNetworkBlacklistTypeNetwork,
WwanNetworkBlacklistTypeMaximum
} WWAN_NETWORK_BLACKLIST_TYPE;
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_TYPE enumeration specifies which of a mobile broadband (MBB) modem's two network blacklists is used for an MCC/MNC pair.
WwanNetworkBlacklistTypeSIMThe MCC/MNC pair is used for the SIM provider blacklist.
WwanNetworkBlacklistTypeNetworkThe MCC/MNC pair is used for the network provider blacklist.
WwanNetworkBlacklistTypeMaximumThe maximum value for this enumeration.
This enumeration is used in the WWAN_NETWORK_BLACKLIST_PROVIDER structure.
MB Network Blacklist Operations
WWAN_NETWORK_BLACKLIST_PROVIDER