Additional Status Codes#

This section provides a reference to the additional status codes returned by the WiSeConnect™ SDK v3.x which are not included in the list of Silicon Labs standard status codes.

Macros#

#define
SL_STATUS_OS_OPERATION_FAILURE ((sl_status_t)0x0051)

OS operation failed.

#define

Bootup options not saved.

#define

Bootup options checksum failed.

#define

Bootloader version mismatch.

#define
SL_STATUS_WAITING_FOR_BOARD_READY ((sl_status_t)0x0055)

Waiting for board ready.

#define

Invalid firmware.

#define
SL_STATUS_INVALID_OPTION ((sl_status_t)0x0057)

Invalid option.

#define
SL_STATUS_SPI_BUSY ((sl_status_t)0x0058)

SPI busy.

#define
SL_STATUS_CARD_READY_TIMEOUT ((sl_status_t)0x0059)

Card ready not received.

#define

Firmware upgrade timed out.

#define
SL_STATUS_WIFI_DOES_NOT_EXIST ((sl_status_t)0x0B21)

Does not exist.

#define
SL_STATUS_WIFI_NOT_AUTHENTICATED ((sl_status_t)0x0B22)

Not authenticated.

#define
SL_STATUS_WIFI_NOT_KEYED ((sl_status_t)0x0B23)

Not keyed.

#define
SL_STATUS_WIFI_IOCTL_FAIL ((sl_status_t)0x0B24)

IOCTL fail.

#define

Buffer unavailable temporarily.

#define

Buffer unavailable permanently.

#define
SL_STATUS_WIFI_WPS_PBC_OVERLAP ((sl_status_t)0x0B27)

WPS PBC overlap.

#define
SL_STATUS_WIFI_CONNECTION_LOST ((sl_status_t)0x0B28)

Connection lost.

#define

Cannot add extra event handler.

#define
SL_STATUS_WIFI_SEMAPHORE_ERROR ((sl_status_t)0x0B2A)

Error manipulating a semaphore.

#define
SL_STATUS_WIFI_FLOW_CONTROLLED ((sl_status_t)0x0B2B)

Packet retrieval cancelled due to flow control.

#define
SL_STATUS_WIFI_NO_CREDITS ((sl_status_t)0x0B2C)

Packet retrieval cancelled due to lack of bus credits.

#define
SL_STATUS_WIFI_NO_PACKET_TO_SEND ((sl_status_t)0x0B2D)

Packet retrieval cancelled due to no pending packets.

#define

Core disabled due to no clock.

#define
SL_STATUS_WIFI_CORE_IN_RESET ((sl_status_t)0x0B2F)

Core disabled - in reset.

#define
SL_STATUS_WIFI_UNSUPPORTED ((sl_status_t)0x0B30)

Unsupported function.

#define

Error writing to WLAN register.

#define
SL_STATUS_WIFI_SDIO_BUS_UP_FAIL ((sl_status_t)0x0B32)

SDIO bus failed to come up.

#define
SL_STATUS_WIFI_JOIN_IN_PROGRESS ((sl_status_t)0x0B33)

Join not finished yet.

#define
SL_STATUS_WIFI_NETWORK_NOT_FOUND ((sl_status_t)0x0B34)

Specified network was not found.

#define

Join status error.

#define
SL_STATUS_WIFI_UNKNOWN_INTERFACE ((sl_status_t)0x0B36)

Unknown interface specified.

#define
SL_STATUS_WIFI_SDIO_RX_FAIL ((sl_status_t)0x0B37)

Error during SDIO receive.

#define
SL_STATUS_WIFI_HWTAG_MISMATCH ((sl_status_t)0x0B38)

Hardware tag header corrupt.

#define

Failed to allocate a buffer to receive into.

#define

Error reading a bus hardware register.

#define

Failed to create a new thread.

#define
SL_STATUS_WIFI_QUEUE_ERROR ((sl_status_t)0x0B3C)

Error manipulating a queue.

#define

Error moving the current pointer of a buffer.

#define

Error setting size of packet buffer.

#define
SL_STATUS_WIFI_THREAD_STACK_NULL ((sl_status_t)0x0B3F)

Null stack pointer passed when non null was required.

#define
SL_STATUS_WIFI_THREAD_DELETE_FAIL ((sl_status_t)0x0B40)

Error deleting a thread.

#define
SL_STATUS_WIFI_SLEEP_ERROR ((sl_status_t)0x0B41)

Failed to put a thread to sleep.

#define
SL_STATUS_WIFI_BUFFER_ALLOC_FAIL ((sl_status_t)0x0B42)

Failed to allocate a packet buffer.

#define
SL_STATUS_WIFI_INTERFACE_NOT_UP ((sl_status_t)0x0B44)

Requested interface is not active.

#define
SL_STATUS_WIFI_DELAY_TOO_LONG ((sl_status_t)0x0B45)

Requested delay is too long.

#define
SL_STATUS_WIFI_INVALID_DUTY_CYCLE ((sl_status_t)0x0B46)

Duty cycle is outside limit 0 to 0.

#define
SL_STATUS_WIFI_PMK_WRONG_LENGTH ((sl_status_t)0x0B47)

Returned pmk was the wrong length.

#define

AP security type was unknown.

#define
SL_STATUS_WIFI_WEP_NOT_ALLOWED ((sl_status_t)0x0B49)

AP not allowed to use WEP - use Open instead.

#define
SL_STATUS_WIFI_WPA_KEYLEN_BAD ((sl_status_t)0x0B4A)

WPA / WPA2 key length must be between 8 & 64 bytes.

#define
SL_STATUS_WIFI_FILTER_NOT_FOUND ((sl_status_t)0x0B4B)

Specified filter id not found.

#define
SL_STATUS_WIFI_SPI_ID_READ_FAIL ((sl_status_t)0x0B4C)

Failed to read 0xfeedbead SPI id from chip.

#define
SL_STATUS_WIFI_SPI_SIZE_MISMATCH ((sl_status_t)0x0B4D)

Mismatch in sizes between SPI and SDPCM header.

#define

Attempt to register a multicast address twice.

#define

SDIO transfer failed too many times.

#define
SL_STATUS_WIFI_NULL_PTR_ARG ((sl_status_t)0x0B50)

Null Pointer argument passed to function.

#define
SL_STATUS_WIFI_THREAD_FINISH_FAIL ((sl_status_t)0x0B51)

Error deleting a thread.

#define
SL_STATUS_WIFI_WAIT_ABORTED ((sl_status_t)0x0B52)

Semaphore/Mutex wait has been aborted.

#define

Unaligned message in the queue.

#define
SL_STATUS_WIFI_MUTEX_ERROR ((sl_status_t)0x0B54)

Error while Mutex operation.

#define

Error while decryption over secure link.

#define

Error while renegotiation of key over secure link.

#define
SL_STATUS_WIFI_INVALID_OPERMODE ((sl_status_t)0x0B60)

Invalid opermode provided.

#define

Invalid security encryption method provided.

#define
SL_STATUS_TRNG_DUPLICATE_ENTROPY ((sl_status_t)0x0B62)

TRNG duplicate elements error.

#define
SL_STATUS_CRYPTO_INVALID_PARAMETER ((sl_status_t)0x1CCFE)

Return when parameter passed to Crypto SAPI is invalid.

#define
SL_STATUS_CRYPTO_INVALID_SIGNATURE ((sl_status_t)0x1CC9A)

Return in AEAD (CCM, GCM, Chachapoly) decryption function, when MAC generated during decryption does not match the MAC passed.

#define

Scan command issued while device is already associated with an access point.

#define
SL_STATUS_SI91X_NO_AP_FOUND ((sl_status_t)0x10003)

No AP found.

#define

Wrong PSK is issued while the device client tries to join an access point with WEP security enabled.

#define
SL_STATUS_SI91X_INVALID_BAND ((sl_status_t)0x10005)

Invalid band.

#define
SL_STATUS_SI91X_UNASSOCIATED ((sl_status_t)0x10006)

Association not done or in unassociated state.

#define

De-authentication received from AP.

#define
SL_STATUS_SI91X_ASSOCIATION_FAILED ((sl_status_t)0x10009)

Failed to associate to access point during "Join".

#define
SL_STATUS_SI91X_INVALID_CHANNEL ((sl_status_t)0x1000A)

Invalid channel.

#define

Authentication failure during "Join". Unable to find AP during join which was found during scan.

#define

Missed beacon from AP during join.

#define

Non-existent MAC address supplied in "Disassociate" command.

#define

EAP configuration is not done.

#define

Memory allocation failed or Store configuration check sum failed.

#define
SL_STATUS_SI91X_INSUFFICIENT_INFO ((sl_status_t)0x10016)

Information is wrong or insufficient in join command.

#define
SL_STATUS_SI91X_NOT_AP_INTERFACE ((sl_status_t)0x10017)

Not an AP interface.

#define

Push button command given before the expiry of previous push button command.

#define
SL_STATUS_SI91X_REJOIN_FAILURE ((sl_status_t)0x10019)

Access point not found. Rejoin failure.

#define

Frequency not supported.

#define
SL_STATUS_SI91X_INVALID_OPERMODE ((sl_status_t)0x1001B)

Invalid opermode.

#define
SL_STATUS_SI91X_EAP_CONFIG_FAILED ((sl_status_t)0x1001C)

EAP configuration failed.

#define
SL_STATUS_SI91X_P2P_CONFIG_FAILED ((sl_status_t)0x1001D)

P2P configuration failed.

#define

Unable to start Group Owner negotiation.

#define
SL_STATUS_SI91X_JOIN_TIMEOUT ((sl_status_t)0x10020)

Join timeout.

#define

Command given in incorrect state.

#define

Query GO parameters issued in incorrect operating mode.

#define

Unable to form access point.

#define
SL_STATUS_SI91X_INVALID_SCAN_INFO ((sl_status_t)0x10024)

Wrong scan input parameters supplied to "Scan" command.

#define

Command issued during re-join in progress.

#define
SL_STATUS_SI91X_WRONG_PARAMETERS ((sl_status_t)0x10026)

Wrong parameters the command request.

#define

Provision discovery failed in P2P.

#define
SL_STATUS_SI91X_INVALID_PSK_LENGTH ((sl_status_t)0x10028)

PSK length less than 8 bytes or more than 63 bytes.

#define

Failed to clear or to set the Enterprise Certificate (Set Certificate).

#define

P2P Go negotiation failed.

#define

Association between nodes failed in P2P WPS mode due to timeout.

#define

If a command is issued by the Host when the device is internally executing auto-join or auto-create.

#define

WEP key is of wrong length.

#define

ICMP request timeout error.

#define

ICMP data size exceeds maximum limit.

#define

Send data packet exceeded the limit or length that is mentioned (or) MQTT publish data and publish data length mismatched (or) MQTT Send data packet exceeded the limit.

#define

ARP cache entry not found.

#define

UART command timeout happened.

#define

Fixed data rate is not supported by connecting AP.

#define

Maximum length exceeded of username/password/client_id/topic in MQTT.

#define
SL_STATUS_SI91X_INVALID_WPS_PIN ((sl_status_t)0x10037)

Wrong WPS PIN.

#define

Wrong WPS PIN length.

#define
SL_STATUS_SI91X_INVALID_PMK_LEN ((sl_status_t)0x10039)

Wrong PMK length.

#define

SSID not present for PMK generation.

#define

SSID incorrect for PMK generation(more than 32 bytes).

#define
SL_STATUS_SI91X_BAND_NOT_SUPPORTED ((sl_status_t)0x1003C)

Band not supported.

#define

User store configuration invalid length.

#define

Error in length of the command (Exceeds number of characters is mentioned in the PRM).

#define

Data packet dropped.

#define
SL_STATUS_SI91X_WEP_KEY_NOT_GIVEN ((sl_status_t)0x10040)

WEP key not given.

#define

Error in length of store config profile.

#define
SL_STATUS_SI91X_MISSING_PSK_OR_PMK ((sl_status_t)0x10042)

PSK or PMK not given.

#define

Security mode given in join command is invalid.

#define

Beacon miscount reaches max beacon miscount (De-authentication due to beacon miss).

#define

De-authentication received from supplicant.

#define

De-authentication received from AP after channel switching.

#define

Synchronization missed.

#define

Authentication timeout occurred.

#define

Association timeout.

#define

BG scan in given channels is not allowed.

#define
SL_STATUS_SI91X_SSID_MISMATCH ((sl_status_t)0x1004B)

Scanned SSID and SSID given in join are not matching.

#define

Given number of clients exceeded max number of stations supported.

#define

Given HT capabilities are not supported.

#define

UART Flow control not supported.

#define

ZB/BT/BLE packet received and protocol is not enabled.

#define
SL_STATUS_SI91X_MGMT_PKT_DROPPED ((sl_status_t)0x10050)

MGMT pkt dropped.

#define

Invalid RF current mode.

#define

Power save support is not present for a given interface.

#define

Concurrent AP in connected state.

#define

Connected AP or Station channel mismatch.

#define

IAP co processor error.

#define
SL_STATUS_SI91X_WPS_NOT_SUPPORTED ((sl_status_t)0x10056)

WPS not supported in current operating mode.

#define

Concurrent AP doesn't have same channel as connected station channel.

#define

PBC session overlap error.

#define

BT feature bit map invalid.

#define

4/4 confirmation of 4 way handshake failed.

#define

MAC address not present in MAC based join.

#define

Concurrent mode, both AP and client should be up, to enable configuration.

#define

Certificate load not allowed in flash.

#define

Certificate load not allowed in RAM.

#define

Certificate load failed due to wrong index.

#define

AP HT caps not enabled.

#define

Address family not supported by protocol.

#define

Invalid beacon interval or DTIM period provided.

#define

Invalid range of the configuration provided.

#define

RTS THRESHOLD Config type is invalid.

#define

Error with MQTT command.

#define

listen interval in power save is greater than that of join.

#define

WLAN radio deregistered.

#define

SAE failure due to multiple confirm frames from AP.

#define

AP does not support the EC-group set by station.

