// wwan.h
typedef struct _WWAN_NETWORK_BLACKLIST_PROVIDER {
ULONG MCC;
ULONG MNC;
WWAN_NETWORK_BLACKLIST_TYPE NetworkBlacklistType;
} WWAN_NETWORK_BLACKLIST_PROVIDER, *PWWAN_NETWORK_BLACKLIST_PROVIDER;
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_PROVIDER structure represents a network blacklist provider in a mobile broadband (MBB) modem.
MCCAs specified by 3GPP, MCC is part of IMSI and specifies the country of the provider.
MNCAs specified by 3GPP, MNC is part of IMSI and specifies the network of the provider.
NetworkBlacklistTypeA WWAN_NETWORK_BLACKLIST_TYPE value that specifies for which type of blacklist the MCC/MNC pair is used.
A list of WWAN_NETWORK_BLACKLIST_PROVIDER structures follows the BlacklistProviderList member of the WWAN_NETWORK_BLACKLIST_INFO structure.
MB Network Blacklist Operations