WWAN_NETWORK_BLACKLIST_PROVIDER 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_PROVIDER structure represents a network blacklist provider in a mobile broadband (MBB) modem.

Syntax

typedef struct _WWAN_NETWORK_BLACKLIST_PROVIDER {
  ULONG                       MCC;
  ULONG                       MNC;
  WWAN_NETWORK_BLACKLIST_TYPE NetworkBlacklistType;
} WWAN_NETWORK_BLACKLIST_PROVIDER, *PWWAN_NETWORK_BLACKLIST_PROVIDER;

Members

MCC

As specified by 3GPP, MCC is part of IMSI and specifies the country of the provider.

MNC

As specified by 3GPP, MNC is part of IMSI and specifies the network of the provider.

NetworkBlacklistType

A WWAN_NETWORK_BLACKLIST_TYPE value that specifies for which type of blacklist the MCC/MNC pair is used.

Remarks

A list of WWAN_NETWORK_BLACKLIST_PROVIDER structures follows the BlacklistProviderList member of the WWAN_NETWORK_BLACKLIST_INFO structure.

Requirements

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

See also

MB Network Blacklist Operations

WWAN_NETWORK_BLACKLIST_INFO

WWAN_NETWORK_BLACKLIST_TYPE