#define

Occurs when HE_PARAMS_SUPPORT and SLI_SI91X_ENABLE_TWT_FEATURE macros are not enabled.

#define

Occurs when user tries to give TWT config command when there is an already active TWT session.

#define

Occurs when TWT teardown command is given with a flow ID that does not match existing session flow ID.

#define

Occurs when teardown command is given while there is no active session.

#define
SL_STATUS_TWT_SESSION_NOT_FEASIBLE ((sl_status_t)0x10074)

This error code indicates that TWT session is not feasible. It is thrown only when TWT Auto Selection API is used.

#define

AP does not support TWT information frame reception.

#define

No active TWT agreement corresponding to given flow id.

#define

Suspend or resume TWT action is in progress.

#define

TWT information frame packet creation failed in firmware.

#define

The Server does not support the level of the MQTT protocol requested by the Client.

#define

The Client identifier is correct UTF-8 but not allowed by the Server.

#define

The Network Connection has been made but the MQTT service is unavailable.

#define

The data in the user name or password is malformed.

#define

The Client is not authorized to connect.

#define
SL_STATUS_SI91X_SA_QUERY_TIMEOUT ((sl_status_t)0x10086)

Disconnection due to SA Query Timeout.

#define

Duplicate entry exists in DNS server table.

#define
SL_STATUS_SI91X_NO_MEM_AVAILABLE ((sl_status_t)0x100B1)

Memory error: No memory available.

#define

Invalid characters in JSON object.

#define
SL_STATUS_SI91X_NO_KEY_FOUND ((sl_status_t)0x100B3)

Update commands: No such key found.

#define
SL_STATUS_SI91X_NO_FILE_FOUND ((sl_status_t)0x100B4)

No such file found: Re-check filename.

#define

No corresponding web page exists with same filename.

#define

Space unavailable for new file.

#define
SL_STATUS_SI91X_INVALID_INPUT_DATA ((sl_status_t)0x100C1)

Invalid input data, Re-check filename, lengths, etc.

#define

Space unavailable for new file.

#define

Existing file overwrite: Exceeds size of previous file. Use erase and try again.

#define
SL_STATUS_SI91X_NO_SUCH_FILE_FOUND ((sl_status_t)0x100C4)

No such file found. Re-check filename.

#define
SL_STATUS_SI91X_MEMORY_ERROR ((sl_status_t)0x100C5)

Memory Error: No memory available.

#define

Received more web page data than the total length initially specified.

#define
SL_STATUS_SI91X_SET_REGION_ERROR ((sl_status_t)0x100C7)

Error in set region command.

#define

Web page current chunk length is incorrect.

#define

Error in AP set region command.

#define

Error in AP set region command parameters.

#define

Region code not supported.

#define

Error in extracting country region from beacon.

#define

Device does not have selected region support.

#define

SSL/TLS context create failed.

#define

SSL/TLS handshake failed. Socket will be closed.

#define

SSL/TLS max sockets reached.

#define

FTP client is not connected.

#define
SL_STATUS_SI91X_CIPHER_SET_FAILED ((sl_status_t)0x100D4)

Cipher set failure.

#define

HTTP credentials maximum length exceeded.

#define

Feature not supported.

#define

Unable to write to flash OR flash data verification failed.

#define

Calibration data verification failed.

#define

SNMP internal error.

#define

SNMP invalid IP protocol error.

#define

No data received or receive timeout.

#define

Insufficient data for converting NTP time to mm-dd-yy time format.

#define

Invalid SNTP server address.

#define

SNTP client not started.

#define

SNTP server not available. Client will not get any time update service from current server.

#define

SNTP server authentication failed.

#define
SL_STATUS_SI91X_INTERNAL_ERROR ((sl_status_t)0x1BB0E)

Internal error.

#define

Entry not found for multicast IP address.

#define

No more entries found for multicast.

#define
SL_STATUS_SI91X_IP_ADDRESS_ERROR ((sl_status_t)0x1BB21)

IP address error.

#define

Socket already bound.

#define
SL_STATUS_SI91X_PORT_UNAVAILABLE ((sl_status_t)0x1BB23)

Port not available.

#define
SL_STATUS_SI91X_SOCKET_NOT_CREATED ((sl_status_t)0x1BB27)

Socket is not created.

#define

ICMP request failed.

#define

Maximum listen sockets reached.

#define

DHCP duplicate listen.

#define

Port not in closed state.

#define
SL_STATUS_SI91X_SOCKET_CLOSED ((sl_status_t)0x1BB36)

Socket is closed or in process of closing.

#define

Process in progress.

#define

Trying to connect non-existing TCP server socket.

#define

Error in length of the command ('Exceeds number of characters' is mentioned in the PRM).

#define
SL_STATUS_SI91X_WRONG_PACKET_INFO ((sl_status_t)0x1BB40)

Wrong packet info.

#define
SL_STATUS_SI91X_SOCKET_STILL_BOUND ((sl_status_t)0x1BB42)

Socket is still bound.

#define
SL_STATUS_SI91X_NO_FREE_PORT ((sl_status_t)0x1BB45)

No free port.

#define
SL_STATUS_SI91X_INVALID_PORT ((sl_status_t)0x1BB46)

Invalid port.

#define

Feature not supported.

#define

Socket is not in connected state. Disconnected from server. In case of FTP, user need to give destroy command after receiving this error.

#define

POP3 session creation failed / POP3 session got terminated.

#define

DHCPv6 handshake failure.

#define

DHCP invalid IP response.

#define

SMTP authentication error.

#define

No DNS server was specified, SMTP over size mail data.

#define

SMTP invalid server reply.

#define

DNS query failed, SMTP internal error.

#define

Bad DNS address, SMTP server error code received.

#define

SMTP invalid parameters.

#define

SMTP packet allocation failed.

#define

SMTP Greet reply failed.

#define

Parameter error, SMTP hello reply error.

#define

SMTP mail reply error.

#define

SMTP RCPT reply error.

#define

SMTP message reply error.

#define

SMTP data reply error.

#define

SMTP authentication reply error.

#define

SMTP server error reply.

#define

DNS duplicate entry.

#define

SMTP oversize server reply.

#define

SMTP client not initialized.

#define

DNS IPv6 not supported.

#define

Invalid mail index for POP3 mail retrieve command.

#define

SSL/TLS handshake failed.

#define

FTP client is not connected or disconnected with the FTP server.

#define

FTP client is not disconnected.

#define

FTP file is not opened.

#define

SSL/TLS handshake timeout or FTP file is not closed.

#define

Expected [1XX response from FTP server but not received].

#define

Expected [2XX response from FTP server but not received].

#define

Expected [22X response from FTP server but not received].

#define

Expected [23X response from FTP server but not received].

#define

Expected [3XX response from FTP server but not received].

#define

Expected [33X response from FTP server but not received].

#define
SL_STATUS_SI91X_HTTP_TIMEOUT ((sl_status_t)0x1BBE1)

HTTP timeout.

#define
SL_STATUS_SI91X_HTTP_FAILED ((sl_status_t)0x1BBE2)

HTTP failed.

#define

HTTP timeout for HTTP PUT client.

#define

Authentication error.

#define

Invalid packet length. Content length and received data length is mismatching.

#define

Server responds before HTTP client request is complete.

#define

HTTP/HTTPS password is too long.

#define
SL_STATUS_SI91X_MQTT_PING_TIMEOUT ((sl_status_t)0x1BBF1)

MQTT ping time out error.

#define

MQTT command sent in incorrect state.

#define
SL_STATUS_SI91X_MQTT_ACK_TIMEOUT ((sl_status_t)0x1BBF3)

MQTT ACK time out error.

#define

POP3 error for invalid mail index.

#define

Listening TCP socket in device is not connected to the remote peer, or the LTCP socket is not yet opened in the device.

#define

Sockets not available. The error comes if the host tries to open more than 10 sockets.

#define

HTTP OTAF invalid packet.

#define
SL_STATUS_SI91X_TCP_IP_INIT_FAILED ((sl_status_t)0x1FFFC)

TCP_IP initialization failed.

#define

Cannot create IP in same interface in concurrent mode.

#define

HTTP OTAF incomplete packet.

#define

Store configuration profile type mismatch or invalid profile type.

#define

MQTT remote terminate error.

#define

Byte stuffing error in AT mode.

#define

Invalid command (e.g. parameters insufficient or invalid in the command). Invalid operation (e.g. power save command with the same mode given twice, accessing wrong socket, creating more than allowed sockets ).

#define

HTTP OTAF no packet.

#define

TCP socket is not connected.

#define

Station count exceeded max station supported.

#define

Unable to send TCP data.

#define

Socket buffer too small.

#define

Invalid content in the DNS response to the DNS resolution query.

#define

DNS class error in response to the DNS resolution query.

#define

DNS count error in response to the DNS resolution query.

#define

DNS return code error in the response to the DNS resolution query.

#define

DNS Opcode error in the response to the DNS resolution query.

#define
SL_STATUS_SI91X_DNS_ID_MISMATCH ((sl_status_t)0x1FFB5)

DNS id mismatch between DNS resolution request and response.

#define

An invalid input to the DNS resolution query.

#define

DNS response was timed out.

#define

ARP request failure.

#define

Unable to update TCP window.

#define
SL_STATUS_SI91X_DHCP_LEASE_EXPIRED ((sl_status_t)0x1FF9D)

DHCP lease time expired.

#define

DHCP handshake failure.

#define

This error is issued when WebSocket creation failed.

#define

This error is issued when device tried to connect to a non-existent TCP server socket on the remote side.

#define

This error is issued when tried to close non-existent socket. or invalid socket descriptor.

#define

Invalid socket parameters.

#define

Feature not supported.

#define

Socket already open.

#define

Attempt to open more than the maximum allowed number of sockets.

#define

Data length exceeds mss.

#define
SL_STATUS_SI91X_IP_CONFLICT_ERROR ((sl_status_t)0x1FF75)

DUT unable to configure IP address due to IP conflict.

#define

Feature not enabled.

#define

DHCP server not set in AP mode.

#define

Error in AP set region command parameters.

#define

SSL/TLS not supported.

#define
SL_STATUS_SI91X_JSON_NOT_SUPPORTED ((sl_status_t)0x1FF6F)

JSON not supported.

#define

Invalid operating mode.

#define

Invalid socket configuration parameters.

#define

Web socket creation timeout.

#define

Parameter maximum allowed value is exceeded.

#define

Socket read timeout.

#define

Invalid command in sequence.

#define

DNS response timed out.

#define

HTTP socket creation failed.

#define

TCP socket close command is issued before getting the response of the previous close command.

#define

'Wait On Host' feature not enabled.

#define

Store configuration checksum validation failed.

#define

TCP keep alive timed out.

#define

TCP ACK failed for TCP SYN-ACK.

#define

Memory limit exceeded in a given operating mode.

#define

Memory limit exceeded in an operating mode during auto join/create.

#define

PUF operation is blocked.

#define

PUF activation code invalid.

#define

PUF input parameters invalid.

#define
SL_STATUS_SI91X_PUF_IN_ERROR_STATE ((sl_status_t)0x1CC33)

PUF in error state.

#define

PUF operation not allowed.

#define

PUF operation failed.

#define

Auto join or user store configuration going on.

#define

Improper RSNIE from AP to station.

#define

Reached maximum SNTP invalid attempts.

#define

Frequency offset sent is zero.

#define

Frequency offset specified goes beyond upper or lower limits and indicates that frequency offset cannot be changed further.

Macro Definition Documentation#

SL_STATUS_OS_OPERATION_FAILURE#

#define SL_STATUS_OS_OPERATION_FAILURE
Value:
((sl_status_t)0x0051)

OS operation failed.


Definition at line 27 of file components/common/inc/sl_additional_status.h

SL_STATUS_BOOTUP_OPTIONS_NOT_SAVED#

#define SL_STATUS_BOOTUP_OPTIONS_NOT_SAVED
Value:
((sl_status_t)0x0052)

Bootup options not saved.


Definition at line 28 of file components/common/inc/sl_additional_status.h

SL_STATUS_BOOTUP_OPTIONS_CHECKSUM_FAILURE#

#define SL_STATUS_BOOTUP_OPTIONS_CHECKSUM_FAILURE
Value:
((sl_status_t)0x0053)

Bootup options checksum failed.


Definition at line 29 of file components/common/inc/sl_additional_status.h

SL_STATUS_BOOTLOADER_VERSION_MISMATCH#

#define SL_STATUS_BOOTLOADER_VERSION_MISMATCH
Value:
((sl_status_t)0x0054)

Bootloader version mismatch.


Definition at line 30 of file components/common/inc/sl_additional_status.h

SL_STATUS_WAITING_FOR_BOARD_READY#

#define SL_STATUS_WAITING_FOR_BOARD_READY
Value:
((sl_status_t)0x0055)

Waiting for board ready.


Definition at line 31 of file components/common/inc/sl_additional_status.h

SL_STATUS_VALID_FIRMWARE_NOT_PRESENT#

#define SL_STATUS_VALID_FIRMWARE_NOT_PRESENT
Value:
((sl_status_t)0x0056)

Invalid firmware.


Definition at line 32 of file components/common/inc/sl_additional_status.h

SL_STATUS_INVALID_OPTION#

#define SL_STATUS_INVALID_OPTION
Value:
((sl_status_t)0x0057)

Invalid option.


Definition at line 33 of file components/common/inc/sl_additional_status.h

SL_STATUS_SPI_BUSY#

#define SL_STATUS_SPI_BUSY
Value:
((sl_status_t)0x0058)

SPI busy.


Definition at line 34 of file components/common/inc/sl_additional_status.h

SL_STATUS_CARD_READY_TIMEOUT#

#define SL_STATUS_CARD_READY_TIMEOUT
Value:
((sl_status_t)0x0059)

Card ready not received.


Definition at line 35 of file components/common/inc/sl_additional_status.h

SL_STATUS_FW_LOAD_OR_UPGRADE_TIMEOUT#

