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