API Reference | |
| Enterprise Security results/error codes | |
| Enterprise Security library APIs return results of type cy_rslt_t and consist of three parts: | |
Macros | |
| #define | cy_enterprise_security_log_msg(a, b, c, ...) |
| ENABLE_ENTERPRISE_SECURITY_LOGS. More... | |
| #define | CY_ENTERPRISE_SECURITY_MAX_IDENTITY_LENGTH ( 32 ) |
| Maximum identity length supported. | |
| #define | CY_ENTERPRISE_SECURITY_MAX_PASSWORD_LENGTH ( 64 ) |
| Maximum password length supported. | |
| #define | CY_ENTERPRISE_SECURITY_MAX_SSID_LENGTH ( 32 ) |
| Maximum SSID length supported. | |
| #define cy_enterprise_security_log_msg | ( | a, | |
| b, | |||
| c, | |||
| ... | |||
| ) |
ENABLE_ENTERPRISE_SECURITY_LOGS.
When defined, enables debug logs in the Enterprise Security library.
The application must enable this flag and call cy_log_init() before calling these library APIs.