#define SL_STATUS_FW_LOAD_OR_UPGRADE_TIMEOUT
Value:
((sl_status_t)0x005A)

Firmware upgrade timed out.


Definition at line 36 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_DOES_NOT_EXIST#

#define SL_STATUS_WIFI_DOES_NOT_EXIST
Value:
((sl_status_t)0x0B21)

Does not exist.


Definition at line 39 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_NOT_AUTHENTICATED#

#define SL_STATUS_WIFI_NOT_AUTHENTICATED
Value:
((sl_status_t)0x0B22)

Not authenticated.


Definition at line 40 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_NOT_KEYED#

#define SL_STATUS_WIFI_NOT_KEYED
Value:
((sl_status_t)0x0B23)

Not keyed.


Definition at line 41 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_IOCTL_FAIL#

#define SL_STATUS_WIFI_IOCTL_FAIL
Value:
((sl_status_t)0x0B24)

IOCTL fail.


Definition at line 42 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_BUFFER_UNAVAILABLE_TEMPORARY#

#define SL_STATUS_WIFI_BUFFER_UNAVAILABLE_TEMPORARY
Value:
((sl_status_t)0x0B25)

Buffer unavailable temporarily.


Definition at line 43 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_BUFFER_UNAVAILABLE_PERMANENT#

#define SL_STATUS_WIFI_BUFFER_UNAVAILABLE_PERMANENT
Value:
((sl_status_t)0x0B26)

Buffer unavailable permanently.


Definition at line 44 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_WPS_PBC_OVERLAP#

#define SL_STATUS_WIFI_WPS_PBC_OVERLAP
Value:
((sl_status_t)0x0B27)

WPS PBC overlap.


Definition at line 45 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_CONNECTION_LOST#

#define SL_STATUS_WIFI_CONNECTION_LOST
Value:
((sl_status_t)0x0B28)

Connection lost.


Definition at line 46 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_OUT_OF_EVENT_HANDLER_SPACE#

#define SL_STATUS_WIFI_OUT_OF_EVENT_HANDLER_SPACE
Value:
((sl_status_t)0x0B29)

Cannot add extra event handler.


Definition at line 47 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SEMAPHORE_ERROR#

#define SL_STATUS_WIFI_SEMAPHORE_ERROR
Value:
((sl_status_t)0x0B2A)

Error manipulating a semaphore.


Definition at line 48 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_FLOW_CONTROLLED#

#define SL_STATUS_WIFI_FLOW_CONTROLLED
Value:
((sl_status_t)0x0B2B)

Packet retrieval cancelled due to flow control.


Definition at line 49 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_NO_CREDITS#

#define SL_STATUS_WIFI_NO_CREDITS
Value:
((sl_status_t)0x0B2C)

Packet retrieval cancelled due to lack of bus credits.


Definition at line 50 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_NO_PACKET_TO_SEND#

#define SL_STATUS_WIFI_NO_PACKET_TO_SEND
Value:
  ((sl_status_t)0x0B2D)

Packet retrieval cancelled due to no pending packets.


Definition at line 51 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_CORE_CLOCK_NOT_ENABLED#

#define SL_STATUS_WIFI_CORE_CLOCK_NOT_ENABLED
Value:
((sl_status_t)0x0B2E)

Core disabled due to no clock.


Definition at line 53 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_CORE_IN_RESET#

#define SL_STATUS_WIFI_CORE_IN_RESET
Value:
((sl_status_t)0x0B2F)

Core disabled - in reset.


Definition at line 54 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_UNSUPPORTED#

#define SL_STATUS_WIFI_UNSUPPORTED
Value:
((sl_status_t)0x0B30)

Unsupported function.


Definition at line 55 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_BUS_WRITE_REGISTER_ERROR#

#define SL_STATUS_WIFI_BUS_WRITE_REGISTER_ERROR
Value:
((sl_status_t)0x0B31)

Error writing to WLAN register.


Definition at line 56 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SDIO_BUS_UP_FAIL#

#define SL_STATUS_WIFI_SDIO_BUS_UP_FAIL
Value:
((sl_status_t)0x0B32)

SDIO bus failed to come up.


Definition at line 57 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_JOIN_IN_PROGRESS#

#define SL_STATUS_WIFI_JOIN_IN_PROGRESS
Value:
((sl_status_t)0x0B33)

Join not finished yet.


Definition at line 58 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_NETWORK_NOT_FOUND#

#define SL_STATUS_WIFI_NETWORK_NOT_FOUND
Value:
((sl_status_t)0x0B34)

Specified network was not found.


Definition at line 59 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_INVALID_JOIN_STATUS#

#define SL_STATUS_WIFI_INVALID_JOIN_STATUS
Value:
((sl_status_t)0x0B35)

Join status error.


Definition at line 60 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_UNKNOWN_INTERFACE#

#define SL_STATUS_WIFI_UNKNOWN_INTERFACE
Value:
((sl_status_t)0x0B36)

Unknown interface specified.


Definition at line 61 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SDIO_RX_FAIL#

#define SL_STATUS_WIFI_SDIO_RX_FAIL
Value:
((sl_status_t)0x0B37)

Error during SDIO receive.


Definition at line 62 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_HWTAG_MISMATCH#

#define SL_STATUS_WIFI_HWTAG_MISMATCH
Value:
((sl_status_t)0x0B38)

Hardware tag header corrupt.


Definition at line 63 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_RX_BUFFER_ALLOC_FAIL#

#define SL_STATUS_WIFI_RX_BUFFER_ALLOC_FAIL
Value:
((sl_status_t)0x0B39)

Failed to allocate a buffer to receive into.


Definition at line 64 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_BUS_READ_REGISTER_ERROR#

#define SL_STATUS_WIFI_BUS_READ_REGISTER_ERROR
Value:
((sl_status_t)0x0B3A)

Error reading a bus hardware register.


Definition at line 65 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_THREAD_CREATE_FAILED#

#define SL_STATUS_WIFI_THREAD_CREATE_FAILED
Value:
((sl_status_t)0x0B3B)

Failed to create a new thread.


Definition at line 66 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_QUEUE_ERROR#

#define SL_STATUS_WIFI_QUEUE_ERROR
Value:
((sl_status_t)0x0B3C)

Error manipulating a queue.


Definition at line 67 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_BUFFER_POINTER_MOVE_ERROR#

#define SL_STATUS_WIFI_BUFFER_POINTER_MOVE_ERROR
Value:
  ((sl_status_t)0x0B3D)

Error moving the current pointer of a buffer.


Definition at line 68 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_BUFFER_SIZE_SET_ERROR#

#define SL_STATUS_WIFI_BUFFER_SIZE_SET_ERROR
Value:
((sl_status_t)0x0B3E)

Error setting size of packet buffer.


Definition at line 70 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_THREAD_STACK_NULL#

#define SL_STATUS_WIFI_THREAD_STACK_NULL
Value:
  ((sl_status_t)0x0B3F)

Null stack pointer passed when non null was required.


Definition at line 71 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_THREAD_DELETE_FAIL#

#define SL_STATUS_WIFI_THREAD_DELETE_FAIL
Value:
((sl_status_t)0x0B40)

Error deleting a thread.


Definition at line 73 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SLEEP_ERROR#

#define SL_STATUS_WIFI_SLEEP_ERROR
Value:
((sl_status_t)0x0B41)

Failed to put a thread to sleep.


Definition at line 74 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_BUFFER_ALLOC_FAIL#

#define SL_STATUS_WIFI_BUFFER_ALLOC_FAIL
Value:
((sl_status_t)0x0B42)

Failed to allocate a packet buffer.


Definition at line 75 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_INTERFACE_NOT_UP#

#define SL_STATUS_WIFI_INTERFACE_NOT_UP
Value:
((sl_status_t)0x0B44)

Requested interface is not active.


Definition at line 76 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_DELAY_TOO_LONG#

#define SL_STATUS_WIFI_DELAY_TOO_LONG
Value:
((sl_status_t)0x0B45)

Requested delay is too long.


Definition at line 77 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_INVALID_DUTY_CYCLE#

#define SL_STATUS_WIFI_INVALID_DUTY_CYCLE
Value:
((sl_status_t)0x0B46)

Duty cycle is outside limit 0 to 0.


Definition at line 78 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_PMK_WRONG_LENGTH#

#define SL_STATUS_WIFI_PMK_WRONG_LENGTH
Value:
((sl_status_t)0x0B47)

Returned pmk was the wrong length.


Definition at line 79 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_UNKNOWN_SECURITY_TYPE#

#define SL_STATUS_WIFI_UNKNOWN_SECURITY_TYPE
Value:
((sl_status_t)0x0B48)

AP security type was unknown.


Definition at line 80 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_WEP_NOT_ALLOWED#

#define SL_STATUS_WIFI_WEP_NOT_ALLOWED
Value:
((sl_status_t)0x0B49)

AP not allowed to use WEP - use Open instead.


Definition at line 81 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_WPA_KEYLEN_BAD#

#define SL_STATUS_WIFI_WPA_KEYLEN_BAD
Value:
((sl_status_t)0x0B4A)

WPA / WPA2 key length must be between 8 & 64 bytes.


Definition at line 82 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_FILTER_NOT_FOUND#

#define SL_STATUS_WIFI_FILTER_NOT_FOUND
Value:
((sl_status_t)0x0B4B)

Specified filter id not found.


Definition at line 83 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SPI_ID_READ_FAIL#

#define SL_STATUS_WIFI_SPI_ID_READ_FAIL
Value:
((sl_status_t)0x0B4C)

Failed to read 0xfeedbead SPI id from chip.


Definition at line 84 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SPI_SIZE_MISMATCH#

#define SL_STATUS_WIFI_SPI_SIZE_MISMATCH
Value:
((sl_status_t)0x0B4D)

Mismatch in sizes between SPI and SDPCM header.


Definition at line 85 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_ADDRESS_ALREADY_REGISTERED#

#define SL_STATUS_WIFI_ADDRESS_ALREADY_REGISTERED
Value:
  ((sl_status_t)0x0B4E)

Attempt to register a multicast address twice.


Definition at line 86 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SDIO_RETRIES_EXCEEDED#

#define SL_STATUS_WIFI_SDIO_RETRIES_EXCEEDED
Value:
((sl_status_t)0x0B4F)

SDIO transfer failed too many times.


Definition at line 88 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_NULL_PTR_ARG#

#define SL_STATUS_WIFI_NULL_PTR_ARG
Value:
((sl_status_t)0x0B50)

Null Pointer argument passed to function.


Definition at line 89 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_THREAD_FINISH_FAIL#

#define SL_STATUS_WIFI_THREAD_FINISH_FAIL
Value:
((sl_status_t)0x0B51)

Error deleting a thread.


Definition at line 90 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_WAIT_ABORTED#

#define SL_STATUS_WIFI_WAIT_ABORTED
Value:
((sl_status_t)0x0B52)

Semaphore/Mutex wait has been aborted.


Definition at line 91 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_QUEUE_MESSAGE_UNALIGNED#

#define SL_STATUS_WIFI_QUEUE_MESSAGE_UNALIGNED
Value:
((sl_status_t)0x0B53)

Unaligned message in the queue.


Definition at line 92 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_MUTEX_ERROR#

#define SL_STATUS_WIFI_MUTEX_ERROR
Value:
((sl_status_t)0x0B54)

Error while Mutex operation.


Definition at line 93 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SECURE_LINK_DECRYPT_ERROR#

#define SL_STATUS_WIFI_SECURE_LINK_DECRYPT_ERROR
Value:
((sl_status_t)0x0B57)

Error while decryption over secure link.


Definition at line 94 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_SECURE_LINK_KEY_RENEGOTIATION_ERROR#

#define SL_STATUS_WIFI_SECURE_LINK_KEY_RENEGOTIATION_ERROR
Value:
  ((sl_status_t)0x0B59)

Error while renegotiation of key over secure link.


Definition at line 95 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_INVALID_OPERMODE#

#define SL_STATUS_WIFI_INVALID_OPERMODE
Value:
((sl_status_t)0x0B60)

Invalid opermode provided.


Definition at line 97 of file components/common/inc/sl_additional_status.h

SL_STATUS_WIFI_INVALID_ENCRYPTION_METHOD#

#define SL_STATUS_WIFI_INVALID_ENCRYPTION_METHOD
Value:
((sl_status_t)0x0B61)

Invalid security encryption method provided.


Definition at line 98 of file components/common/inc/sl_additional_status.h

SL_STATUS_TRNG_DUPLICATE_ENTROPY#

#define SL_STATUS_TRNG_DUPLICATE_ENTROPY
Value:
((sl_status_t)0x0B62)

TRNG duplicate elements error.


Definition at line 101 of file components/common/inc/sl_additional_status.h

SL_STATUS_CRYPTO_INVALID_PARAMETER#

#define SL_STATUS_CRYPTO_INVALID_PARAMETER
Value:
  ((sl_status_t)0x1CCFE)

Return when parameter passed to Crypto SAPI is invalid.


Definition at line 104 of file components/common/inc/sl_additional_status.h

SL_STATUS_CRYPTO_INVALID_SIGNATURE#

#define SL_STATUS_CRYPTO_INVALID_SIGNATURE
Value:
  ((sl_status_t)0x1CC9A)

Return in AEAD (CCM, GCM, Chachapoly) decryption function, when MAC generated during decryption does not match the MAC passed.


Definition at line 106 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SCAN_ISSUED_IN_ASSOCIATED_STATE#

#define SL_STATUS_SI91X_SCAN_ISSUED_IN_ASSOCIATED_STATE
Value:
  ((sl_status_t)0x10002)

Scan command issued while device is already associated with an access point.


Definition at line 110 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_AP_FOUND#

#define SL_STATUS_SI91X_NO_AP_FOUND
Value:
((sl_status_t)0x10003)

No AP found.


Definition at line 112 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_PSK_IN_WEP_SECURITY#

#define SL_STATUS_SI91X_INVALID_PSK_IN_WEP_SECURITY
Value:
  ((sl_status_t)0x10004)

