Functions | |
| cy_rslt_t | cy_enterprise_security_create (cy_enterprise_security_t *handle, cy_enterprise_security_parameters_t *ent_parameters) |
| Creates an Enterprise Security instance. More... | |
| cy_rslt_t | cy_enterprise_security_delete (cy_enterprise_security_t *handle) |
| Deletes the given Enterprise Security instance and resources allocated by the cy_enterprise_security_create function. More... | |
| cy_rslt_t | cy_enterprise_security_join (cy_enterprise_security_t handle) |
| Joins an enterprise security network (802.1x Access point) More... | |
| cy_rslt_t | cy_enterprise_security_leave (cy_enterprise_security_t handle) |
| Leaves an enterprise security network (802.1x Access point) More... | |
| cy_rslt_t cy_enterprise_security_create | ( | cy_enterprise_security_t * | handle, |
| cy_enterprise_security_parameters_t * | ent_parameters | ||
| ) |
Creates an Enterprise Security instance.
This function initializes the Enterprise Security library with the given Enterprise Security parameters and returns an Enterprise Security instance to application.
| [out] | handle | : Pointer to store the Enterprise Security instance handle allocated by this function on successful return. |
| [in] | ent_parameters | : Pointer to cy_enterprise_security_parameters_t structure, initialized by the caller with the details required for establishing connection with the enterprise network. |
| cy_rslt_t cy_enterprise_security_delete | ( | cy_enterprise_security_t * | handle | ) |
Deletes the given Enterprise Security instance and resources allocated by the cy_enterprise_security_create function.
| [in] | handle | : Handle to Enterprise Security instance returned by cy_enterprise_security_create function. |
| cy_rslt_t cy_enterprise_security_join | ( | cy_enterprise_security_t | handle | ) |
Joins an enterprise security network (802.1x Access point)
| [in] | handle | : Handle to Enterprise Security instance returned by cy_enterprise_security_create function. |
| cy_rslt_t cy_enterprise_security_leave | ( | cy_enterprise_security_t | handle | ) |
Leaves an enterprise security network (802.1x Access point)
| [in] | handle | : Handle to Enterprise Security instance returned by cy_enterprise_security_create function. |