Enterprise Security Library
cy_enterprise_security_phase2_params_t Struct Reference

Description

Phase2 Parameters.

Enterprise Security EAP parameters for Phase2 authentication.

Data Fields

cy_enterprise_security_tunnel_t tunnel_auth_type
 Tunnel authentication type. More...
 
cy_enterprise_security_eap_type_t inner_eap_type
 Inner EAP type. More...
 
char inner_identity [CY_ENTERPRISE_SECURITY_MAX_IDENTITY_LENGTH]
 Inner user identity. More...
 
char inner_password [CY_ENTERPRISE_SECURITY_MAX_PASSWORD_LENGTH]
 Inner user password. More...
 

Field Documentation

◆ tunnel_auth_type

cy_enterprise_security_tunnel_t cy_enterprise_security_phase2_params_t::tunnel_auth_type

Tunnel authentication type.

◆ inner_eap_type

cy_enterprise_security_eap_type_t cy_enterprise_security_phase2_params_t::inner_eap_type

Inner EAP type.

◆ inner_identity

char cy_enterprise_security_phase2_params_t::inner_identity[CY_ENTERPRISE_SECURITY_MAX_IDENTITY_LENGTH]

Inner user identity.

◆ inner_password

char cy_enterprise_security_phase2_params_t::inner_password[CY_ENTERPRISE_SECURITY_MAX_PASSWORD_LENGTH]

Inner user password.