Wrong PSK is issued while the device client tries to join an access point with WEP security enabled.


Definition at line 113 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_BAND#

#define SL_STATUS_SI91X_INVALID_BAND
Value:
((sl_status_t)0x10005)

Invalid band.


Definition at line 115 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_UNASSOCIATED#

#define SL_STATUS_SI91X_UNASSOCIATED
Value:
((sl_status_t)0x10006)

Association not done or in unassociated state.


Definition at line 116 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DEAUTHENTICATION_RECEIVED_FROM_AP#

#define SL_STATUS_SI91X_DEAUTHENTICATION_RECEIVED_FROM_AP
Value:
  ((sl_status_t)0x10008)

De-authentication received from AP.


Definition at line 117 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ASSOCIATION_FAILED#

#define SL_STATUS_SI91X_ASSOCIATION_FAILED
Value:
  ((sl_status_t)0x10009)

Failed to associate to access point during "Join".


Definition at line 119 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_CHANNEL#

#define SL_STATUS_SI91X_INVALID_CHANNEL
Value:
((sl_status_t)0x1000A)

Invalid channel.


Definition at line 121 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_JOIN_AUTHENTICATION_FAILED#

#define SL_STATUS_SI91X_JOIN_AUTHENTICATION_FAILED
Value:
  ((sl_status_t)0x1000E)

Authentication failure during "Join". Unable to find AP during join which was found during scan.


Definition at line 122 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_BEACON_MISSED_FROM_AP_DURING_JOIN#

#define SL_STATUS_SI91X_BEACON_MISSED_FROM_AP_DURING_JOIN
Value:
((sl_status_t)0x1000F)

Missed beacon from AP during join.


Definition at line 124 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_MAC_SUPPLIED#

#define SL_STATUS_SI91X_INVALID_MAC_SUPPLIED
Value:
  ((sl_status_t)0x10013)

Non-existent MAC address supplied in "Disassociate" command.


Definition at line 125 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_EAP_CONFIG_NOT_DONE#

#define SL_STATUS_SI91X_EAP_CONFIG_NOT_DONE
Value:
((sl_status_t)0x10014)

EAP configuration is not done.


Definition at line 127 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MEMORY_FAILED_FROM_MODULE#

#define SL_STATUS_SI91X_MEMORY_FAILED_FROM_MODULE
Value:
  ((sl_status_t)0x10015)

Memory allocation failed or Store configuration check sum failed.


Definition at line 128 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INSUFFICIENT_INFO#

#define SL_STATUS_SI91X_INSUFFICIENT_INFO
Value:
  ((sl_status_t)0x10016)

Information is wrong or insufficient in join command.


Definition at line 130 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NOT_AP_INTERFACE#

#define SL_STATUS_SI91X_NOT_AP_INTERFACE
Value:
((sl_status_t)0x10017)

Not an AP interface.


Definition at line 132 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_PUSH_BUTTON_SEQUENCE#

#define SL_STATUS_SI91X_INVALID_PUSH_BUTTON_SEQUENCE
Value:
  ((sl_status_t)0x10018)

Push button command given before the expiry of previous push button command.


Definition at line 133 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_REJOIN_FAILURE#

#define SL_STATUS_SI91X_REJOIN_FAILURE
Value:
((sl_status_t)0x10019)

Access point not found. Rejoin failure.


Definition at line 135 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FREQUENCY_NOT_SUPPORTED#

#define SL_STATUS_SI91X_FREQUENCY_NOT_SUPPORTED
Value:
((sl_status_t)0x1001A)

Frequency not supported.


Definition at line 136 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_OPERMODE#

#define SL_STATUS_SI91X_INVALID_OPERMODE
Value:
((sl_status_t)0x1001B)

Invalid opermode.


Definition at line 137 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_EAP_CONFIG_FAILED#

#define SL_STATUS_SI91X_EAP_CONFIG_FAILED
Value:
((sl_status_t)0x1001C)

EAP configuration failed.


Definition at line 138 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_P2P_CONFIG_FAILED#

#define SL_STATUS_SI91X_P2P_CONFIG_FAILED
Value:
((sl_status_t)0x1001D)

P2P configuration failed.


Definition at line 139 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_GROUP_OWNER_NEGOTIATION_FAILED#

#define SL_STATUS_SI91X_GROUP_OWNER_NEGOTIATION_FAILED
Value:
  ((sl_status_t)0x1001E)

Unable to start Group Owner negotiation.


Definition at line 140 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_JOIN_TIMEOUT#

#define SL_STATUS_SI91X_JOIN_TIMEOUT
Value:
((sl_status_t)0x10020)

Join timeout.


Definition at line 142 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_COMMAND_GIVEN_IN_INVALID_STATE#

#define SL_STATUS_SI91X_COMMAND_GIVEN_IN_INVALID_STATE
Value:
((sl_status_t)0x10021)

Command given in incorrect state.


Definition at line 143 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_QUERY_GO_PARAMS#

#define SL_STATUS_SI91X_INVALID_QUERY_GO_PARAMS
Value:
  ((sl_status_t)0x10022)

Query GO parameters issued in incorrect operating mode.


Definition at line 144 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ACCESS_POINT_FAILED#

#define SL_STATUS_SI91X_ACCESS_POINT_FAILED
Value:
((sl_status_t)0x10023)

Unable to form access point.


Definition at line 146 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_SCAN_INFO#

#define SL_STATUS_SI91X_INVALID_SCAN_INFO
Value:
  ((sl_status_t)0x10024)

Wrong scan input parameters supplied to "Scan" command.


Definition at line 147 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_COMMAND_ISSUED_IN_REJOIN_STATE#

#define SL_STATUS_SI91X_COMMAND_ISSUED_IN_REJOIN_STATE
Value:
  ((sl_status_t)0x10025)

Command issued during re-join in progress.


Definition at line 149 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WRONG_PARAMETERS#

#define SL_STATUS_SI91X_WRONG_PARAMETERS
Value:
((sl_status_t)0x10026)

Wrong parameters the command request.


Definition at line 151 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PROVISION_DISCOVERY_FAILED_IN_P2P#

#define SL_STATUS_SI91X_PROVISION_DISCOVERY_FAILED_IN_P2P
Value:
((sl_status_t)0x10027)

Provision discovery failed in P2P.


Definition at line 152 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_PSK_LENGTH#

#define SL_STATUS_SI91X_INVALID_PSK_LENGTH
Value:
  ((sl_status_t)0x10028)

PSK length less than 8 bytes or more than 63 bytes.


Definition at line 153 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FAILED_TO_CLEAR_OR_SET_EAP_CERTIFICATE#

#define SL_STATUS_SI91X_FAILED_TO_CLEAR_OR_SET_EAP_CERTIFICATE
Value:
  ((sl_status_t)0x10029)

Failed to clear or to set the Enterprise Certificate (Set Certificate).


Definition at line 155 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_P2P_GO_NEGOTIATED_FAILED#

#define SL_STATUS_SI91X_P2P_GO_NEGOTIATED_FAILED
Value:
((sl_status_t)0x1002A)

P2P Go negotiation failed.


Definition at line 157 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ASSOCIATION_TIMEOUT_IN_P2P_WPS_MODE#

#define SL_STATUS_SI91X_ASSOCIATION_TIMEOUT_IN_P2P_WPS_MODE
Value:
  ((sl_status_t)0x1002B)

Association between nodes failed in P2P WPS mode due to timeout.


Definition at line 158 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_COMMAND_ISSUED_WHILE_INTERNAL_OPERATION#

#define SL_STATUS_SI91X_COMMAND_ISSUED_WHILE_INTERNAL_OPERATION
Value:
  ((sl_status_t)0x1002C)

If a command is issued by the Host when the device is internally executing auto-join or auto-create.


Definition at line 160 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_WEP_KEY_LEN#

#define SL_STATUS_SI91X_INVALID_WEP_KEY_LEN
Value:
((sl_status_t)0x1002D)

WEP key is of wrong length.


Definition at line 162 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ICMP_REQUEST_TIMEOUT_ERROR#

#define SL_STATUS_SI91X_ICMP_REQUEST_TIMEOUT_ERROR
Value:
((sl_status_t)0x1002E)

ICMP request timeout error.


Definition at line 163 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ICMP_DATA_SIZE_EXCEED_MAX_LIMIT#

#define SL_STATUS_SI91X_ICMP_DATA_SIZE_EXCEED_MAX_LIMIT
Value:
  ((sl_status_t)0x1002F)

ICMP data size exceeds maximum limit.


Definition at line 164 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SEND_DATA_PACKET_EXCEED_LIMIT#

#define SL_STATUS_SI91X_SEND_DATA_PACKET_EXCEED_LIMIT
Value:
  ((sl_status_t)0x10030)

Send data packet exceeded the limit or length that is mentioned (or) MQTT publish data and publish data length mismatched (or) MQTT Send data packet exceeded the limit.


Definition at line 166 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ARP_CACHE_NOT_FOUND#

#define SL_STATUS_SI91X_ARP_CACHE_NOT_FOUND
Value:
((sl_status_t)0x10031)

ARP cache entry not found.


Definition at line 168 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_UART_COMMAND_TIMEOUT#

#define SL_STATUS_SI91X_UART_COMMAND_TIMEOUT
Value:
((sl_status_t)0x10032)

UART command timeout happened.


Definition at line 169 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FIXED_DATA_RATE_NOT_SUPPORTED_BY_AP#

#define SL_STATUS_SI91X_FIXED_DATA_RATE_NOT_SUPPORTED_BY_AP
Value:
  ((sl_status_t)0x10033)

Fixed data rate is not supported by connecting AP.


Definition at line 170 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_USERNAME_PASSWORD_CLIENTID_TOPIC_MAX_LEN#

#define SL_STATUS_SI91X_USERNAME_PASSWORD_CLIENTID_TOPIC_MAX_LEN
Value:
  ((sl_status_t)0x10036)

Maximum length exceeded of username/password/client_id/topic in MQTT.


Definition at line 172 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_WPS_PIN#

#define SL_STATUS_SI91X_INVALID_WPS_PIN
Value:
((sl_status_t)0x10037)

Wrong WPS PIN.


Definition at line 174 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_WPS_PIN_LEN#

#define SL_STATUS_SI91X_INVALID_WPS_PIN_LEN
Value:
((sl_status_t)0x10038)

Wrong WPS PIN length.


Definition at line 175 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_PMK_LEN#

#define SL_STATUS_SI91X_INVALID_PMK_LEN
Value:
((sl_status_t)0x10039)

Wrong PMK length.


Definition at line 176 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSID_NOT_PRESENT_FOR_PMK_GENERATION#

#define SL_STATUS_SI91X_SSID_NOT_PRESENT_FOR_PMK_GENERATION
Value:
  ((sl_status_t)0x1003A)

SSID not present for PMK generation.


Definition at line 177 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSID_INCORRECT_PMK_GENERATION#

#define SL_STATUS_SI91X_SSID_INCORRECT_PMK_GENERATION
Value:
  ((sl_status_t)0x1003B)

SSID incorrect for PMK generation(more than 32 bytes).


Definition at line 179 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_BAND_NOT_SUPPORTED#

#define SL_STATUS_SI91X_BAND_NOT_SUPPORTED
Value:
((sl_status_t)0x1003C)

Band not supported.


Definition at line 181 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_USR_STORE_CONFIGURATION_LEN#

#define SL_STATUS_SI91X_INVALID_USR_STORE_CONFIGURATION_LEN
Value:
  ((sl_status_t)0x1003D)

User store configuration invalid length.


Definition at line 182 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_COMMAND_LEN#

#define SL_STATUS_SI91X_INVALID_COMMAND_LEN
Value:
  ((sl_status_t)0x1003E)

Error in length of the command (Exceeds number of characters is mentioned in the PRM).


Definition at line 184 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DATA_PACKET_DROPPED#

#define SL_STATUS_SI91X_DATA_PACKET_DROPPED
Value:
((sl_status_t)0x1003F)

Data packet dropped.


Definition at line 186 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WEP_KEY_NOT_GIVEN#

#define SL_STATUS_SI91X_WEP_KEY_NOT_GIVEN
Value:
((sl_status_t)0x10040)

WEP key not given.


Definition at line 187 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_STORE_CONFIG_PROFILE#

#define SL_STATUS_SI91X_INVALID_STORE_CONFIG_PROFILE
Value:
  ((sl_status_t)0x10041)

Error in length of store config profile.


Definition at line 188 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MISSING_PSK_OR_PMK#

#define SL_STATUS_SI91X_MISSING_PSK_OR_PMK
Value:
((sl_status_t)0x10042)

PSK or PMK not given.


Definition at line 190 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_SECURITY_MODE_IN_JOIN_COMMAND#

#define SL_STATUS_SI91X_INVALID_SECURITY_MODE_IN_JOIN_COMMAND
Value:
  ((sl_status_t)0x10043)

Security mode given in join command is invalid.


Definition at line 191 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MAX_BEACON_MISCOUNT#

#define SL_STATUS_SI91X_MAX_BEACON_MISCOUNT
Value:
  ((sl_status_t)0x10044)

Beacon miscount reaches max beacon miscount (De-authentication due to beacon miss).


Definition at line 193 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DEAUTH_REQUEST_FROM_SUPPLICANT#

#define SL_STATUS_SI91X_DEAUTH_REQUEST_FROM_SUPPLICANT
Value:
  ((sl_status_t)0x10045)

De-authentication received from supplicant.


Definition at line 195 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DEAUTH_REQUEST_FROM_FROM_AP#

#define SL_STATUS_SI91X_DEAUTH_REQUEST_FROM_FROM_AP
Value:
  ((sl_status_t)0x10046)

De-authentication received from AP after channel switching.


Definition at line 197 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MISSED_SYNCHRONIZATION#

#define SL_STATUS_SI91X_MISSED_SYNCHRONIZATION
Value:
((sl_status_t)0x10047)

Synchronization missed.


Definition at line 199 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_AUTHENTICATION_TIMEOUT#

#define SL_STATUS_SI91X_AUTHENTICATION_TIMEOUT
Value:
((sl_status_t)0x10048)

