Added a new status code for name resolution failures.
This commit is contained in:
		| @@ -138,6 +138,7 @@ typedef uint32_t CasaStatus; | |||||||
| #define CASA_STATUS_NO_CREDENTIALS             ((CasaStatus)0x00000021) | #define CASA_STATUS_NO_CREDENTIALS             ((CasaStatus)0x00000021) | ||||||
| #define CASA_STATUS_NOT_CONFIGURED             ((CasaStatus)0x00000022) | #define CASA_STATUS_NOT_CONFIGURED             ((CasaStatus)0x00000022) | ||||||
| #define CASA_STATUS_INVALID_SERVER_CERTIFICATE ((CasaStatus)0x00000023) | #define CASA_STATUS_INVALID_SERVER_CERTIFICATE ((CasaStatus)0x00000023) | ||||||
|  | #define CASA_STATUS_NAME_RESOLVE_ERROR         ((CasaStatus)0x00000024) | ||||||
|  |  | ||||||
| //===[ Macro definitions                    ]============================== | //===[ Macro definitions                    ]============================== | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user