WWAN_AUTH_PROTOCOL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_AUTH_PROTOCOL {
  WwanAuthProtocolNone,
  WwanAuthProtocolPap,
  WwanAuthProtocolChap,
  WwanAuthProtocolMsChapV2,
  WwanAuthProtocolAuto,
  WwanAuthProtocolMax
} WWAN_AUTH_PROTOCOL, *PWWAN_AUTH_PROTOCOL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_auth_protocol)

_WWAN_AUTH_PROTOCOL enumeration

Description

The WWAN_AUTH_PROTOCOL enumeration lists the different types of authentication protocols that are supported by the MB device.

Constants

WwanAuthProtocolNone

No authentication protocol.

WwanAuthProtocolPap

Unencrypted password authentication.

WwanAuthProtocolChap

Use the Challenge Handshake Authentication Protocol (CHAP).

WwanAuthProtocolMsChapV2

Use the Microsoft Challenge Handshake Authentication Protocol (CHAP) v2.0.

WwanAuthProtocolAuto

WwanAuthProtocolMax

The total number of supported authentication protocols.

Remarks

This enumeration applies only to GSM devices. The MB Service specifies WwanAuthProtocolNone as the authentication type for CDMA-based devices.

See also

WWAN_CONTEXT

WWAN_SET_CONTEXT_STATE