Authentication timeout occurred.


Definition at line 200 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ASSOCIATION_TIMEOUT#

#define SL_STATUS_SI91X_ASSOCIATION_TIMEOUT
Value:
((sl_status_t)0x10049)

Association timeout.


Definition at line 201 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_BG_SCAN_NOT_ALLOWED#

#define SL_STATUS_SI91X_BG_SCAN_NOT_ALLOWED
Value:
((sl_status_t)0x1004A)

BG scan in given channels is not allowed.


Definition at line 202 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSID_MISMATCH#

#define SL_STATUS_SI91X_SSID_MISMATCH
Value:
((sl_status_t)0x1004B)

Scanned SSID and SSID given in join are not matching.


Definition at line 203 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CLIENT_MAX_SUPPORTED_EXCEEDED#

#define SL_STATUS_SI91X_CLIENT_MAX_SUPPORTED_EXCEEDED
Value:
  ((sl_status_t)0x1004C)

Given number of clients exceeded max number of stations supported.


Definition at line 204 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HT_CAPABILITIES_NOT_SUPPORTED#

#define SL_STATUS_SI91X_HT_CAPABILITIES_NOT_SUPPORTED
Value:
  ((sl_status_t)0x1004D)

Given HT capabilities are not supported.


Definition at line 206 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_UART_FLOW_NOT_SUPPORTED#

#define SL_STATUS_SI91X_UART_FLOW_NOT_SUPPORTED
Value:
((sl_status_t)0x1004E)

UART Flow control not supported.


Definition at line 208 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ZB_BT_BLE_PKT_RECEIVED#

#define SL_STATUS_SI91X_ZB_BT_BLE_PKT_RECEIVED
Value:
  ((sl_status_t)0x1004F)

ZB/BT/BLE packet received and protocol is not enabled.


Definition at line 209 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MGMT_PKT_DROPPED#

#define SL_STATUS_SI91X_MGMT_PKT_DROPPED
Value:
((sl_status_t)0x10050)

MGMT pkt dropped.


Definition at line 211 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_RF_CURRENT_MODE#

#define SL_STATUS_SI91X_INVALID_RF_CURRENT_MODE
Value:
((sl_status_t)0x10051)

Invalid RF current mode.


Definition at line 212 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_POWER_SAVE_NOT_SUPPORTED#

#define SL_STATUS_SI91X_POWER_SAVE_NOT_SUPPORTED
Value:
  ((sl_status_t)0x10052)

Power save support is not present for a given interface.


Definition at line 213 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CONCURRENT_AP_IN_CONNECTED_STATE#

#define SL_STATUS_SI91X_CONCURRENT_AP_IN_CONNECTED_STATE
Value:
((sl_status_t)0x10053)

Concurrent AP in connected state.


Definition at line 215 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CONNECTED_AP_OR_STATION_CHANNEL_MISMATCH#

#define SL_STATUS_SI91X_CONNECTED_AP_OR_STATION_CHANNEL_MISMATCH
Value:
  ((sl_status_t)0x10054)

Connected AP or Station channel mismatch.


Definition at line 216 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_IAP_COPROCESSOR_ERROR#

#define SL_STATUS_SI91X_IAP_COPROCESSOR_ERROR
Value:
((sl_status_t)0x10055)

IAP co processor error.


Definition at line 218 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WPS_NOT_SUPPORTED#

#define SL_STATUS_SI91X_WPS_NOT_SUPPORTED
Value:
((sl_status_t)0x10056)

WPS not supported in current operating mode.


Definition at line 219 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CONCURRENT_AP_CHANNEL_MISMATCH#

#define SL_STATUS_SI91X_CONCURRENT_AP_CHANNEL_MISMATCH
Value:
  ((sl_status_t)0x10057)

Concurrent AP doesn't have same channel as connected station channel.


Definition at line 220 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PBC_SESSION_OVERLAP#

#define SL_STATUS_SI91X_PBC_SESSION_OVERLAP
Value:
((sl_status_t)0x10058)

PBC session overlap error.


Definition at line 222 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_BT_FEATURE_BITMAP_INVALID#

#define SL_STATUS_SI91X_BT_FEATURE_BITMAP_INVALID
Value:
((sl_status_t)0x10059)

BT feature bit map invalid.


Definition at line 223 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FOUR_WAY_HANDSHAKE_FAILED#

#define SL_STATUS_SI91X_FOUR_WAY_HANDSHAKE_FAILED
Value:
  ((sl_status_t)0x1005A)

4/4 confirmation of 4 way handshake failed.


Definition at line 224 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MAC_ADDRESS_NOT_PRESENT_IN_MAC_JOIN#

#define SL_STATUS_SI91X_MAC_ADDRESS_NOT_PRESENT_IN_MAC_JOIN
Value:
  ((sl_status_t)0x1005B)

MAC address not present in MAC based join.


Definition at line 226 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CONCURRENT_MODE_DOWN#

#define SL_STATUS_SI91X_CONCURRENT_MODE_DOWN
Value:
  ((sl_status_t)0x1005C)

Concurrent mode, both AP and client should be up, to enable configuration.


Definition at line 228 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CERTIFICATE_LOAD_NOT_ALLOWED_IN_FLASH#

#define SL_STATUS_SI91X_CERTIFICATE_LOAD_NOT_ALLOWED_IN_FLASH
Value:
  ((sl_status_t)0x1005D)

Certificate load not allowed in flash.


Definition at line 230 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CERTIFICATE_LOAD_NOT_ALLOWED_IN_RAM#

#define SL_STATUS_SI91X_CERTIFICATE_LOAD_NOT_ALLOWED_IN_RAM
Value:
  ((sl_status_t)0x1005E)

Certificate load not allowed in RAM.


Definition at line 232 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WRONG_CERTIFICATE_LOAD_INDEX#

#define SL_STATUS_SI91X_WRONG_CERTIFICATE_LOAD_INDEX
Value:
  ((sl_status_t)0x1005F)

Certificate load failed due to wrong index.


Definition at line 234 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_AP_HT_CAPS_NOT_ENABLED#

#define SL_STATUS_SI91X_AP_HT_CAPS_NOT_ENABLED
Value:
((sl_status_t)0x10060)

AP HT caps not enabled.


Definition at line 236 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ADDRESS_FAMILY_NOT_SUPPORTED#

#define SL_STATUS_SI91X_ADDRESS_FAMILY_NOT_SUPPORTED
Value:
  ((sl_status_t)0x10061)

Address family not supported by protocol.


Definition at line 237 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_BEACON_INTERVAL_OR_DTM_PERIOD#

#define SL_STATUS_SI91X_INVALID_BEACON_INTERVAL_OR_DTM_PERIOD
Value:
  ((sl_status_t)0x10062)

Invalid beacon interval or DTIM period provided.


Definition at line 239 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_CONFIG_RANGE_PROVIDED#

#define SL_STATUS_SI91X_INVALID_CONFIG_RANGE_PROVIDED
Value:
  ((sl_status_t)0x10063)

Invalid range of the configuration provided.


Definition at line 241 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_CONFIG_TYPE#

#define SL_STATUS_SI91X_INVALID_CONFIG_TYPE
Value:
((sl_status_t)0x10064)

RTS THRESHOLD Config type is invalid.


Definition at line 243 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ERROR_WITH_MQTT_COMMAND#

#define SL_STATUS_SI91X_ERROR_WITH_MQTT_COMMAND
Value:
((sl_status_t)0x10065)

Error with MQTT command.


Definition at line 244 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HIGHER_LISTEN_INTERVAL#

#define SL_STATUS_SI91X_HIGHER_LISTEN_INTERVAL
Value:
  ((sl_status_t)0x10066)

listen interval in power save is greater than that of join.


Definition at line 245 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WLAN_RADIO_DEREGISTERED#

#define SL_STATUS_SI91X_WLAN_RADIO_DEREGISTERED
Value:
((sl_status_t)0x10067)

WLAN radio deregistered.


Definition at line 247 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SAE_FAILURE_DUE_TO_MULTIPLE_CONFIRM_FRAMES_FROM_AP#

#define SL_STATUS_SI91X_SAE_FAILURE_DUE_TO_MULTIPLE_CONFIRM_FRAMES_FROM_AP
Value:
  ((sl_status_t)0x10069)

SAE failure due to multiple confirm frames from AP.


Definition at line 248 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_EC_GROUP_STATION_UNSUPPORTED_BY_AP#

#define SL_STATUS_SI91X_EC_GROUP_STATION_UNSUPPORTED_BY_AP
Value:
  ((sl_status_t)0x1006A)

AP does not support the EC-group set by station.


Definition at line 250 of file components/common/inc/sl_additional_status.h

SL_STATUS_TWT_SUPPORT_NOT_ENABLED_ERR#

#define SL_STATUS_TWT_SUPPORT_NOT_ENABLED_ERR
Value:
  ((sl_status_t)0x10070)

Occurs when HE_PARAMS_SUPPORT and SLI_SI91X_ENABLE_TWT_FEATURE macros are not enabled.


Definition at line 252 of file components/common/inc/sl_additional_status.h

SL_STATUS_TWT_SETUP_ERR_SESSION_ACTIVE#

#define SL_STATUS_TWT_SETUP_ERR_SESSION_ACTIVE
Value:
  ((sl_status_t)0x10071)

Occurs when user tries to give TWT config command when there is an already active TWT session.


Definition at line 254 of file components/common/inc/sl_additional_status.h

SL_STATUS_TWT_TEARDOWN_ERR_FLOWID_NOT_MATCHED#

#define SL_STATUS_TWT_TEARDOWN_ERR_FLOWID_NOT_MATCHED
Value:
  ((sl_status_t)0x10072)

Occurs when TWT teardown command is given with a flow ID that does not match existing session flow ID.


Definition at line 256 of file components/common/inc/sl_additional_status.h

SL_STATUS_TWT_TEARDOWN_ERR_NOACTIVE_SESS#

#define SL_STATUS_TWT_TEARDOWN_ERR_NOACTIVE_SESS
Value:
  ((sl_status_t)0x10073)

Occurs when teardown command is given while there is no active session.


Definition at line 258 of file components/common/inc/sl_additional_status.h

SL_STATUS_TWT_SESSION_NOT_FEASIBLE#

#define SL_STATUS_TWT_SESSION_NOT_FEASIBLE
Value:
  ((sl_status_t)0x10074)

This error code indicates that TWT session is not feasible. It is thrown only when TWT Auto Selection API is used.


Definition at line 260 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_RESCHEDULE_TWT_NOT_SUPPORTED#

#define SL_STATUS_SI91X_RESCHEDULE_TWT_NOT_SUPPORTED
Value:
  ((sl_status_t)0x10075)

AP does not support TWT information frame reception.


Definition at line 262 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_RESCHEDULE_TWT_ERR_NOACTIVE_SESS#

#define SL_STATUS_SI91X_RESCHEDULE_TWT_ERR_NOACTIVE_SESS
Value:
  ((sl_status_t)0x10076)

No active TWT agreement corresponding to given flow id.


Definition at line 264 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TWT_RESCHEDULING_IN_PROGRESS#

#define SL_STATUS_SI91X_TWT_RESCHEDULING_IN_PROGRESS
Value:
  ((sl_status_t)0x10077)

Suspend or resume TWT action is in progress.


Definition at line 266 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_RESCHEDULE_TWT_PACKET_CREATION_FAILED#

#define SL_STATUS_SI91X_RESCHEDULE_TWT_PACKET_CREATION_FAILED
Value:
  ((sl_status_t)0x10078)

TWT information frame packet creation failed in firmware.


Definition at line 268 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_ERROR_UNACCEPTABLE_PROTOCOL#

#define SL_STATUS_SI91X_MQTT_ERROR_UNACCEPTABLE_PROTOCOL
Value:
  ((sl_status_t)0x10081)

The Server does not support the level of the MQTT protocol requested by the Client.


Definition at line 270 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_ERROR_IDENTIFIER_REJECTED#

#define SL_STATUS_SI91X_MQTT_ERROR_IDENTIFIER_REJECTED
Value:
  ((sl_status_t)0x10082)

The Client identifier is correct UTF-8 but not allowed by the Server.


Definition at line 272 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_ERROR_SERVER_UNAVAILABLE#

#define SL_STATUS_SI91X_MQTT_ERROR_SERVER_UNAVAILABLE
Value:
  ((sl_status_t)0x10083)

The Network Connection has been made but the MQTT service is unavailable.


Definition at line 274 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_ERROR_BAD_USERNAME_PASSWORD#

#define SL_STATUS_SI91X_MQTT_ERROR_BAD_USERNAME_PASSWORD
Value:
  ((sl_status_t)0x10084)

The data in the user name or password is malformed.


Definition at line 276 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_ERROR_NOT_AUTHORIZED#

#define SL_STATUS_SI91X_MQTT_ERROR_NOT_AUTHORIZED
Value:
((sl_status_t)0x10085)

The Client is not authorized to connect.


Definition at line 278 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SA_QUERY_TIMEOUT#

#define SL_STATUS_SI91X_SA_QUERY_TIMEOUT
Value:
((sl_status_t)0x10086)

Disconnection due to SA Query Timeout.


Definition at line 279 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DUPLICATE_ENTRY_EXISTS_IN_DNS_SERVER_TABLE#

#define SL_STATUS_SI91X_DUPLICATE_ENTRY_EXISTS_IN_DNS_SERVER_TABLE
Value:
  ((sl_status_t)0x100AF)

Duplicate entry exists in DNS server table.


Definition at line 280 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_MEM_AVAILABLE#

#define SL_STATUS_SI91X_NO_MEM_AVAILABLE
Value:
((sl_status_t)0x100B1)

Memory error: No memory available.


Definition at line 282 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_CHARACTERS_IN_JSON_OBJECT#

#define SL_STATUS_SI91X_INVALID_CHARACTERS_IN_JSON_OBJECT
Value:
((sl_status_t)0x100B2)

Invalid characters in JSON object.


