WWAN_AUTH_PROTOCOL enumeration (wwan.h)
The WWAN_AUTH_PROTOCOL enumeration lists the different types of authentication protocols that are supported by the MB device.
Syntax
typedef enum _WWAN_AUTH_PROTOCOL {
WwanAuthProtocolNone,
WwanAuthProtocolPap,
WwanAuthProtocolChap,
WwanAuthProtocolMsChapV2,
WwanAuthProtocolAuto,
WwanAuthProtocolMax
} WWAN_AUTH_PROTOCOL, *PWWAN_AUTH_PROTOCOL;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 7. |
Header | wwan.h (include Wwan.h) |