Definition at line 283 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_KEY_FOUND#

#define SL_STATUS_SI91X_NO_KEY_FOUND
Value:
((sl_status_t)0x100B3)

Update commands: No such key found.


Definition at line 284 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_FILE_FOUND#

#define SL_STATUS_SI91X_NO_FILE_FOUND
Value:
((sl_status_t)0x100B4)

No such file found: Re-check filename.


Definition at line 285 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_WEB_PAGE_EXISTS_WITH_SAME_FILENAME#

#define SL_STATUS_SI91X_NO_WEB_PAGE_EXISTS_WITH_SAME_FILENAME
Value:
  ((sl_status_t)0x100B5)

No corresponding web page exists with same filename.


Definition at line 286 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SPACE_UNAVAILABLE_FOR_NEW_FILE#

#define SL_STATUS_SI91X_SPACE_UNAVAILABLE_FOR_NEW_FILE
Value:
((sl_status_t)0x100B6)

Space unavailable for new file.


Definition at line 288 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_INPUT_DATA#

#define SL_STATUS_SI91X_INVALID_INPUT_DATA
Value:
  ((sl_status_t)0x100C1)

Invalid input data, Re-check filename, lengths, etc.


Definition at line 289 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_SPACE_AVAILABLE_FOR_NEW_FILE#

#define SL_STATUS_SI91X_NO_SPACE_AVAILABLE_FOR_NEW_FILE
Value:
((sl_status_t)0x100C2)

Space unavailable for new file.


Definition at line 291 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_EXISTING_FILE_OVERWRITE#

#define SL_STATUS_SI91X_EXISTING_FILE_OVERWRITE
Value:
  ((sl_status_t)0x100C3)

Existing file overwrite: Exceeds size of previous file. Use erase and try again.


Definition at line 292 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_SUCH_FILE_FOUND#

#define SL_STATUS_SI91X_NO_SUCH_FILE_FOUND
Value:
((sl_status_t)0x100C4)

No such file found. Re-check filename.


Definition at line 294 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MEMORY_ERROR#

#define SL_STATUS_SI91X_MEMORY_ERROR
Value:
((sl_status_t)0x100C5)

Memory Error: No memory available.


Definition at line 295 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_RECEIVED_MORE_WEB_PAGE_DATA#

#define SL_STATUS_SI91X_RECEIVED_MORE_WEB_PAGE_DATA
Value:
  ((sl_status_t)0x100C6)

Received more web page data than the total length initially specified.


Definition at line 296 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SET_REGION_ERROR#

#define SL_STATUS_SI91X_SET_REGION_ERROR
Value:
((sl_status_t)0x100C7)

Error in set region command.


Definition at line 298 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_WEBPAGE_CURRENT_CHUNK_LEN#

#define SL_STATUS_SI91X_INVALID_WEBPAGE_CURRENT_CHUNK_LEN
Value:
  ((sl_status_t)0x100C8)

Web page current chunk length is incorrect.


Definition at line 299 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_AP_SET_REGION_COMMAND_ERROR#

#define SL_STATUS_SI91X_AP_SET_REGION_COMMAND_ERROR
Value:
((sl_status_t)0x100CA)

Error in AP set region command.


Definition at line 301 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_AP_SET_REGION_COMMAND_PARAMETERS_ERROR#

#define SL_STATUS_SI91X_AP_SET_REGION_COMMAND_PARAMETERS_ERROR
Value:
  ((sl_status_t)0x100CB)

Error in AP set region command parameters.


Definition at line 302 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_REGION_CODE_NOT_SUPPORTED#

#define SL_STATUS_SI91X_REGION_CODE_NOT_SUPPORTED
Value:
((sl_status_t)0x100CC)

Region code not supported.


Definition at line 304 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_EXTRACTING_COUNTRY_REGION_FROM_BEACON_FAILED#

#define SL_STATUS_SI91X_EXTRACTING_COUNTRY_REGION_FROM_BEACON_FAILED
Value:
  ((sl_status_t)0x100CD)

Error in extracting country region from beacon.


Definition at line 305 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SELECTED_REGION_NOT_SUPPORTED#

#define SL_STATUS_SI91X_SELECTED_REGION_NOT_SUPPORTED
Value:
  ((sl_status_t)0x100CE)

Device does not have selected region support.


Definition at line 307 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSL_TLS_CONTEXT_CREATION_FAILED#

#define SL_STATUS_SI91X_SSL_TLS_CONTEXT_CREATION_FAILED
Value:
((sl_status_t)0x100D1)

SSL/TLS context create failed.


Definition at line 309 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSL_TLS_HANDSHAKE_FAIL#

#define SL_STATUS_SI91X_SSL_TLS_HANDSHAKE_FAIL
Value:
  ((sl_status_t)0x100D2)

SSL/TLS handshake failed. Socket will be closed.


Definition at line 310 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSL_TLS_MAX_SOCKETS_REACHED#

#define SL_STATUS_SI91X_SSL_TLS_MAX_SOCKETS_REACHED
Value:
((sl_status_t)0x100D3)

SSL/TLS max sockets reached.


Definition at line 312 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_CLIENT_NOT_CONNECTED#

#define SL_STATUS_SI91X_FTP_CLIENT_NOT_CONNECTED
Value:
((sl_status_t)0x100D3)

FTP client is not connected.


Definition at line 313 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CIPHER_SET_FAILED#

#define SL_STATUS_SI91X_CIPHER_SET_FAILED
Value:
((sl_status_t)0x100D4)

Cipher set failure.


Definition at line 314 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_CREDENTIALS_MAX_LEN_EXCEEDED#

#define SL_STATUS_SI91X_HTTP_CREDENTIALS_MAX_LEN_EXCEEDED
Value:
  ((sl_status_t)0x100F1)

HTTP credentials maximum length exceeded.


Definition at line 315 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FEATURE_NOT_SUPPORTED#

#define SL_STATUS_SI91X_FEATURE_NOT_SUPPORTED
Value:
((sl_status_t)0x100F7)

Feature not supported.


Definition at line 317 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FLASH_WRITE_OR_FLASH_DATA_VERIFICATION_FAILED#

#define SL_STATUS_SI91X_FLASH_WRITE_OR_FLASH_DATA_VERIFICATION_FAILED
Value:
  ((sl_status_t)0x100F8)

Unable to write to flash OR flash data verification failed.


Definition at line 318 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CALIBRATION_DATA_VERIFICATION_FAILED#

#define SL_STATUS_SI91X_CALIBRATION_DATA_VERIFICATION_FAILED
Value:
  ((sl_status_t)0x100F9)

Calibration data verification failed.


Definition at line 320 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SNMP_INTERNAL_ERROR#

#define SL_STATUS_SI91X_SNMP_INTERNAL_ERROR
Value:
((sl_status_t)0x10100)

SNMP internal error.


Definition at line 322 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SNMP_INVALID_IP_PROTOCOL#

#define SL_STATUS_SI91X_SNMP_INVALID_IP_PROTOCOL
Value:
((sl_status_t)0x10104)

SNMP invalid IP protocol error.


Definition at line 323 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_DATA_RECEIVED_OR_RECEIVE_TIMEOUT#

#define SL_STATUS_SI91X_NO_DATA_RECEIVED_OR_RECEIVE_TIMEOUT
Value:
  ((sl_status_t)0x1BB01)

No data received or receive timeout.


Definition at line 324 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INSUFFICIENT_DATA_FOR_TIME_CONVERSION#

#define SL_STATUS_SI91X_INSUFFICIENT_DATA_FOR_TIME_CONVERSION
Value:
  ((sl_status_t)0x1BB08)

Insufficient data for converting NTP time to mm-dd-yy time format.


Definition at line 326 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_SNTP_SERVER_ADDRESS#

#define SL_STATUS_SI91X_INVALID_SNTP_SERVER_ADDRESS
Value:
((sl_status_t)0x1BB0A)

Invalid SNTP server address.


Definition at line 328 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SNTP_CLIENT_NOT_STARTED#

#define SL_STATUS_SI91X_SNTP_CLIENT_NOT_STARTED
Value:
((sl_status_t)0x1BB0B)

SNTP client not started.


Definition at line 329 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SNTP_SERVER_UNAVAILABLE#

#define SL_STATUS_SI91X_SNTP_SERVER_UNAVAILABLE
Value:
  ((sl_status_t)0x1BB10)

SNTP server not available. Client will not get any time update service from current server.


Definition at line 330 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SNTP_SERVER_AUTHENTICATION_FAILED#

#define SL_STATUS_SI91X_SNTP_SERVER_AUTHENTICATION_FAILED
Value:
((sl_status_t)0x1BB15)

SNTP server authentication failed.


Definition at line 332 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INTERNAL_ERROR#

#define SL_STATUS_SI91X_INTERNAL_ERROR
Value:
((sl_status_t)0x1BB0E)

Internal error.


Definition at line 333 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MULTICAST_IP_ADDRESS_ENTRY_NOT_FOUND#

#define SL_STATUS_SI91X_MULTICAST_IP_ADDRESS_ENTRY_NOT_FOUND
Value:
  ((sl_status_t)0x1BB16)

Entry not found for multicast IP address.


Definition at line 334 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MULTICAST_NO_ENTRIES_FOUND#

#define SL_STATUS_SI91X_MULTICAST_NO_ENTRIES_FOUND
Value:
((sl_status_t)0x1BB17)

No more entries found for multicast.


Definition at line 336 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_IP_ADDRESS_ERROR#

#define SL_STATUS_SI91X_IP_ADDRESS_ERROR
Value:
((sl_status_t)0x1BB21)

IP address error.


Definition at line 337 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_ALREADY_BOUND#

#define SL_STATUS_SI91X_SOCKET_ALREADY_BOUND
Value:
((sl_status_t)0x1BB22)

Socket already bound.


Definition at line 338 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PORT_UNAVAILABLE#

#define SL_STATUS_SI91X_PORT_UNAVAILABLE
Value:
((sl_status_t)0x1BB23)

Port not available.


Definition at line 339 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_NOT_CREATED#

#define SL_STATUS_SI91X_SOCKET_NOT_CREATED
Value:
((sl_status_t)0x1BB27)

Socket is not created.


Definition at line 340 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ICMP_REQUEST_FAILED#

#define SL_STATUS_SI91X_ICMP_REQUEST_FAILED
Value:
((sl_status_t)0x1BB29)

ICMP request failed.


Definition at line 341 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MAX_LISTEN_SOCKETS_REACHED#

#define SL_STATUS_SI91X_MAX_LISTEN_SOCKETS_REACHED
Value:
((sl_status_t)0x1BB33)

Maximum listen sockets reached.


Definition at line 342 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DHCP_DUPLICATE_LISTEN#

#define SL_STATUS_SI91X_DHCP_DUPLICATE_LISTEN
Value:
((sl_status_t)0x1BB34)

DHCP duplicate listen.


Definition at line 343 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PORT_NOT_IN_CLOSE_STATE#

#define SL_STATUS_SI91X_PORT_NOT_IN_CLOSE_STATE
Value:
((sl_status_t)0x1BB35)

Port not in closed state.


Definition at line 344 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_CLOSED#

#define SL_STATUS_SI91X_SOCKET_CLOSED
Value:
((sl_status_t)0x1BB36)

Socket is closed or in process of closing.


Definition at line 345 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PROCESS_IN_PROGRESS#

#define SL_STATUS_SI91X_PROCESS_IN_PROGRESS
Value:
((sl_status_t)0x1BB37)

Process in progress.


Definition at line 346 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CONNECT_TO_NON_EXISTING_TCP_SERVER_SOCKET#

#define SL_STATUS_SI91X_CONNECT_TO_NON_EXISTING_TCP_SERVER_SOCKET
Value:
  ((sl_status_t)0x1BB38)

Trying to connect non-existing TCP server socket.


Definition at line 347 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ERROR_IN_LEN_OF_THE_COMMAND#

#define SL_STATUS_SI91X_ERROR_IN_LEN_OF_THE_COMMAND
Value:
  ((sl_status_t)0x1BB3E)

Error in length of the command ('Exceeds number of characters' is mentioned in the PRM).


Definition at line 349 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WRONG_PACKET_INFO#

#define SL_STATUS_SI91X_WRONG_PACKET_INFO
Value:
((sl_status_t)0x1BB40)

Wrong packet info.


Definition at line 351 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_STILL_BOUND#

#define SL_STATUS_SI91X_SOCKET_STILL_BOUND
Value:
((sl_status_t)0x1BB42)

Socket is still bound.


Definition at line 352 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_NO_FREE_PORT#

#define SL_STATUS_SI91X_NO_FREE_PORT
Value:
((sl_status_t)0x1BB45)

No free port.


Definition at line 353 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_PORT#

#define SL_STATUS_SI91X_INVALID_PORT
Value:
((sl_status_t)0x1BB46)

Invalid port.


Definition at line 354 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FEATURE_UNSUPPORTED#

#define SL_STATUS_SI91X_FEATURE_UNSUPPORTED
Value:
((sl_status_t)0x1BB4B)

Feature not supported.


Definition at line 355 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_IN_UNCONNECTED_STATE#

#define SL_STATUS_SI91X_SOCKET_IN_UNCONNECTED_STATE
Value:
  ((sl_status_t)0x1BB50)

Socket is not in connected state. Disconnected from server. In case of FTP, user need to give destroy command after receiving this error.


Definition at line 356 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_POP3_SESSION_CREATION_FAILED#

#define SL_STATUS_SI91X_POP3_SESSION_CREATION_FAILED
Value:
  ((sl_status_t)0x1BB87)

POP3 session creation failed / POP3 session got terminated.


Definition at line 358 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DHCPV6_HANDSHAKE_FAIL#

#define SL_STATUS_SI91X_DHCPV6_HANDSHAKE_FAIL
Value:
((sl_status_t)0x1BB9C)

DHCPv6 handshake failure.


Definition at line 360 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DHCP_INVALID_IP_RESPONSE#

#define SL_STATUS_SI91X_DHCP_INVALID_IP_RESPONSE
Value:
((sl_status_t)0x1BB9D)

DHCP invalid IP response.


Definition at line 361 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_AUTHENTICATION_ERROR#

#define SL_STATUS_SI91X_SMTP_AUTHENTICATION_ERROR
Value:
((sl_status_t)0x1BBA0)

SMTP authentication error.


Definition at line 362 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_OVER_SIZE_MAIL_DATA#

#define SL_STATUS_SI91X_SMTP_OVER_SIZE_MAIL_DATA
Value:
  ((sl_status_t)0x1BBA1)

No DNS server was specified, SMTP over size mail data.


Definition at line 363 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_INVALID_SERVER_REPLY#

#define SL_STATUS_SI91X_SMTP_INVALID_SERVER_REPLY
Value:
((sl_status_t)0x1BBA2)

SMTP invalid server reply.


Definition at line 365 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_DNS_QUERY_FAILED#

#define SL_STATUS_SI91X_SMTP_DNS_QUERY_FAILED
Value:
((sl_status_t)0x1BBA3)

DNS query failed, SMTP internal error.


Definition at line 366 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_BAD_DNS_ADDRESS#

#define SL_STATUS_SI91X_SMTP_BAD_DNS_ADDRESS
Value:
  ((sl_status_t)0x1BBA4)

Bad DNS address, SMTP server error code received.


Definition at line 367 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_INVALID_PARAMETERS#

#define SL_STATUS_SI91X_SMTP_INVALID_PARAMETERS
Value:
((sl_status_t)0x1BBA5)

SMTP invalid parameters.


Definition at line 369 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_PACKET_ALLOCATION_FAILED#

#define SL_STATUS_SI91X_SMTP_PACKET_ALLOCATION_FAILED
Value:
((sl_status_t)0x1BBA6)

SMTP packet allocation failed.


Definition at line 370 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_GREET_REPLY_FAILED#

#define SL_STATUS_SI91X_SMTP_GREET_REPLY_FAILED
Value:
((sl_status_t)0x1BBA7)

SMTP Greet reply failed.


Definition at line 371 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_PARAMETER_ERROR#

#define SL_STATUS_SI91X_SMTP_PARAMETER_ERROR
Value:
((sl_status_t)0x1BBA8)

Parameter error, SMTP hello reply error.


Definition at line 372 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_MAIL_REPLY_ERROR#

#define SL_STATUS_SI91X_SMTP_MAIL_REPLY_ERROR
Value:
((sl_status_t)0x1BBA9)

SMTP mail reply error.


Definition at line 373 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_RCPT_REPLY_ERROR#

#define SL_STATUS_SI91X_SMTP_RCPT_REPLY_ERROR
Value:
((sl_status_t)0x1BBAA)

SMTP RCPT reply error.


Definition at line 374 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_MESSAGE_REPLY_ERROR#

#define SL_STATUS_SI91X_SMTP_MESSAGE_REPLY_ERROR
Value:
((sl_status_t)0x1BBAB)

SMTP message reply error.


Definition at line 375 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_DATA_REPLY_ERROR#

#define SL_STATUS_SI91X_SMTP_DATA_REPLY_ERROR
Value:
((sl_status_t)0x1BBAC)

SMTP data reply error.


Definition at line 376 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_AUTH_REPLY_ERROR#

#define SL_STATUS_SI91X_SMTP_AUTH_REPLY_ERROR
Value:
((sl_status_t)0x1BBAD)

SMTP authentication reply error.


Definition at line 377 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_SERVER_REPLY_ERROR#

#define SL_STATUS_SI91X_SMTP_SERVER_REPLY_ERROR
Value:
((sl_status_t)0x1BBAE)

SMTP server error reply.


Definition at line 378 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_DUPLICATE_ENTRY#

#define SL_STATUS_SI91X_DNS_DUPLICATE_ENTRY
Value:
((sl_status_t)0x1BBAF)

DNS duplicate entry.


Definition at line 379 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_OVERSIZE_SERVER_REPLY#

#define SL_STATUS_SI91X_SMTP_OVERSIZE_SERVER_REPLY
Value:
((sl_status_t)0x1BBB1)

SMTP oversize server reply.


Definition at line 380 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SMTP_CLIENT_NOT_INITIALIZED#

#define SL_STATUS_SI91X_SMTP_CLIENT_NOT_INITIALIZED
Value:
((sl_status_t)0x1BBB2)

SMTP client not initialized.


Definition at line 381 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_IPV6_NOT_SUPPORTED#

#define SL_STATUS_SI91X_DNS_IPV6_NOT_SUPPORTED
Value:
((sl_status_t)0x1BBB3)

DNS IPv6 not supported.


Definition at line 382 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_MAIL_INDEX_FOR_POP3_MAIL_RETRIEVE_COMMAND#

#define SL_STATUS_SI91X_INVALID_MAIL_INDEX_FOR_POP3_MAIL_RETRIEVE_COMMAND
Value:
  ((sl_status_t)0x1BBC5)

Invalid mail index for POP3 mail retrieve command.


Definition at line 383 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSL_TLS_HANDSHAKE_FAILED#

#define SL_STATUS_SI91X_SSL_TLS_HANDSHAKE_FAILED
Value:
((sl_status_t)0x1BBD2)

SSL/TLS handshake failed.


Definition at line 385 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_CLIENT_DISCONNECTED#

#define SL_STATUS_SI91X_FTP_CLIENT_DISCONNECTED
Value:
  ((sl_status_t)0x1BBD3)

FTP client is not connected or disconnected with the FTP server.


Definition at line 386 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_CLIENT_NOT_DISCONNECTED#

#define SL_STATUS_SI91X_FTP_CLIENT_NOT_DISCONNECTED
Value:
((sl_status_t)0x1BBD4)

FTP client is not disconnected.


Definition at line 388 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_FILE_NOT_OPENED#

#define SL_STATUS_SI91X_FTP_FILE_NOT_OPENED
Value:
((sl_status_t)0x1BBD5)

FTP file is not opened.


Definition at line 389 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSL_TLS_HANDSHAKE_TIMEOUT_OR_FTP_FILE_NOT_CLOSED#

#define SL_STATUS_SI91X_SSL_TLS_HANDSHAKE_TIMEOUT_OR_FTP_FILE_NOT_CLOSED
Value:
  ((sl_status_t)0x1BBD6)

SSL/TLS handshake timeout or FTP file is not closed.


Definition at line 390 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_EXPECTED_1XX_RESPONSE_NOT_RECEIVED#

#define SL_STATUS_SI91X_FTP_EXPECTED_1XX_RESPONSE_NOT_RECEIVED
Value:
  ((sl_status_t)0x1BBD9)

Expected [1XX response from FTP server but not received].


Definition at line 392 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_EXPECTED_2XX_RESPONSE_NOT_RECEIVED#

#define SL_STATUS_SI91X_FTP_EXPECTED_2XX_RESPONSE_NOT_RECEIVED
Value:
  ((sl_status_t)0x1BBDA)

Expected [2XX response from FTP server but not received].


Definition at line 394 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_EXPECTED_22X_RESPONSE_NOT_RECEIVED#

#define SL_STATUS_SI91X_FTP_EXPECTED_22X_RESPONSE_NOT_RECEIVED
Value:
  ((sl_status_t)0x1BBDB)

Expected [22X response from FTP server but not received].


Definition at line 396 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_EXPECTED_23X_RESPONSE_NOT_RECEIVED#

#define SL_STATUS_SI91X_FTP_EXPECTED_23X_RESPONSE_NOT_RECEIVED
Value:
  ((sl_status_t)0x1BBDC)

Expected [23X response from FTP server but not received].


Definition at line 398 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_EXPECTED_3XX_RESPONSE_NOT_RECEIVED#

#define SL_STATUS_SI91X_FTP_EXPECTED_3XX_RESPONSE_NOT_RECEIVED
Value:
  ((sl_status_t)0x1BBDD)

Expected [3XX response from FTP server but not received].


Definition at line 400 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FTP_EXPECTED_33X_RESPONSE_NOT_RECEIVED#

#define SL_STATUS_SI91X_FTP_EXPECTED_33X_RESPONSE_NOT_RECEIVED
Value:
  ((sl_status_t)0x1BBDE)

Expected [33X response from FTP server but not received].


Definition at line 402 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_TIMEOUT#

#define SL_STATUS_SI91X_HTTP_TIMEOUT
Value:
((sl_status_t)0x1BBE1)

HTTP timeout.


Definition at line 404 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_FAILED#

#define SL_STATUS_SI91X_HTTP_FAILED
Value:
((sl_status_t)0x1BBE2)

HTTP failed.


Definition at line 405 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_PUT_CLIENT_TIMEOUT#

#define SL_STATUS_SI91X_HTTP_PUT_CLIENT_TIMEOUT
Value:
((sl_status_t)0x1BBE7)

HTTP timeout for HTTP PUT client.


Definition at line 406 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_AUTHENTICATION_ERROR#

#define SL_STATUS_SI91X_AUTHENTICATION_ERROR
Value:
((sl_status_t)0x1BBEB)

Authentication error.


Definition at line 407 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_PACKET_LENGTH#

#define SL_STATUS_SI91X_INVALID_PACKET_LENGTH
Value:
  ((sl_status_t)0x1BBED)

Invalid packet length. Content length and received data length is mismatching.


Definition at line 408 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SERVER_RESPONDS_BEFORE_REQUEST_COMPLETE#

#define SL_STATUS_SI91X_SERVER_RESPONDS_BEFORE_REQUEST_COMPLETE
Value:
  ((sl_status_t)0x1BBEF)

Server responds before HTTP client request is complete.


Definition at line 410 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_PASSWORD_TOO_LONG#

#define SL_STATUS_SI91X_HTTP_PASSWORD_TOO_LONG
Value:
((sl_status_t)0x1BBF0)

HTTP/HTTPS password is too long.


Definition at line 412 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_PING_TIMEOUT#

#define SL_STATUS_SI91X_MQTT_PING_TIMEOUT
Value:
((sl_status_t)0x1BBF1)

MQTT ping time out error.


Definition at line 413 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_COMMAND_SENT_IN_INCORRECT_STATE#

#define SL_STATUS_SI91X_MQTT_COMMAND_SENT_IN_INCORRECT_STATE
Value:
  ((sl_status_t)0x1BBF2)

MQTT command sent in incorrect state.


Definition at line 414 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_ACK_TIMEOUT#

#define SL_STATUS_SI91X_MQTT_ACK_TIMEOUT
Value:
((sl_status_t)0x1BBF3)

MQTT ACK time out error.


Definition at line 416 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_POP3_INVALID_MAIL_INDEX#

#define SL_STATUS_SI91X_POP3_INVALID_MAIL_INDEX
Value:
((sl_status_t)0x1BBFF)

POP3 error for invalid mail index.


Definition at line 417 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_NOT_CONNECTED#

#define SL_STATUS_SI91X_SOCKET_NOT_CONNECTED
Value:
  ((sl_status_t)0x1FFFF)

Listening TCP socket in device is not connected to the remote peer, or the LTCP socket is not yet opened in the device.


Definition at line 418 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_LIMIT_EXCEEDED#

#define SL_STATUS_SI91X_SOCKET_LIMIT_EXCEEDED
Value:
  ((sl_status_t)0x1FFFE)

Sockets not available. The error comes if the host tries to open more than 10 sockets.


Definition at line 420 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_OTAF_INVALID_PACKET#

#define SL_STATUS_SI91X_HTTP_OTAF_INVALID_PACKET
Value:
((sl_status_t)0x1FFFD)

HTTP OTAF invalid packet.


Definition at line 422 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TCP_IP_INIT_FAILED#

#define SL_STATUS_SI91X_TCP_IP_INIT_FAILED
Value:
((sl_status_t)0x1FFFC)

TCP_IP initialization failed.


Definition at line 423 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_CONCURRENT_IP_CREATION_ERROR#

#define SL_STATUS_SI91X_CONCURRENT_IP_CREATION_ERROR
Value:
  ((sl_status_t)0x1FFFB)

Cannot create IP in same interface in concurrent mode.


Definition at line 424 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_OTAF_INCOMPLETE_PACKET#

#define SL_STATUS_SI91X_HTTP_OTAF_INCOMPLETE_PACKET
Value:
((sl_status_t)0x1FFF4)

HTTP OTAF incomplete packet.


Definition at line 426 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_STORE_CONFIGURATION_PROFILE#

#define SL_STATUS_SI91X_INVALID_STORE_CONFIGURATION_PROFILE
Value:
  ((sl_status_t)0x1FFF5)

Store configuration profile type mismatch or invalid profile type.


Definition at line 427 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_REMOTE_TERMINATE_ERROR#

#define SL_STATUS_SI91X_MQTT_REMOTE_TERMINATE_ERROR
Value:
((sl_status_t)0x1FFF6)

MQTT remote terminate error.


Definition at line 429 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_BYTE_STUFFING_ERROR_IN_AT_MODE#

#define SL_STATUS_SI91X_BYTE_STUFFING_ERROR_IN_AT_MODE
Value:
((sl_status_t)0x1FFF7)

Byte stuffing error in AT mode.


Definition at line 430 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_COMMAND_OR_OPERATION#

#define SL_STATUS_SI91X_INVALID_COMMAND_OR_OPERATION
Value:
  ((sl_status_t)0x1FFF8)

Invalid command (e.g. parameters insufficient or invalid in the command). Invalid operation (e.g. power save command with the same mode given twice, accessing wrong socket, creating more than allowed sockets ).


Definition at line 431 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_OTAF_NO_PACKET#

#define SL_STATUS_SI91X_HTTP_OTAF_NO_PACKET
Value:
((sl_status_t)0x1FFF9)

HTTP OTAF no packet.


Definition at line 433 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TCP_SOCKET_NOT_CONNECTED#

#define SL_STATUS_SI91X_TCP_SOCKET_NOT_CONNECTED
Value:
((sl_status_t)0x1FFFA)

TCP socket is not connected.


Definition at line 434 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MAX_STATION_COUNT_EXCEEDED#

#define SL_STATUS_SI91X_MAX_STATION_COUNT_EXCEEDED
Value:
  ((sl_status_t)0x1FFC5)

Station count exceeded max station supported.


Definition at line 435 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_UNABLE_TO_SEND_TCP_DATA#

#define SL_STATUS_SI91X_UNABLE_TO_SEND_TCP_DATA
Value:
((sl_status_t)0x1FFC4)

Unable to send TCP data.


Definition at line 437 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_BUFFER_TOO_SMALL#

#define SL_STATUS_SI91X_SOCKET_BUFFER_TOO_SMALL
Value:
((sl_status_t)0x1FFBC)

Socket buffer too small.


Definition at line 438 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_CONTENT_IN_DNS_RESPONSE#

#define SL_STATUS_SI91X_INVALID_CONTENT_IN_DNS_RESPONSE
Value:
  ((sl_status_t)0x1FFBB)

Invalid content in the DNS response to the DNS resolution query.


Definition at line 439 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_CLASS_ERROR_IN_DNS_RESPONSE#

#define SL_STATUS_SI91X_DNS_CLASS_ERROR_IN_DNS_RESPONSE
Value:
  ((sl_status_t)0x1FFBA)

DNS class error in response to the DNS resolution query.


Definition at line 441 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_COUNT_ERROR_IN_DNS_RESPONSE#

#define SL_STATUS_SI91X_DNS_COUNT_ERROR_IN_DNS_RESPONSE
Value:
  ((sl_status_t)0x1FFB8)

DNS count error in response to the DNS resolution query.


Definition at line 443 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_RETURN_CODE_ERROR_IN_DNS_RESPONSE#

#define SL_STATUS_SI91X_DNS_RETURN_CODE_ERROR_IN_DNS_RESPONSE
Value:
  ((sl_status_t)0x1FFB7)

DNS return code error in the response to the DNS resolution query.


Definition at line 445 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_OPCODE_ERROR_IN_DNS_RESPONSE#

#define SL_STATUS_SI91X_DNS_OPCODE_ERROR_IN_DNS_RESPONSE
Value:
  ((sl_status_t)0x1FFB6)

DNS Opcode error in the response to the DNS resolution query.


Definition at line 447 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_ID_MISMATCH#

#define SL_STATUS_SI91X_DNS_ID_MISMATCH
Value:
  ((sl_status_t)0x1FFB5)

DNS id mismatch between DNS resolution request and response.


Definition at line 449 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_INPUT_IN_DNS_QUERY#

#define SL_STATUS_SI91X_INVALID_INPUT_IN_DNS_QUERY
Value:
  ((sl_status_t)0x1FFAB)

An invalid input to the DNS resolution query.


Definition at line 451 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_RESPONSE_TIMEOUT#

#define SL_STATUS_SI91X_DNS_RESPONSE_TIMEOUT
Value:
((sl_status_t)0x1FF42)

DNS response was timed out.


Definition at line 453 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_ARP_REQUEST_FAILURE#

#define SL_STATUS_SI91X_ARP_REQUEST_FAILURE
Value:
((sl_status_t)0x1FFA1)

ARP request failure.


Definition at line 454 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_UNABLE_TO_UPDATE_TCP_WINDOW#

#define SL_STATUS_SI91X_UNABLE_TO_UPDATE_TCP_WINDOW
Value:
((sl_status_t)0x1FF91)

Unable to update TCP window.


Definition at line 455 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DHCP_LEASE_EXPIRED#

#define SL_STATUS_SI91X_DHCP_LEASE_EXPIRED
Value:
((sl_status_t)0x1FF9D)

DHCP lease time expired.


Definition at line 456 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DHCP_HANDSHAKE_FAILURE#

#define SL_STATUS_SI91X_DHCP_HANDSHAKE_FAILURE
Value:
((sl_status_t)0x1FF9C)

DHCP handshake failure.


Definition at line 457 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WEBSOCKET_CREATION_FAILED#

#define SL_STATUS_SI91X_WEBSOCKET_CREATION_FAILED
Value:
  ((sl_status_t)0x1FF88)

This error is issued when WebSocket creation failed.


Definition at line 458 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TRYING_TO_CONNECT_NON_EXISTENT_TCP_SERVER_SOCKET#

#define SL_STATUS_SI91X_TRYING_TO_CONNECT_NON_EXISTENT_TCP_SERVER_SOCKET
Value:
  ((sl_status_t)0x1FF87)

This error is issued when device tried to connect to a non-existent TCP server socket on the remote side.


Definition at line 460 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TRYING_TO_CLOSE_NON_EXISTENT_SOCKET#

#define SL_STATUS_SI91X_TRYING_TO_CLOSE_NON_EXISTENT_SOCKET
Value:
  ((sl_status_t)0x1FF86)

This error is issued when tried to close non-existent socket. or invalid socket descriptor.


Definition at line 462 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_SOCKET_PARAMETERS#

#define SL_STATUS_SI91X_INVALID_SOCKET_PARAMETERS
Value:
((sl_status_t)0x1FF85)

Invalid socket parameters.


Definition at line 464 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FEATURE_NOT_AVAILABLE#

#define SL_STATUS_SI91X_FEATURE_NOT_AVAILABLE
Value:
((sl_status_t)0x1FF82)

Feature not supported.


Definition at line 465 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_ALREADY_OPEN#

#define SL_STATUS_SI91X_SOCKET_ALREADY_OPEN
Value:
((sl_status_t)0x1FF81)

Socket already open.


Definition at line 466 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MAX_SOCKETS_EXCEEDED#

#define SL_STATUS_SI91X_MAX_SOCKETS_EXCEEDED
Value:
  ((sl_status_t)0x1FF80)

Attempt to open more than the maximum allowed number of sockets.


Definition at line 467 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DATA_LENGTH_EXCEEDS_MSS#

#define SL_STATUS_SI91X_DATA_LENGTH_EXCEEDS_MSS
Value:
((sl_status_t)0x1FF7E)

Data length exceeds mss.


Definition at line 469 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_IP_CONFLICT_ERROR#

#define SL_STATUS_SI91X_IP_CONFLICT_ERROR
Value:
  ((sl_status_t)0x1FF75)

DUT unable to configure IP address due to IP conflict.


Definition at line 470 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FEATURE_NOT_ENABLED#

#define SL_STATUS_SI91X_FEATURE_NOT_ENABLED
Value:
((sl_status_t)0x1FF74)

Feature not enabled.


Definition at line 472 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DHCP_SERVER_NOT_SET#

#define SL_STATUS_SI91X_DHCP_SERVER_NOT_SET
Value:
((sl_status_t)0x1FF73)

DHCP server not set in AP mode.


Definition at line 473 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_AP_SET_REGION_PARAM_ERROR#

#define SL_STATUS_SI91X_AP_SET_REGION_PARAM_ERROR
Value:
((sl_status_t)0x1FF71)

Error in AP set region command parameters.


Definition at line 474 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SSL_TLS_NOT_SUPPORTED#

#define SL_STATUS_SI91X_SSL_TLS_NOT_SUPPORTED
Value:
((sl_status_t)0x1FF70)

SSL/TLS not supported.


Definition at line 475 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_JSON_NOT_SUPPORTED#

#define SL_STATUS_SI91X_JSON_NOT_SUPPORTED
Value:
((sl_status_t)0x1FF6F)

JSON not supported.


Definition at line 476 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_OPERATING_MODE#

#define SL_STATUS_SI91X_INVALID_OPERATING_MODE
Value:
((sl_status_t)0x1FF6E)

Invalid operating mode.


Definition at line 477 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_SOCKET_CONFIG_PARAMS#

#define SL_STATUS_SI91X_INVALID_SOCKET_CONFIG_PARAMS
Value:
  ((sl_status_t)0x1FF6D)

Invalid socket configuration parameters.


Definition at line 478 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WEBSOCKET_CREATION_TIMEOUT#

#define SL_STATUS_SI91X_WEBSOCKET_CREATION_TIMEOUT
Value:
((sl_status_t)0x1FF6C)

Web socket creation timeout.


Definition at line 480 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PARAM_MAX_VALUE_EXCEEDED#

#define SL_STATUS_SI91X_PARAM_MAX_VALUE_EXCEEDED
Value:
  ((sl_status_t)0x1FF6B)

Parameter maximum allowed value is exceeded.


Definition at line 481 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SOCKET_READ_TIMEOUT#

#define SL_STATUS_SI91X_SOCKET_READ_TIMEOUT
Value:
((sl_status_t)0x1FF6A)

Socket read timeout.


Definition at line 483 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_INVALID_COMMAND_SEQUENCE#

#define SL_STATUS_SI91X_INVALID_COMMAND_SEQUENCE
Value:
((sl_status_t)0x1FF69)

Invalid command in sequence.


Definition at line 484 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_DNS_RESPONSE_TIMEOUT_ERROR#

#define SL_STATUS_SI91X_DNS_RESPONSE_TIMEOUT_ERROR
Value:
((sl_status_t)0x1FF42)

DNS response timed out.


Definition at line 485 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_HTTP_SOCKET_CREATION_FAILED#

#define SL_STATUS_SI91X_HTTP_SOCKET_CREATION_FAILED
Value:
((sl_status_t)0x1FF41)

HTTP socket creation failed.


Definition at line 486 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TCP_CLOSE_BEFORE_RESPONSE_ERROR#

#define SL_STATUS_SI91X_TCP_CLOSE_BEFORE_RESPONSE_ERROR
Value:
  ((sl_status_t)0x1FF40)

TCP socket close command is issued before getting the response of the previous close command.


Definition at line 487 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_WAIT_ON_HOST_FEATURE_NOT_ENABLED#

#define SL_STATUS_SI91X_WAIT_ON_HOST_FEATURE_NOT_ENABLED
Value:
((sl_status_t)0x1FF36)

'Wait On Host' feature not enabled.


Definition at line 489 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_STORE_CONFIG_CHECKSUM_INVALID#

#define SL_STATUS_SI91X_STORE_CONFIG_CHECKSUM_INVALID
Value:
  ((sl_status_t)0x1FF35)

Store configuration checksum validation failed.


Definition at line 490 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TCP_KEEP_ALIVE_TIMEOUT#

#define SL_STATUS_SI91X_TCP_KEEP_ALIVE_TIMEOUT
Value:
((sl_status_t)0x1FF33)

TCP keep alive timed out.


Definition at line 492 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TCP_ACK_FAILED_FOR_SYN_ACK#

#define SL_STATUS_SI91X_TCP_ACK_FAILED_FOR_SYN_ACK
Value:
((sl_status_t)0x1FF2D)

TCP ACK failed for TCP SYN-ACK.


Definition at line 493 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MEMORY_LIMIT_EXCEEDED#

#define SL_STATUS_SI91X_MEMORY_LIMIT_EXCEEDED
Value:
  ((sl_status_t)0x1FF2C)

Memory limit exceeded in a given operating mode.


Definition at line 494 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MEMORY_LIMIT_EXCEEDED_DURING_AUTO_JOIN#

#define SL_STATUS_SI91X_MEMORY_LIMIT_EXCEEDED_DURING_AUTO_JOIN
Value:
  ((sl_status_t)0x1FF2A)

Memory limit exceeded in an operating mode during auto join/create.


Definition at line 496 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PUF_OPERATION_BLOCKED#

#define SL_STATUS_SI91X_PUF_OPERATION_BLOCKED
Value:
((sl_status_t)0x1CC2F)

PUF operation is blocked.


Definition at line 498 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PUF_ACTIVATION_CODE_INVALID#

#define SL_STATUS_SI91X_PUF_ACTIVATION_CODE_INVALID
Value:
((sl_status_t)0x1CC31)

PUF activation code invalid.


Definition at line 499 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PUF_INPUT_PARAMETERS_INVALID#

#define SL_STATUS_SI91X_PUF_INPUT_PARAMETERS_INVALID
Value:
((sl_status_t)0x1CC32)

PUF input parameters invalid.


Definition at line 500 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PUF_IN_ERROR_STATE#

#define SL_STATUS_SI91X_PUF_IN_ERROR_STATE
Value:
((sl_status_t)0x1CC33)

PUF in error state.


Definition at line 501 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PUF_OPERATION_NOT_ALLOWED#

#define SL_STATUS_SI91X_PUF_OPERATION_NOT_ALLOWED
Value:
((sl_status_t)0x1CC34)

PUF operation not allowed.


Definition at line 502 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_PUF_OPERATION_FAILED#

#define SL_STATUS_SI91X_PUF_OPERATION_FAILED
Value:
((sl_status_t)0x1CC35)

PUF operation failed.


Definition at line 503 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_AUTO_JOIN_IN_PROGRESS#

#define SL_STATUS_SI91X_AUTO_JOIN_IN_PROGRESS
Value:
  ((sl_status_t)0x15A5A)

Auto join or user store configuration going on.


Definition at line 504 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_RSNIE_FROM_AP_INVALID#

#define SL_STATUS_SI91X_RSNIE_FROM_AP_INVALID
Value:
((sl_status_t)0x1FFE1)

Improper RSNIE from AP to station.


Definition at line 506 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_SNTP_MAX_ATTEMPTS_REACHED#

#define SL_STATUS_SI91X_SNTP_MAX_ATTEMPTS_REACHED
Value:
((sl_status_t)0x1FF5F)

Reached maximum SNTP invalid attempts.


Definition at line 507 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FREQUENCY_OFFSET_ZER0#

#define SL_STATUS_SI91X_FREQUENCY_OFFSET_ZER0
Value:
((sl_status_t)0x100FC)

Frequency offset sent is zero.


Definition at line 508 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_FREQUENCY_OFFSET_OUT_OF_LIMITS#

#define SL_STATUS_SI91X_FREQUENCY_OFFSET_OUT_OF_LIMITS
Value:
  ((sl_status_t)0x100FB)

Frequency offset specified goes beyond upper or lower limits and indicates that frequency offset cannot be changed further.


Definition at line 509 of file components/common/inc/sl_additional_status.h