WiSeConnect Status Codes#

This section provides a reference to the wiseconnect 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 were not saved.

#define

Bootup options checksum validation failed.

#define

Bootloader version does not match expected version.

#define
SL_STATUS_WAITING_FOR_BOARD_READY ((sl_status_t)0x0055)

Waiting for the board to be ready.

#define

No valid firmware present.

#define
SL_STATUS_INVALID_OPTION ((sl_status_t)0x0057)

Provided option is invalid.

#define
SL_STATUS_SPI_BUSY ((sl_status_t)0x0058)

SPI is currently busy.

#define
SL_STATUS_CARD_READY_TIMEOUT ((sl_status_t)0x0059)

Timeout waiting for card to be ready.

#define

Firmware load or upgrade operation timed out.

#define
SL_STATUS_WIFI_DOES_NOT_EXIST ((sl_status_t)0x0B21)

WiFi network does not exist.

#define
SL_STATUS_WIFI_NOT_AUTHENTICATED ((sl_status_t)0x0B22)

WiFi network not authenticated.

#define
SL_STATUS_WIFI_NOT_KEYED ((sl_status_t)0x0B23)

Device attempts to connect to a secured WiFi network without providing the correct security key or credentials.

#define
SL_STATUS_WIFI_IOCTL_FAIL ((sl_status_t)0x0B24)

Input/Output Control operation failed.

#define

WiFi buffer temporarily unavailable.

#define

WiFi buffer permanently unavailable.

#define
SL_STATUS_WIFI_WPS_PBC_OVERLAP ((sl_status_t)0x0B27)

WPS PBC overlap detected.

#define
SL_STATUS_WIFI_CONNECTION_LOST ((sl_status_t)0x0B28)

WiFi connection lost.

#define

No space for additional event handlers.

#define
SL_STATUS_WIFI_SEMAPHORE_ERROR ((sl_status_t)0x0B2A)

Semaphore manipulation error.

#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

WiFi core disabled due to no clock.

#define
SL_STATUS_WIFI_CORE_IN_RESET ((sl_status_t)0x0B2F)

WiFi core disabled because it is in reset state.

#define
SL_STATUS_WIFI_UNSUPPORTED ((sl_status_t)0x0B30)

Unsupported WiFi function.

#define

Error occurred while writing to the WLAN register.

#define
SL_STATUS_WIFI_SDIO_BUS_UP_FAIL ((sl_status_t)0x0B32)

SDIO bus failed to initialize.

#define
SL_STATUS_WIFI_JOIN_IN_PROGRESS ((sl_status_t)0x0B33)

WiFi join operation is still in progress.

#define
SL_STATUS_WIFI_NETWORK_NOT_FOUND ((sl_status_t)0x0B34)

Specified WiFi network was not found.

#define

Invalid status encountered during WiFi join.

#define
SL_STATUS_WIFI_UNKNOWN_INTERFACE ((sl_status_t)0x0B36)

Unknown WiFi interface specified.

#define
SL_STATUS_WIFI_SDIO_RX_FAIL ((sl_status_t)0x0B37)

Error occurred during SDIO receive operation.

#define
SL_STATUS_WIFI_HWTAG_MISMATCH ((sl_status_t)0x0B38)

Hardware tag header is corrupt.

#define

Failed to allocate a buffer for WiFi receive operation.

#define

Error occurred while reading a bus hardware register.

#define

Failed to create a new WiFi thread.

#define
SL_STATUS_WIFI_QUEUE_ERROR ((sl_status_t)0x0B3C)

Error occurred while manipulating a WiFi queue.

#define

Error occurred while moving the current pointer of a buffer.

#define

Error occurred while setting the size of the packet buffer.

#define
SL_STATUS_WIFI_THREAD_STACK_NULL ((sl_status_t)0x0B3F)

Null stack pointer passed when a non-null pointer was required.

#define
SL_STATUS_WIFI_THREAD_DELETE_FAIL ((sl_status_t)0x0B40)

Error occurred while deleting a WiFi thread.

#define
SL_STATUS_WIFI_SLEEP_ERROR ((sl_status_t)0x0B41)

Failed to put a WiFi thread to sleep.

#define
SL_STATUS_WIFI_BUFFER_ALLOC_FAIL ((sl_status_t)0x0B42)

Failed to allocate a WiFi packet buffer.

#define
SL_STATUS_WIFI_INTERFACE_NOT_UP ((sl_status_t)0x0B44)

The requested WiFi interface is not active.

#define
SL_STATUS_WIFI_DELAY_TOO_LONG ((sl_status_t)0x0B45)

The requested delay for WiFi operation is too long.

#define
SL_STATUS_WIFI_INVALID_DUTY_CYCLE ((sl_status_t)0x0B46)

The specified WiFi duty cycle is outside the valid range.

#define
SL_STATUS_WIFI_PMK_WRONG_LENGTH ((sl_status_t)0x0B47)

The returned Pairwise Master Key (PMK) length is incorrect.

#define

The security type of the WiFi Access Point is unknown.

#define
SL_STATUS_WIFI_WEP_NOT_ALLOWED ((sl_status_t)0x0B49)

WEP security is not allowed; use Open security instead.

#define
SL_STATUS_WIFI_WPA_KEYLEN_BAD ((sl_status_t)0x0B4A)

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

#define
SL_STATUS_WIFI_FILTER_NOT_FOUND ((sl_status_t)0x0B4B)

The specified WiFi filter ID was not found.

#define
SL_STATUS_WIFI_SPI_ID_READ_FAIL ((sl_status_t)0x0B4C)

Failed to read the SPI ID (0xfeedbead) from the chip.

#define
SL_STATUS_WIFI_SPI_SIZE_MISMATCH ((sl_status_t)0x0B4D)

Size mismatch between SPI and SDPCM header.

#define

Attempted to register a multicast address that is already registered.

#define

SDIO transfer failed after exceeding the maximum number of retries.

#define
SL_STATUS_WIFI_NULL_PTR_ARG ((sl_status_t)0x0B50)

Null pointer argument passed to a function.

#define
SL_STATUS_WIFI_THREAD_FINISH_FAIL ((sl_status_t)0x0B51)

Error occurred while attempting to delete a thread.

#define
SL_STATUS_WIFI_WAIT_ABORTED ((sl_status_t)0x0B52)

Semaphore or mutex wait operation was aborted.

#define

Unaligned message found in the queue.

#define
SL_STATUS_WIFI_MUTEX_ERROR ((sl_status_t)0x0B54)

Error occurred during a mutex operation.

#define

Error occurred during decryption over a secure link.

#define

Error occurred during key renegotiation over a secure link.

#define
SL_STATUS_WIFI_INVALID_OPERMODE ((sl_status_t)0x0B60)

Invalid operation mode provided.

#define

Invalid encryption method provided.

#define
SL_STATUS_TRNG_DUPLICATE_ENTROPY ((sl_status_t)0x0B62)

Error due to duplicate entropy elements in TRNG.

#define

Provided MAC address is invalid.

#define

Provided QoS priority is invalid.

#define

Provided channel is invalid.

#define

Provided data rate is invalid.

#define

Provided transceiver configuration parameters are invalid.

#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 access point found.

#define

Incorrect PSK provided while trying to join an access point with WEP security enabled.

#define
SL_STATUS_SI91X_INVALID_BAND ((sl_status_t)0x10005)

Invalid band specified.

#define
SL_STATUS_SI91X_UNASSOCIATED ((sl_status_t)0x10006)

Device is not associated or is in an unassociated state.

#define

De-authentication received from access point.

#define
SL_STATUS_SI91X_ASSOCIATION_FAILED ((sl_status_t)0x10009)

Failed to associate with the access point during "Join".

#define
SL_STATUS_SI91X_INVALID_CHANNEL ((sl_status_t)0x1000A)

Invalid channel specified.

#define

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

#define

Missed beacon from access point during join.

#define

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

#define

EAP configuration is not completed.

#define

Memory allocation failed or store configuration checksum failed.

#define
SL_STATUS_SI91X_INSUFFICIENT_INFO ((sl_status_t)0x10016)

Insufficient or incorrect information provided in join command.

#define
SL_STATUS_SI91X_NOT_AP_INTERFACE ((sl_status_t)0x10017)

Not an access point interface.

#define

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

#define
SL_STATUS_SI91X_REJOIN_FAILURE ((sl_status_t)0x10019)

Rejoin failure: Access point not found.

#define

Operation failed: Frequency not supported.

#define
SL_STATUS_SI91X_INVALID_OPERMODE ((sl_status_t)0x1001B)

Operation failed: Invalid operation mode.

#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

Failed to start Group Owner negotiation.

#define
SL_STATUS_SI91X_JOIN_TIMEOUT ((sl_status_t)0x10020)

Join operation timed out.

#define

Command issued in an invalid state.

#define

Invalid parameters for Query GO in the current operating mode.

#define

Failed to form access point.

#define
SL_STATUS_SI91X_INVALID_SCAN_INFO ((sl_status_t)0x10024)

Invalid scan input parameters.

#define

Command issued during re-join operation.

#define
SL_STATUS_SI91X_WRONG_PARAMETERS ((sl_status_t)0x10026)

Incorrect parameters provided for the command.

#define

Provision discovery failed in P2P mode.

#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 Group Owner negotiation failed.

#define

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

#define

Command issued by the Host while the device is executing an internal operation (e.g., auto-join or auto-create).

#define

Invalid WEP key length.

#define

ICMP request timed out.

#define

ICMP data size exceeds the maximum limit.

#define

Data packet size exceeded the limit, MQTT published the data and length mismatched, or MQTT send data packet exceeded the limit.

#define

ARP cache entry not found.

#define

UART command timed out.

#define

Fixed data rate not supported by the connected AP.

#define

Maximum length exceeded for username, password, client ID, or topic in MQTT.

#define
SL_STATUS_SI91X_INVALID_WPS_PIN ((sl_status_t)0x10037)

Invalid WPS PIN.

#define

Invalid WPS PIN length.

#define
SL_STATUS_SI91X_INVALID_PMK_LEN ((sl_status_t)0x10039)

Invalid 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

Invalid user store configuration length.

#define

Invalid command length (exceeds the number of characters specified in the PRM).

#define

Data packet dropped.

#define
SL_STATUS_SI91X_WEP_KEY_NOT_GIVEN ((sl_status_t)0x10040)

WEP key not provided.

#define

Store config profile length error.

#define
SL_STATUS_SI91X_MISSING_PSK_OR_PMK ((sl_status_t)0x10042)

PSK or PMK not provided.

#define

Invalid security mode in join command.

#define

Maximum beacon miscount reached: De-authentication due to beacon miss.

#define

De-authentication request received from supplicant.

#define

De-authentication request 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

The number of clients exceeds the maximum number of supported stations.

#define

The specified HT capabilities are not supported.

#define

UART flow control is not supported.

#define

ZB/BT/BLE packet received, but the protocol is not enabled.

#define
SL_STATUS_SI91X_MGMT_PKT_DROPPED ((sl_status_t)0x10050)

Management packet dropped.

#define

The current RF mode is invalid.

#define

Power save is not supported for the specified interface.

#define

Concurrent AP is in a connected state.

#define

Channel mismatch between connected AP and station.

#define

IAP coprocessor error occurred.

#define
SL_STATUS_SI91X_WPS_NOT_SUPPORTED ((sl_status_t)0x10056)

WPS is not supported in the current operating mode.

#define

Concurrent AP channel does not match the connected station channel.

#define

PBC session overlap error.

#define

The Bluetooth feature bitmap is invalid.

#define

The 4/4 confirmation of the four-way handshake failed.

#define

MAC address is not present in the MAC-based join.

#define

Concurrent mode requires both AP and client to be up for configuration.

#define

Certificate load operation is not allowed in flash memory.

#define

Certificate load operation is not allowed in RAM.

#define

Certificate load failed due to an incorrect index.

#define

Access Point HT capabilities are not enabled.

#define

The specified address family is not supported by the protocol.

#define

The provided beacon interval or DTIM period is invalid.

#define

The provided configuration range is invalid.

#define

The provided configuration type (e.g., RTS threshold) is invalid.

#define

An error occurred with the MQTT command.

#define

The listen interval in power save mode is greater than that specified in the join command.

#define

The WLAN radio has been deregistered.

#define

SAE authentication failed due to multiple confirm frames received from the Access Point.

#define

The Access Point does not support the EC-group set by the station.

#define

802.11ax (Wi-Fi 6) is not supported in Access Point mode.

#define

Non-preferred channel configuration failed.

#define

Error occurs when HE_PARAMS_SUPPORT and SLI_SI91X_ENABLE_TWT_FEATURE macros are not enabled.

#define

Error occurs when a TWT config command is issued while there is already an active TWT session.

#define

Error occurs when a TWT teardown command is issued with a flow ID that does not match the existing session flow ID.

#define

Error occurs when a teardown command is issued while there is no active TWT session.

#define
SL_STATUS_TWT_SESSION_NOT_FEASIBLE ((sl_status_t)0x10074)

Indicates that a TWT session is not feasible. This error is thrown only when the TWT Auto Selection API is used.

#define

Error occurs when the AP does not support TWT information frame reception.

#define

Error occurs when there is no active TWT agreement corresponding to the given flow ID.

#define

Indicates that a suspend or resume TWT action is currently in progress.

#define

Error occurs when TWT information frame packet creation fails in firmware.

#define

Error occurs when the station TSF is invalid, typically when the station is not connected or has not received at least one beacon.

#define

Error occurs when the server does not support the level of the MQTT protocol requested by the client.

#define

Error occurs when the client identifier is correct UTF-8 but is not allowed by the server.

#define

Error occurs when the network connection has been made but the MQTT service is unavailable.

#define

The data in the username 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

Feature to add peers in MAC layer is disabled.

#define

Peer already exists in MAC layer.

#define

Max peer limit reached in MAC layer.

#define

Peer not found in MAC layer.

#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 the 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 to a non-existing TCP server socket.

#define

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

#define
SL_STATUS_SI91X_WRONG_PACKET_INFO ((sl_status_t)0x1BB40)

Wrong packet information.

#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 available.

#define
SL_STATUS_SI91X_INVALID_PORT ((sl_status_t)0x1BB46)

Invalid port specified.

#define

Corrupted RPS header encountered during firmware update.

#define

Feature not supported.

#define

Socket is not in a connected state. Disconnected from the server. In the case of FTP, the user needs to issue a destroy command after receiving this error.

#define

POP3 session creation failed or 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 specified for the POP3 mail retrieve command.

#define

SSL/TLS handshake process failed.

#define

FTP client is either not connected or has been disconnected from the FTP server.

#define

FTP client is still connected and has not been disconnected.

#define

FTP file could not be opened.

#define

SSL/TLS handshake timed out or the FTP file was not closed properly.

#define

Expected 1XX response from the FTP server was not received.

#define

Expected 2XX response from the FTP server was not received.

#define

Expected 22X response from the FTP server was not received.

#define

Expected 23X response from the FTP server was not received.

#define

Expected 3XX response from the FTP server was not received.

#define

Expected 33X response from the FTP server was not received.

#define
SL_STATUS_SI91X_HTTP_TIMEOUT ((sl_status_t)0x1BBE1)

HTTP request timed out.

#define
SL_STATUS_SI91X_HTTP_FAILED ((sl_status_t)0x1BBE2)

HTTP request failed.

#define

HTTP PUT client request timed out.

#define

Authentication process failed.

#define

Invalid packet length. Content length and received data length mismatch.

#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 timeout error.

#define

MQTT command sent in incorrect state.

#define
SL_STATUS_SI91X_MQTT_ACK_TIMEOUT ((sl_status_t)0x1BBF3)

MQTT ACK timeout 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

Socket limit exceeded. More than 10 sockets opened.

#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

Invalid or mismatched store configuration profile type.

#define

MQTT remote terminate error.

#define

MQTT remote terminate error due to keep-alive response timeout.

#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 received.

#define

TCP socket is not connected.

#define

Station count exceeded the maximum supported stations.

#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 the DNS resolution request and response.

#define

Invalid input provided in the DNS resolution query.

#define

DNS response was timed out.

#define

ARP request failure.

#define

Failed to update TCP window.

#define
SL_STATUS_SI91X_DHCP_LEASE_EXPIRED ((sl_status_t)0x1FF9D)

DHCP lease time expired.

#define

DHCP handshake failure.

#define

WebSocket creation failed.

#define

Attempted to connect to a non-existent TCP server socket on the remote side.

#define

Attempted to close a non-existent or invalid socket descriptor.

#define

The provided socket parameters are invalid.

#define

The requested feature is not supported.

#define

The socket is already open.

#define

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

#define

Data length exceeds the Maximum Segment Size (MSS).

#define
SL_STATUS_SI91X_IP_CONFLICT_ERROR ((sl_status_t)0x1FF75)

Device unable to configure IP address due to an IP conflict.

#define

The requested feature is not enabled.

#define

DHCP server is not configured in AP mode.

#define

Invalid parameters provided for the AP set region command.

#define

SSL/TLS is not supported.

#define
SL_STATUS_SI91X_JSON_NOT_SUPPORTED ((sl_status_t)0x1FF6F)

JSON format is not supported.

#define

The specified operating mode is invalid.

#define

Invalid socket configuration parameters.

#define

Web socket creation timeout.

#define

Parameter exceeds the maximum allowed value.

#define

The socket read operation timed out.

#define

The command sequence is invalid.

#define

The DNS response timed out.

#define

Failed to create an HTTP socket.

#define

An HTTP GET command is currently in progress.

#define

TCP socket close command issued before receiving the response of the previous close command.

#define

'Wait On Host' feature is 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 the given operating mode.

#define

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

#define

The MDNS command type is invalid.

#define

The PUF operation is blocked.

#define

The PUF activation code is invalid.

#define

The PUF input parameters are invalid.

#define
SL_STATUS_SI91X_PUF_IN_ERROR_STATE ((sl_status_t)0x1CC33)

The PUF is in an error state.

#define

The PUF operation is not allowed.

#define

The PUF operation failed.

#define

Auto join or user store configuration is in progress.

#define

Received an invalid RSNIE from the AP to the station.

#define

Maximum number of invalid SNTP attempts reached.

#define

The frequency offset sent is zero.

#define

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

#define

Unknown HCI command .

#define

Unknown Connection Identifier .

#define

Hardware failure .

#define

Page timeout .

#define

Authentication failure .

#define

Pin missing .

#define

Memory capacity exceeded .

#define

Connection timeout .

#define

Connection limit exceeded .

#define

SCO limit exceeded .

#define

ACL Connection already exists .

#define

Command disallowed .

#define

Connection rejected due to limited resources .

#define

Connection rejected due to security reasons .

#define

Connection rejected for BD address .

#define

Connection accept timeout .

#define

Unsupported feature or parameter .

#define

Invalid HCI command parameter .

#define

Remote user terminated connection .

#define

Remote device terminated connection due to low resources .

#define

Remote device terminated connection due to power off .

#define

Local device terminated connection .

#define

Repeated attempts .

#define

Pairing not allowed .

#define

Unknown LMP PDU .

#define

Unsupported remote feature .

#define

SCO offset rejected .

#define

SCO interval rejected .

#define

SCO Air mode rejected .

#define

Invalid LMP parameters .

#define

Unspecified .

#define

Unsupported LMP Parameter .

#define

Role change not allowed .

#define

LMP response timeout .

#define

LMP transaction collision .

#define

LMP PDU not allowed .

#define

Encryption mode not acceptable .

#define

Link key cannot change .

#define

Requested QOS not supported .

#define

Instant passed .

#define

Pairing with unit key not supported .

#define

Different transaction collision .

#define

Reserved 1 .

#define

QOS parameter not acceptable .

#define

QOS rejected .

#define

Channel classification not supported .

#define

Insufficient security .

#define

Parameter out of mandatory range .

#define

Reserved 2 .

#define

Role switch pending .

#define

Reserved 3 .

#define

Reserved slot violation .

#define

Role switch failed .

#define

Extended Inquiry Response too large .

#define
#define

Host busy pairing .

#define
#define

Connection Failed to be Established .

#define

Invalid Gain table payload length .

#define

Invalid Region .

#define

Invalid Gain Table offset request type .

#define

Invalid Node ID .

#define

BT Invalid Command .

#define

Invalid Args .

#define

Unknown .

#define

Firmware Timeout .

#define

Memory alloc fail .

#define

I/O fail .

#define

Unsupported .

#define

Short buf .

#define

Buf overflow .

#define

Too large buf .

#define

I/O abort .

#define

File open fail .

#define

OS task invalid priority .

#define

OS task prio exists .

#define

OS task not stopped .

#define

OS sem max value .

#define

OS sem not available .

#define

OS sem reset .

#define

OS mutex not owner .

#define

OS mutex not locked .

#define

OS mutex lock failed .

#define

OS mutex try lock failed .

#define

OS msg queue full .

#define

OS message queue empty .

#define

Pipe empty .

#define

Pipe full .

#define

Invalid len .

#define

Pipe read in use .

#define

Pipe write in use .

#define

OS timer expired .

#define

OS timer state running .

#define

OS cannot wait .

#define

OS mem pool empty .

#define

OS mem pool size short .

#define

Directed Advertising Timeout .

#define

Connection terminated due to MIC failure .

#define

Invalid Handle Range .

#define

Memory is not sufficient .

#define

Invalid Parameters .

#define

BLE Buffer Count Exceeded .

#define

BLE Buffer already in use .

#define

Invalid Attribute Length When Small Buffer Mode is Configured .

#define

Invalid Name length when set to more than 16 bytes .

#define

Invalid Handle .

#define

Read not permitted .

#define

Write not permitted .

#define

Invalid PDU .

#define

Insufficient authentication .

#define

Request not supported .

#define

Invalid offset .

#define

Insufficient authorization .

#define

Prepare queue full .

#define

Attribute not found .

#define

Attribute not Long .

#define

Insufficient encryption key size .

#define

Invalid attribute value length .

#define

Unlikely error .

#define

Insufficient encryption .

#define

Unsupported group type .

#define

Insufficient resources .

#define

GATT Timeout .

#define

Data Maintained in Host .

#define

SMP Passkey entry failed .

#define

SMP OOB not available .

#define

SMP Authentication Requirements .

#define

SMP confirm value failed .

#define

SMP Pairing not supported .

#define

SMP Encryption key size insufficient .

#define

SMP command not supported .

#define

SMP pairing failed .

#define

SMP repeated attempts .

#define

SMP Invalid parameters .

#define

SMP DH Key check failed .

#define

SMP Numeric Comparison Failed .

#define

SMP Invalid Keys Generated .

#define

SMP Identical Public Key .

#define

PSM Conn Failed .

#define

BLE Remote device found .

#define

BLE Remote device not found .

#define

BLE Remote device structure full .

#define

Unable to change state .

#define

BLE not Connected .

#define

BLE socket not available. .

#define

Attribute record not found .

#define

Attribute entry not found .

#define

Profile record full .

#define

Attribute record full .

#define

BLE profile not found(profile handler invalid) .

#define

BLE Attribute Buffer Full .

#define

BLE Connection Sock not Available .

#define

BLE Remote Credits not Available .

#define

Parameter is outoff the manadatory range .

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 were 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 validation 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 does not match expected version.


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 the board to be ready.


Definition at line 32 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)

No valid firmware present.


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

SL_STATUS_INVALID_OPTION#

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

Provided option is invalid.


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

SL_STATUS_SPI_BUSY#

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

SPI is currently busy.


Definition at line 35 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)

Timeout waiting for card to be ready.


Definition at line 36 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 load or upgrade operation timed out.


Definition at line 37 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)

WiFi network does not exist.


Definition at line 40 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)

WiFi network not authenticated.


Definition at line 41 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)

Device attempts to connect to a secured WiFi network without providing the correct security key or credentials.


Definition at line 42 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)

Input/Output Control operation failed.


Definition at line 44 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)

WiFi buffer temporarily unavailable.


Definition at line 45 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)

WiFi buffer permanently unavailable.


Definition at line 46 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 detected.


Definition at line 47 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)

WiFi connection lost.


Definition at line 48 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)

No space for additional event handlers.


Definition at line 49 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)

Semaphore manipulation error.


Definition at line 50 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 51 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 52 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 53 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)

WiFi core disabled due to no clock.


Definition at line 55 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)

WiFi core disabled because it is in reset state.


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

SL_STATUS_WIFI_UNSUPPORTED#

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

Unsupported WiFi function.


Definition at line 57 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 occurred while writing to the WLAN register.


Definition at line 58 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 initialize.


Definition at line 60 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)

WiFi join operation is still in progress.


Definition at line 61 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 WiFi network was not found.


Definition at line 62 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)

Invalid status encountered during WiFi join.


Definition at line 63 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 WiFi interface specified.


Definition at line 64 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 occurred during SDIO receive operation.


Definition at line 65 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 is corrupt.


Definition at line 66 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 for WiFi receive operation.


Definition at line 67 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 occurred while reading a bus hardware register.


Definition at line 69 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 WiFi thread.


Definition at line 71 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 occurred while manipulating a WiFi queue.


Definition at line 72 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 occurred while moving the current pointer of a buffer.


Definition at line 73 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 occurred while setting the size of the packet buffer.


Definition at line 76 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 a non-null pointer was required.


Definition at line 79 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 occurred while deleting a WiFi thread.


Definition at line 81 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 WiFi thread to sleep.


Definition at line 82 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 WiFi packet buffer.


Definition at line 83 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)

The requested WiFi interface is not active.


Definition at line 84 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)

The requested delay for WiFi operation is too long.


Definition at line 85 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)

The specified WiFi duty cycle is outside the valid range.


Definition at line 86 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)

The returned Pairwise Master Key (PMK) length is incorrect.


Definition at line 88 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)

The security type of the WiFi Access Point is unknown.


Definition at line 90 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)

WEP security is not allowed; use Open security instead.


Definition at line 92 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 and 64 bytes.


Definition at line 94 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)

The specified WiFi filter ID was not found.


Definition at line 95 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 the SPI ID (0xfeedbead) from the chip.


Definition at line 96 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)

Size mismatch between SPI and SDPCM header.


Definition at line 97 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)

Attempted to register a multicast address that is already registered.


Definition at line 98 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 after exceeding the maximum number of retries.


Definition at line 100 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 a function.


Definition at line 102 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 occurred while attempting to delete a thread.


Definition at line 103 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 or mutex wait operation was aborted.


Definition at line 104 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 found in the queue.


Definition at line 105 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 occurred during a mutex operation.


Definition at line 106 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 occurred during decryption over a secure link.


Definition at line 107 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 occurred during key renegotiation over a secure link.


Definition at line 109 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 operation mode provided.


Definition at line 111 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 encryption method provided.


Definition at line 112 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)

Error due to duplicate entropy elements in TRNG.


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

SL_STATUS_TRANSCEIVER_INVALID_MAC_ADDRESS#

#define SL_STATUS_TRANSCEIVER_INVALID_MAC_ADDRESS
Value:
((sl_status_t)0x0B63)

Provided MAC address is invalid.


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

SL_STATUS_TRANSCEIVER_INVALID_QOS_PRIORITY#

#define SL_STATUS_TRANSCEIVER_INVALID_QOS_PRIORITY
Value:
((sl_status_t)0x0B64)

Provided QoS priority is invalid.


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

SL_STATUS_TRANSCEIVER_INVALID_CHANNEL#

#define SL_STATUS_TRANSCEIVER_INVALID_CHANNEL
Value:
((sl_status_t)0x0B65)

Provided channel is invalid.


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

SL_STATUS_TRANSCEIVER_INVALID_DATA_RATE#

#define SL_STATUS_TRANSCEIVER_INVALID_DATA_RATE
Value:
((sl_status_t)0x0B66)

Provided data rate is invalid.


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

SL_STATUS_TRANSCEIVER_INVALID_CONFIG#

#define SL_STATUS_TRANSCEIVER_INVALID_CONFIG
Value:
  ((sl_status_t)0x0B67)

Provided transceiver configuration parameters are invalid.


Definition at line 122 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 126 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 128 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 132 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 access point found.


Definition at line 134 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)

Incorrect PSK provided while trying to join an access point with WEP security enabled.


Definition at line 135 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 specified.


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

SL_STATUS_SI91X_UNASSOCIATED#

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

Device is not associated or is in an unassociated state.


Definition at line 138 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 access point.


Definition at line 140 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 with the access point during "Join".


Definition at line 142 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 specified.


Definition at line 144 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 access point during join which was found during scan.


Definition at line 145 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 access point during join.


Definition at line 147 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 149 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 completed.


Definition at line 151 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 checksum failed.


Definition at line 152 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)

Insufficient or incorrect information provided in join command.


Definition at line 154 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 access point interface.


Definition at line 156 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 issued before the expiry of the previous push button command.


Definition at line 157 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)

Rejoin failure: Access point not found.


Definition at line 159 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)

Operation failed: Frequency not supported.


Definition at line 160 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)

Operation failed: Invalid operation mode.


Definition at line 161 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 162 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 163 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)

Failed to start Group Owner negotiation.


Definition at line 164 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 operation timed out.


Definition at line 166 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 issued in an invalid state.


Definition at line 167 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)

Invalid parameters for Query GO in the current operating mode.


Definition at line 168 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)

Failed to form access point.


Definition at line 170 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)

Invalid scan input parameters.


Definition at line 171 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 operation.


Definition at line 172 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)

Incorrect parameters provided for the command.


Definition at line 174 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 mode.


Definition at line 175 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 177 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 179 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 Group Owner negotiation failed.


Definition at line 181 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 182 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)

Command issued by the Host while the device is executing an internal operation (e.g., auto-join or auto-create).


Definition at line 184 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)

Invalid WEP key length.


Definition at line 186 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 timed out.


Definition at line 187 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 the maximum limit.


Definition at line 188 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)

Data packet size exceeded the limit, MQTT published the data and length mismatched, or MQTT send data packet exceeded the limit.


Definition at line 190 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 192 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 timed out.


Definition at line 193 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 not supported by the connected AP.


Definition at line 194 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 for username, password, client ID, or topic in MQTT.


Definition at line 196 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)

Invalid WPS PIN.


Definition at line 198 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)

Invalid WPS PIN length.


Definition at line 199 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)

Invalid PMK length.


Definition at line 200 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 201 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 203 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 205 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)

Invalid user store configuration length.


Definition at line 206 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)

Invalid command length (exceeds the number of characters specified in the PRM).


Definition at line 208 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 210 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 provided.


Definition at line 211 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)

Store config profile length error.


Definition at line 212 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 provided.


Definition at line 213 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)

Invalid security mode in join command.


Definition at line 214 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)

Maximum beacon miscount reached: De-authentication due to beacon miss.


Definition at line 216 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 request received from supplicant.


Definition at line 218 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 request received from AP after channel switching.


Definition at line 220 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 222 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 223 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 224 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 225 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 226 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)

The number of clients exceeds the maximum number of supported stations.


Definition at line 227 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)

The specified HT capabilities are not supported.


Definition at line 229 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 is not supported.


Definition at line 231 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, but the protocol is not enabled.


Definition at line 232 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)

Management packet dropped.


Definition at line 234 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)

The current RF mode is invalid.


Definition at line 235 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 is not supported for the specified interface.


Definition at line 236 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 is in a connected state.


Definition at line 238 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)

Channel mismatch between connected AP and station.


Definition at line 240 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 coprocessor error occurred.


Definition at line 242 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 is not supported in the current operating mode.


Definition at line 243 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 channel does not match the connected station channel.


Definition at line 245 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 247 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)

The Bluetooth feature bitmap is invalid.


Definition at line 248 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)

The 4/4 confirmation of the four-way handshake failed.


Definition at line 249 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 is not present in the MAC-based join.


Definition at line 251 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 requires both AP and client to be up for configuration.


Definition at line 253 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 operation is not allowed in flash memory.


Definition at line 255 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 operation is not allowed in RAM.


Definition at line 257 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 an incorrect index.


Definition at line 259 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)

Access Point HT capabilities are not enabled.


Definition at line 261 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)

The specified address family is not supported by the protocol.


Definition at line 262 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)

The provided beacon interval or DTIM period is invalid.


Definition at line 264 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)

The provided configuration range is invalid.


Definition at line 266 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)

The provided configuration type (e.g., RTS threshold) is invalid.


Definition at line 268 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)

An error occurred with the MQTT command.


Definition at line 270 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)

The listen interval in power save mode is greater than that specified in the join command.


Definition at line 271 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)

The WLAN radio has been deregistered.


Definition at line 273 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 authentication failed due to multiple confirm frames received from the Access Point.


Definition at line 274 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)

The Access Point does not support the EC-group set by the station.


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

SL_STATUS_SI91X_NO_11AX_SUPPORT_IN_AP#

#define SL_STATUS_SI91X_NO_11AX_SUPPORT_IN_AP
Value:
  ((sl_status_t)0x1006C)

802.11ax (Wi-Fi 6) is not supported in Access Point mode.


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

SL_STATUS_SI91X_NON_PREF_CHAN_CONFIG_FAILED#

#define SL_STATUS_SI91X_NON_PREF_CHAN_CONFIG_FAILED
Value:
  ((sl_status_t)0x1006D)

Non-preferred channel configuration failed.


Definition at line 280 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)

Error occurs when HE_PARAMS_SUPPORT and SLI_SI91X_ENABLE_TWT_FEATURE macros are not enabled.


Definition at line 282 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)

Error occurs when a TWT config command is issued while there is already an active TWT session.


Definition at line 284 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)

Error occurs when a TWT teardown command is issued with a flow ID that does not match the existing session flow ID.


Definition at line 286 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)

Error occurs when a teardown command is issued while there is no active TWT session.


Definition at line 288 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)

Indicates that a TWT session is not feasible. This error is thrown only when the TWT Auto Selection API is used.


Definition at line 290 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)

Error occurs when the AP does not support TWT information frame reception.


Definition at line 292 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)

Error occurs when there is no active TWT agreement corresponding to the given flow ID.


Definition at line 294 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)

Indicates that a suspend or resume TWT action is currently in progress.


Definition at line 296 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)

Error occurs when TWT information frame packet creation fails in firmware.


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

SL_STATUS_SI91X_INVALID_STATION_TSF#

#define SL_STATUS_SI91X_INVALID_STATION_TSF
Value:
  ((sl_status_t)0x10079)

Error occurs when the station TSF is invalid, typically when the station is not connected or has not received at least one beacon.


Definition at line 300 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)

Error occurs when the server does not support the level of the MQTT protocol requested by the client.


Definition at line 302 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)

Error occurs when the client identifier is correct UTF-8 but is not allowed by the server.


Definition at line 304 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)

Error occurs when the network connection has been made but the MQTT service is unavailable.


Definition at line 306 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 username or password is malformed.


Definition at line 308 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 310 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 311 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_TRANSCEIVER_PEER_DS_FEAT_DISABLED#

#define SL_STATUS_SI91X_TRANSCEIVER_PEER_DS_FEAT_DISABLED
Value:
  ((sl_status_t)0x10096)

Feature to add peers in MAC layer is disabled.


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

SL_STATUS_SI91X_TRANSCEIVER_PEER_ALREADY_EXISTS#

#define SL_STATUS_SI91X_TRANSCEIVER_PEER_ALREADY_EXISTS
Value:
((sl_status_t)0x10097)

Peer already exists in MAC layer.


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

SL_STATUS_SI91X_TRANSCEIVER_MAX_PEER_LIMIT_REACHED#

#define SL_STATUS_SI91X_TRANSCEIVER_MAX_PEER_LIMIT_REACHED
Value:
  ((sl_status_t)0x10098)

Max peer limit reached in MAC layer.


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

SL_STATUS_SI91X_TRANSCEIVER_PEER_NOT_FOUND#

#define SL_STATUS_SI91X_TRANSCEIVER_PEER_NOT_FOUND
Value:
((sl_status_t)0x10099)

Peer not found in MAC layer.


Definition at line 317 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 318 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 320 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 321 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 322 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 323 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 the same filename.


Definition at line 324 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 326 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 327 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 329 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 330 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 332 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 333 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 334 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 336 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 337 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 339 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 340 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 342 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 343 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 345 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 347 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 348 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 350 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 351 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 352 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 353 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 355 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 356 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 358 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 360 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 361 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 362 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 364 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 366 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 367 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 368 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 370 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 371 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 372 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 374 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 375 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 376 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 377 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 378 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 379 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 380 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 381 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 382 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 383 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 384 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 to a non-existing TCP server socket.


Definition at line 385 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 the length of the command (exceeds the number of characters mentioned in the PRM).


Definition at line 387 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 information.


Definition at line 389 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 390 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 available.


Definition at line 391 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 specified.


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

SL_STATUS_SI91X_CORRUPTED_RPS_HEADER#

#define SL_STATUS_SI91X_CORRUPTED_RPS_HEADER
Value:
  ((sl_status_t)0x1BB49)

Corrupted RPS header encountered during firmware update.


Definition at line 393 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 395 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 a connected state. Disconnected from the server. In the case of FTP, the user needs to issue a destroy command after receiving this error.


Definition at line 396 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 or POP3 session got terminated.


Definition at line 398 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 400 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 401 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 402 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 403 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 405 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 406 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 407 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 409 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 410 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 411 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 412 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 413 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 414 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 415 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 416 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 417 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 418 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 419 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 420 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 421 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 422 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 specified for the POP3 mail retrieve command.


Definition at line 423 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 process failed.


Definition at line 425 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 either not connected or has been disconnected from the FTP server.


Definition at line 426 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 still connected and has not been disconnected.


Definition at line 428 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 could not be opened.


Definition at line 430 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 timed out or the FTP file was not closed properly.


Definition at line 431 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 the FTP server was not received.


Definition at line 433 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 the FTP server was not received.


Definition at line 435 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 the FTP server was not received.


Definition at line 437 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 the FTP server was not received.


Definition at line 439 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 the FTP server was not received.


Definition at line 441 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 the FTP server was not received.


Definition at line 443 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 request timed out.


Definition at line 445 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 request failed.


Definition at line 446 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 PUT client request timed out.


Definition at line 447 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 process failed.


Definition at line 448 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 mismatch.


Definition at line 449 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 451 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 453 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 timeout error.


Definition at line 454 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 455 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 timeout error.


Definition at line 457 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 458 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 459 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)

Socket limit exceeded. More than 10 sockets opened.


Definition at line 461 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 463 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 464 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 465 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 467 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)

Invalid or mismatched store configuration profile type.


Definition at line 468 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 470 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_MQTT_KEEP_ALIVE_TERMINATE_ERROR#

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

MQTT remote terminate error due to keep-alive response timeout.


Definition at line 471 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 473 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 474 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 received.


Definition at line 476 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 477 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 the maximum supported stations.


Definition at line 478 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 480 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 481 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 482 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 484 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 486 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 488 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 490 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 the DNS resolution request and response.


Definition at line 492 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)

Invalid input provided in the DNS resolution query.


Definition at line 494 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 496 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 497 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)

Failed to update TCP window.


Definition at line 498 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 499 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 500 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)

WebSocket creation failed.


Definition at line 501 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)

Attempted to connect to a non-existent TCP server socket on the remote side.


Definition at line 502 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)

Attempted to close a non-existent or invalid socket descriptor.


Definition at line 504 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)

The provided socket parameters are invalid.


Definition at line 506 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)

The requested feature is not supported.


Definition at line 508 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)

The socket is already open.


Definition at line 509 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)

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


Definition at line 510 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 the Maximum Segment Size (MSS).


Definition at line 512 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)

Device unable to configure IP address due to an IP conflict.


Definition at line 514 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)

The requested feature is not enabled.


Definition at line 516 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 is not configured in AP mode.


Definition at line 517 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)

Invalid parameters provided for the AP set region command.


Definition at line 518 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 is not supported.


Definition at line 520 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 format is not supported.


Definition at line 521 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)

The specified operating mode is invalid.


Definition at line 522 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 523 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 525 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 exceeds the maximum allowed value.


Definition at line 526 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)

The socket read operation timed out.


Definition at line 528 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)

The command sequence is invalid.


Definition at line 529 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)

The DNS response timed out.


Definition at line 530 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)

Failed to create an HTTP socket.


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

SL_STATUS_SI91X_HTTP_GET_CMD_IN_PROGRESS#

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

An HTTP GET command is currently in progress.


Definition at line 532 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 issued before receiving the response of the previous close command.


Definition at line 534 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 is not enabled.


Definition at line 536 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 538 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 540 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 541 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 the given operating mode.


Definition at line 542 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 the operating mode during auto join/create.


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

SL_STATUS_SI91X_MDNS_COMMAND_NOT_SUPPORTED#

#define SL_STATUS_SI91X_MDNS_COMMAND_NOT_SUPPORTED
Value:
((sl_status_t)0x1FF2B)

The MDNS command type is invalid.


Definition at line 546 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)

The PUF operation is blocked.


Definition at line 547 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)

The PUF activation code is invalid.


Definition at line 548 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)

The PUF input parameters are invalid.


Definition at line 549 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)

The PUF is in an error state.


Definition at line 550 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)

The PUF operation is not allowed.


Definition at line 551 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)

The PUF operation failed.


Definition at line 552 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 is in progress.


Definition at line 553 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)

Received an invalid RSNIE from the AP to the station.


Definition at line 555 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)

Maximum number of invalid SNTP attempts reached.


Definition at line 557 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)

The frequency offset sent is zero.


Definition at line 559 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 560 of file components/common/inc/sl_additional_status.h

SL_STATUS_SI91X_UNKNOWN_HCI_COMMAND#

#define SL_STATUS_SI91X_UNKNOWN_HCI_COMMAND
Value:
(0x4E01)

Unknown HCI command .


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

SL_STATUS_SI91X_UNKNOWN_CONNECTION_IDENTIFIER#

#define SL_STATUS_SI91X_UNKNOWN_CONNECTION_IDENTIFIER
Value:
(0x4E02)

Unknown Connection Identifier .


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

SL_STATUS_SI91X_HARDWARE_FAILURE#

#define SL_STATUS_SI91X_HARDWARE_FAILURE
Value:
(0x4E03)

Hardware failure .


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

SL_STATUS_SI91X_PAGE_TIMEOUT#

#define SL_STATUS_SI91X_PAGE_TIMEOUT
Value:
(0x4E04)

Page timeout .


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

SL_STATUS_SI91X_AUTHENTICATION_FAILURE#

#define SL_STATUS_SI91X_AUTHENTICATION_FAILURE
Value:
(0x4E05)

Authentication failure .


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

SL_STATUS_SI91X_PIN_MISSING#

#define SL_STATUS_SI91X_PIN_MISSING
Value:
(0x4E06)

Pin missing .


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

SL_STATUS_SI91X_MEMORY_CAPACITY_EXCEED#

#define SL_STATUS_SI91X_MEMORY_CAPACITY_EXCEED
Value:
(0x4E07)

Memory capacity exceeded .


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

SL_STATUS_SI91X_CONNECTION_TIMEOUT#

#define SL_STATUS_SI91X_CONNECTION_TIMEOUT
Value:
(0x4E08)

Connection timeout .


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

SL_STATUS_SI91X_CONNECTION_LIMIT_EXCEED#

#define SL_STATUS_SI91X_CONNECTION_LIMIT_EXCEED
Value:
(0x4E09)

Connection limit exceeded .


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

SL_STATUS_SI91X_SCO_LIMIT_EXCEED#

#define SL_STATUS_SI91X_SCO_LIMIT_EXCEED
Value:
(0x4E0A)

SCO limit exceeded .


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

SL_STATUS_SI91X_ACL_CONNECTION_ALREADY_EXIST#

#define SL_STATUS_SI91X_ACL_CONNECTION_ALREADY_EXIST
Value:
(0x4E0B)

ACL Connection already exists .


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

SL_STATUS_SI91X_COMMAND_DISALLOWED#

#define SL_STATUS_SI91X_COMMAND_DISALLOWED
Value:
(0x4E0C)

Command disallowed .


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

SL_STATUS_SI91X_CONNECTION_REJECTED_LIMITED_RESOURCES#

#define SL_STATUS_SI91X_CONNECTION_REJECTED_LIMITED_RESOURCES
Value:
  (0x4E0D)

Connection rejected due to limited resources .


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

SL_STATUS_SI91X_CONNECTION_REJECTED_SECURITY_REASONS#

#define SL_STATUS_SI91X_CONNECTION_REJECTED_SECURITY_REASONS
Value:
(0x4E0E)

Connection rejected due to security reasons .


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

SL_STATUS_SI91X_CONNECTION_REJECTED_FOR_BD_ADDR#

#define SL_STATUS_SI91X_CONNECTION_REJECTED_FOR_BD_ADDR
Value:
(0x4E0F)

Connection rejected for BD address .


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

SL_STATUS_SI91X_CONNECTION_ACCEPT_TIMEOUT#

#define SL_STATUS_SI91X_CONNECTION_ACCEPT_TIMEOUT
Value:
(0x4E10)

Connection accept timeout .


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

SL_STATUS_SI91X_UNSUPPORTED_FEATURE_OR_PARAMETER#

#define SL_STATUS_SI91X_UNSUPPORTED_FEATURE_OR_PARAMETER
Value:
(0x4E11)

Unsupported feature or parameter .


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

SL_STATUS_SI91X_INVALID_HCI_COMMAND_PARAMETER#

#define SL_STATUS_SI91X_INVALID_HCI_COMMAND_PARAMETER
Value:
(0x4E12)

Invalid HCI command parameter .


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

SL_STATUS_SI91X_REMOTE_USER_TERMINATED_CONNECTION#

#define SL_STATUS_SI91X_REMOTE_USER_TERMINATED_CONNECTION
Value:
(0x4E13)

Remote user terminated connection .


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

SL_STATUS_SI91X_REMOTE_DEVICE_TERMINATED_CONNECTION_LOW_RESOURCES#

#define SL_STATUS_SI91X_REMOTE_DEVICE_TERMINATED_CONNECTION_LOW_RESOURCES
Value:
  (0x4E14)

Remote device terminated connection due to low resources .


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

SL_STATUS_SI91X_REMOTE_DEVICE_TERMINATED_CONNECTION_POWER_OFF#

#define SL_STATUS_SI91X_REMOTE_DEVICE_TERMINATED_CONNECTION_POWER_OFF
Value:
  (0x4E15)

Remote device terminated connection due to power off .


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

SL_STATUS_SI91X_LOCAL_DEVICE_TERMINATED_CONNECTION#

#define SL_STATUS_SI91X_LOCAL_DEVICE_TERMINATED_CONNECTION
Value:
(0x4E16)

Local device terminated connection .


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

SL_STATUS_SI91X_REPEATED_ATTEMPTS#

#define SL_STATUS_SI91X_REPEATED_ATTEMPTS
Value:
(0x4E17)

Repeated attempts .


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

SL_STATUS_SI91X_PAIRING_NOT_ALLOWED#

#define SL_STATUS_SI91X_PAIRING_NOT_ALLOWED
Value:
(0x4E18)

Pairing not allowed .


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

SL_STATUS_SI91X_UNKNOWN_LMP_PDU#

#define SL_STATUS_SI91X_UNKNOWN_LMP_PDU
Value:
(0x4E19)

Unknown LMP PDU .


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

SL_STATUS_SI91X_UNSUPPORTED_REMOTE_FEATURE#

#define SL_STATUS_SI91X_UNSUPPORTED_REMOTE_FEATURE
Value:
(0x4E1A)

Unsupported remote feature .


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

SL_STATUS_SI91X_SCO_OFFSET_REJECTED#

#define SL_STATUS_SI91X_SCO_OFFSET_REJECTED
Value:
(0x4E1B)

SCO offset rejected .


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

SL_STATUS_SI91X_SCO_INTERVAL_REJECTED#

#define SL_STATUS_SI91X_SCO_INTERVAL_REJECTED
Value:
(0x4E1C)

SCO interval rejected .


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

SL_STATUS_SI91X_SCO_AIR_MODE_REJECTED#

#define SL_STATUS_SI91X_SCO_AIR_MODE_REJECTED
Value:
(0x4E1D)

SCO Air mode rejected .


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

SL_STATUS_SI91X_INVALID_LMP_PARAMETERS#

#define SL_STATUS_SI91X_INVALID_LMP_PARAMETERS
Value:
(0x4E1E)

Invalid LMP parameters .


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

SL_STATUS_SI91X_UNSPECIFIED#

#define SL_STATUS_SI91X_UNSPECIFIED
Value:
(0x4E1F)

Unspecified .


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

SL_STATUS_SI91X_UNSUPPORTED_LMP_PARAMETER#

#define SL_STATUS_SI91X_UNSUPPORTED_LMP_PARAMETER
Value:
(0x4E20)

Unsupported LMP Parameter .


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

SL_STATUS_SI91X_ROLE_CHANGE_NOT_ALLOWED#

#define SL_STATUS_SI91X_ROLE_CHANGE_NOT_ALLOWED
Value:
(0x4E21)

Role change not allowed .


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

SL_STATUS_SI91X_LMP_RESPONSE_TIMEOUT#

#define SL_STATUS_SI91X_LMP_RESPONSE_TIMEOUT
Value:
(0x4E22)

LMP response timeout .


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

SL_STATUS_SI91X_LMP_TRANSACTION_COLLISION#

#define SL_STATUS_SI91X_LMP_TRANSACTION_COLLISION
Value:
(0x4E23)

LMP transaction collision .


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

SL_STATUS_SI91X_LMP_PDU_NOT_ALLOWED#

#define SL_STATUS_SI91X_LMP_PDU_NOT_ALLOWED
Value:
(0x4E24)

LMP PDU not allowed .


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

SL_STATUS_SI91X_ENCRYPTION_MODE_NOT_ACCEPTABLE#

#define SL_STATUS_SI91X_ENCRYPTION_MODE_NOT_ACCEPTABLE
Value:
(0x4E25)

Encryption mode not acceptable .


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

SL_STATUS_SI91X_LINK_KEY_CANNOT_CHANGE#

#define SL_STATUS_SI91X_LINK_KEY_CANNOT_CHANGE
Value:
(0x4E26)

Link key cannot change .


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

SL_STATUS_SI91X_REQUESTED_QOS_NOT_SUPPORTED#

#define SL_STATUS_SI91X_REQUESTED_QOS_NOT_SUPPORTED
Value:
(0x4E27)

Requested QOS not supported .


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

SL_STATUS_SI91X_INSTANT_PASSED#

#define SL_STATUS_SI91X_INSTANT_PASSED
Value:
(0x4E28)

Instant passed .


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

SL_STATUS_SI91X_PAIRING_WITH_UNIT_KEY_NOT_SUPPORTED#

#define SL_STATUS_SI91X_PAIRING_WITH_UNIT_KEY_NOT_SUPPORTED
Value:
(0x4E29)

Pairing with unit key not supported .


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

SL_STATUS_SI91X_DIFFERENT_TRANSACTION_COLLISION#

#define SL_STATUS_SI91X_DIFFERENT_TRANSACTION_COLLISION
Value:
(0x4E2A)

Different transaction collision .


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

SL_STATUS_SI91X_RESERVED_1#

#define SL_STATUS_SI91X_RESERVED_1
Value:
(0x4E2B)

Reserved 1 .


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

SL_STATUS_SI91X_QOS_PARAMETER_NOT_ACCEPTABLE#

#define SL_STATUS_SI91X_QOS_PARAMETER_NOT_ACCEPTABLE
Value:
(0x4E2C)

QOS parameter not acceptable .


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

SL_STATUS_SI91X_QOS_REJECTED#

#define SL_STATUS_SI91X_QOS_REJECTED
Value:
(0x4E2D)

QOS rejected .


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

SL_STATUS_SI91X_CHANNEL_CLASSIFICATION_NOT_SUPPORTED#

#define SL_STATUS_SI91X_CHANNEL_CLASSIFICATION_NOT_SUPPORTED
Value:
(0x4E2E)

Channel classification not supported .


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

SL_STATUS_SI91X_INSUFFICIENT_SECURITY#

#define SL_STATUS_SI91X_INSUFFICIENT_SECURITY
Value:
(0x4E2F)

Insufficient security .


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

SL_STATUS_SI91X_PARAMETER_OUT_OF_MANDATORY_RANGE#

#define SL_STATUS_SI91X_PARAMETER_OUT_OF_MANDATORY_RANGE
Value:
(0x4E30)

Parameter out of mandatory range .


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

SL_STATUS_SI91X_RESERVED_2#

#define SL_STATUS_SI91X_RESERVED_2
Value:
(0x4E31)

Reserved 2 .


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

SL_STATUS_SI91X_ROLE_SWITCH_PENDING#

#define SL_STATUS_SI91X_ROLE_SWITCH_PENDING
Value:
(0x4E32)

Role switch pending .


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

SL_STATUS_SI91X_RESERVED_3#

#define SL_STATUS_SI91X_RESERVED_3
Value:
(0x4E33)

Reserved 3 .


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

SL_STATUS_SI91X_RESERVED_SLOT_VIOLATION#

#define SL_STATUS_SI91X_RESERVED_SLOT_VIOLATION
Value:
(0x4E34)

Reserved slot violation .


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

SL_STATUS_SI91X_ROLE_SWITCH_FAILED#

#define SL_STATUS_SI91X_ROLE_SWITCH_FAILED
Value:
(0x4E35)

Role switch failed .


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

SL_STATUS_SI91X_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE#

#define SL_STATUS_SI91X_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE
Value:
(0x4E36)

Extended Inquiry Response too large .


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

SL_STATUS_SI91X_EXTENDED_SECURE_SIMPLE_PAIRING_NOT_SUPPORTED#

#define SL_STATUS_SI91X_EXTENDED_SECURE_SIMPLE_PAIRING_NOT_SUPPORTED
Value:
(0x4E37)

Extended SSP not supported .


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

SL_STATUS_SI91X_HOST_BUSY_PAIRING#

#define SL_STATUS_SI91X_HOST_BUSY_PAIRING
Value:
(0X4E38)

Host busy pairing .


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

SL_STATUS_SI91X_PINCODE_REPLY_FOR_WRONG_BD_ADDRESS#

#define SL_STATUS_SI91X_PINCODE_REPLY_FOR_WRONG_BD_ADDRESS
Value:
(0x4E39)

Wrong BD Address .


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

SL_STATUS_SI91X_CONNECTION_FAILED_ESTABLISHED#

#define SL_STATUS_SI91X_CONNECTION_FAILED_ESTABLISHED
Value:
(0x4E3E)

Connection Failed to be Established .


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

SL_STATUS_SI91X_INVALID_GAIN_TABLE_PAYLOAD_LENGTH#

#define SL_STATUS_SI91X_INVALID_GAIN_TABLE_PAYLOAD_LENGTH
Value:
(0x4F01)

Invalid Gain table payload length .


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

SL_STATUS_SI91X_INVALID_REGION#

#define SL_STATUS_SI91X_INVALID_REGION
Value:
(0x4F02)

Invalid Region .


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

SL_STATUS_SI91X_INVALID_GAIN_TABLE_OFFSET_REQUEST_TYPE#

#define SL_STATUS_SI91X_INVALID_GAIN_TABLE_OFFSET_REQUEST_TYPE
Value:
(0x4F03)

Invalid Gain Table offset request type .


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

SL_STATUS_SI91X_INVALID_NODE_ID#

#define SL_STATUS_SI91X_INVALID_NODE_ID
Value:
(0x4F04)

Invalid Node ID .


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

SL_STATUS_SI91X_BT_INVALID_COMMAND#

#define SL_STATUS_SI91X_BT_INVALID_COMMAND
Value:
(0x4FF8)

BT Invalid Command .


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

SL_STATUS_SI91X_INVALID_ARGS#

#define SL_STATUS_SI91X_INVALID_ARGS
Value:
(0x0101)

Invalid Args .


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

SL_STATUS_SI91X_UNKNOWN#

#define SL_STATUS_SI91X_UNKNOWN
Value:
(0x0102)

Unknown .


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

SL_STATUS_SI91X_FIRMWARE_TIMEOUT#

#define SL_STATUS_SI91X_FIRMWARE_TIMEOUT
Value:
(0x0103)

Firmware Timeout .


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

SL_STATUS_SI91X_MEMORY_ALLOC_FAIL#

#define SL_STATUS_SI91X_MEMORY_ALLOC_FAIL
Value:
(0x0104)

Memory alloc fail .


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

SL_STATUS_SI91X_IO_FAIL#

#define SL_STATUS_SI91X_IO_FAIL
Value:
(0x0106)

I/O fail .


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

SL_STATUS_SI91X_UNSUPPORTED#

#define SL_STATUS_SI91X_UNSUPPORTED
Value:
(0x0108)

Unsupported .


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

SL_STATUS_SI91X_SHORT_BUF#

#define SL_STATUS_SI91X_SHORT_BUF
Value:
(0x0109)

Short buf .


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

SL_STATUS_SI91X_BUF_OVERFLOW#

#define SL_STATUS_SI91X_BUF_OVERFLOW
Value:
(0x010A)

Buf overflow .


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

SL_STATUS_SI91X_TOO_LARGE_BUF#

#define SL_STATUS_SI91X_TOO_LARGE_BUF
Value:
(0x010B)

Too large buf .


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

SL_STATUS_SI91X_I_O_ABORT#

#define SL_STATUS_SI91X_I_O_ABORT
Value:
(0x010C)

I/O abort .


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

SL_STATUS_SI91X_OPEN_FAIL#

#define SL_STATUS_SI91X_OPEN_FAIL
Value:
(0x010D)

File open fail .


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

SL_STATUS_SI91X_OS_TASK_INVALID_PRIORITY#

#define SL_STATUS_SI91X_OS_TASK_INVALID_PRIORITY
Value:
(0x1010)

OS task invalid priority .


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

SL_STATUS_SI91X_OS_TASK_PRIO_EXISTS#

#define SL_STATUS_SI91X_OS_TASK_PRIO_EXISTS
Value:
(0x1011)

OS task prio exists .


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

SL_STATUS_SI91X_OS_TASK_NOT_STOPPED#

#define SL_STATUS_SI91X_OS_TASK_NOT_STOPPED
Value:
(0x1012)

OS task not stopped .


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

SL_STATUS_SI91X_OS_SEM_MAX_VALUE#

#define SL_STATUS_SI91X_OS_SEM_MAX_VALUE
Value:
(0x1020)

OS sem max value .


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

SL_STATUS_SI91X_OS_SEM_NOT_AVAILABLE#

#define SL_STATUS_SI91X_OS_SEM_NOT_AVAILABLE
Value:
(0x1021)

OS sem not available .


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

SL_STATUS_SI91X_OS_SEM_RESET#

#define SL_STATUS_SI91X_OS_SEM_RESET
Value:
(0x1022)

OS sem reset .


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

SL_STATUS_SI91X_OS_MUTEX_NOT_OWNER#

#define SL_STATUS_SI91X_OS_MUTEX_NOT_OWNER
Value:
(0x1030)

OS mutex not owner .


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

SL_STATUS_SI91X_OS_MUTEX_NOT_LOCKED#

#define SL_STATUS_SI91X_OS_MUTEX_NOT_LOCKED
Value:
(0x1031)

OS mutex not locked .


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

SL_STATUS_SI91X_OS_MUTEX_LOCK_FAILED#

#define SL_STATUS_SI91X_OS_MUTEX_LOCK_FAILED
Value:
(0x1032)

OS mutex lock failed .


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

SL_STATUS_SI91X_OS_MUTEX_TRY_LOCK_FAILED#

#define SL_STATUS_SI91X_OS_MUTEX_TRY_LOCK_FAILED
Value:
(0x1033)

OS mutex try lock failed .


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

SL_STATUS_SI91X_OS_MSG_QUEUE_FULL#

#define SL_STATUS_SI91X_OS_MSG_QUEUE_FULL
Value:
(0x1040)

OS msg queue full .


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

SL_STATUS_SI91X_OS_MESSAGE_QUEUE_EMPTY#

#define SL_STATUS_SI91X_OS_MESSAGE_QUEUE_EMPTY
Value:
(0x1041)

OS message queue empty .


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

SL_STATUS_SI91X_PIPE_EMPTY#

#define SL_STATUS_SI91X_PIPE_EMPTY
Value:
(0x1050)

Pipe empty .


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

SL_STATUS_SI91X_PIPE_FULL#

#define SL_STATUS_SI91X_PIPE_FULL
Value:
(0x1051)

Pipe full .


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

SL_STATUS_SI91X_INVALID_LEN#

#define SL_STATUS_SI91X_INVALID_LEN
Value:
(0x1052)

Invalid len .


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

SL_STATUS_SI91X_PIPE_READ_IN_USE#

#define SL_STATUS_SI91X_PIPE_READ_IN_USE
Value:
(0x1053)

Pipe read in use .


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

SL_STATUS_SI91X_PIPE_WRITE_IN_USE#

#define SL_STATUS_SI91X_PIPE_WRITE_IN_USE
Value:
(0x1054)

Pipe write in use .


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

SL_STATUS_SI91X_OS_TIMER_EXPIRED#

#define SL_STATUS_SI91X_OS_TIMER_EXPIRED
Value:
(0x1060)

OS timer expired .


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

SL_STATUS_SI91X_OS_TIMER_STATE_RUNNING#

#define SL_STATUS_SI91X_OS_TIMER_STATE_RUNNING
Value:
(0x1061)

OS timer state running .


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

SL_STATUS_SI91X_OS_CANNOT_WAIT#

#define SL_STATUS_SI91X_OS_CANNOT_WAIT
Value:
(0x1070)

OS cannot wait .


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

SL_STATUS_SI91X_OS_MEM_POOL_EMPTY#

#define SL_STATUS_SI91X_OS_MEM_POOL_EMPTY
Value:
(0x1080)

OS mem pool empty .


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

SL_STATUS_SI91X_OS_MEM_POOL_SIZE_SHORT#

#define SL_STATUS_SI91X_OS_MEM_POOL_SIZE_SHORT
Value:
(0x1081)

OS mem pool size short .


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

SL_STATUS_SI91X_DIRECTED_ADVERTISING_TIMEOUT#

#define SL_STATUS_SI91X_DIRECTED_ADVERTISING_TIMEOUT
Value:
(0x4E3C)

Directed Advertising Timeout .


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

SL_STATUS_SI91X_CONNECTION_TERMINATED_DUE_TO_MIC_FAILURE#

#define SL_STATUS_SI91X_CONNECTION_TERMINATED_DUE_TO_MIC_FAILURE
Value:
  (0x4E3D)

Connection terminated due to MIC failure .


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

SL_STATUS_SI91X_INVALID_HANDLE_RANGE#

#define SL_STATUS_SI91X_INVALID_HANDLE_RANGE
Value:
(0x4E60)

Invalid Handle Range .


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

SL_STATUS_SI91X_MEMORY_IS_NOT_SUFFICIENT#

#define SL_STATUS_SI91X_MEMORY_IS_NOT_SUFFICIENT
Value:
(0x4E61)

Memory is not sufficient .


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

SL_STATUS_SI91X_INVALID_PARAMETERS#

#define SL_STATUS_SI91X_INVALID_PARAMETERS
Value:
(0x4E62)

Invalid Parameters .


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

SL_STATUS_SI91X_BLE_BUFFER_COUNT_EXCEEDED#

#define SL_STATUS_SI91X_BLE_BUFFER_COUNT_EXCEEDED
Value:
(0x4E63)

BLE Buffer Count Exceeded .


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

SL_STATUS_SI91X_BLE_BUFFER_ALREADY_IN_USE#

#define SL_STATUS_SI91X_BLE_BUFFER_ALREADY_IN_USE
Value:
(0x4E64)

BLE Buffer already in use .


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

SL_STATUS_SI91X_INVALID_ATTRIBUTE_LENGTH#

#define SL_STATUS_SI91X_INVALID_ATTRIBUTE_LENGTH
Value:
  (0x4E65)

Invalid Attribute Length When Small Buffer Mode is Configured .


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

SL_STATUS_SI91X_INVALID_NAME_LENGTH#

#define SL_STATUS_SI91X_INVALID_NAME_LENGTH
Value:
(0x4E66)

Invalid Name length when set to more than 16 bytes .


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

SL_STATUS_SI91X_INVALID_HANDLE#

#define SL_STATUS_SI91X_INVALID_HANDLE
Value:
(0x4A01)

Invalid Handle .


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

SL_STATUS_SI91X_READ_NOT_PERMITTED#

#define SL_STATUS_SI91X_READ_NOT_PERMITTED
Value:
(0x4A02)

Read not permitted .


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

SL_STATUS_SI91X_WRITE_NOT_PERMITTED#

#define SL_STATUS_SI91X_WRITE_NOT_PERMITTED
Value:
(0x4A03)

Write not permitted .


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

SL_STATUS_SI91X_INVALID_PDU#

#define SL_STATUS_SI91X_INVALID_PDU
Value:
(0x4A04)

Invalid PDU .


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

SL_STATUS_SI91X_INSUFFICIENT_AUTHENTICATION#

#define SL_STATUS_SI91X_INSUFFICIENT_AUTHENTICATION
Value:
(0x4A05)

Insufficient authentication .


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

SL_STATUS_SI91X_REQUEST_NOT_SUPPORTED#

#define SL_STATUS_SI91X_REQUEST_NOT_SUPPORTED
Value:
(0x4A06)

Request not supported .


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

SL_STATUS_SI91X_INVALID_OFFSET#

#define SL_STATUS_SI91X_INVALID_OFFSET
Value:
(0x4A07)

Invalid offset .


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

SL_STATUS_SI91X_INSUFFICIENTA_UTHORIZATION#

#define SL_STATUS_SI91X_INSUFFICIENTA_UTHORIZATION
Value:
(0x4A08)

Insufficient authorization .


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

SL_STATUS_SI91X_PREPARE_QUEUE_FULL#

#define SL_STATUS_SI91X_PREPARE_QUEUE_FULL
Value:
(0x4A09)

Prepare queue full .


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

SL_STATUS_SI91X_ATTRIBUTE_NOT_FOUND#

#define SL_STATUS_SI91X_ATTRIBUTE_NOT_FOUND
Value:
(0x4A0A)

Attribute not found .


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

SL_STATUS_SI91X_ATTRIBUTE_NOT_LONG#

#define SL_STATUS_SI91X_ATTRIBUTE_NOT_LONG
Value:
(0x4A0B)

Attribute not Long .


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

SL_STATUS_SI91X_INSUFFICIENT_ENCRYPTION_KEY_SIZE#

#define SL_STATUS_SI91X_INSUFFICIENT_ENCRYPTION_KEY_SIZE
Value:
(0x4A0C)

Insufficient encryption key size .


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

SL_STATUS_SI91X_INVALID_ATTRIBUTE_VALUE_LENGTH#

#define SL_STATUS_SI91X_INVALID_ATTRIBUTE_VALUE_LENGTH
Value:
(0x4A0D)

Invalid attribute value length .


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

SL_STATUS_SI91X_UNLIKELY_ERROR#

#define SL_STATUS_SI91X_UNLIKELY_ERROR
Value:
(0x4A0E)

Unlikely error .


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

SL_STATUS_SI91X_INSUFFICIENT_ENCRYPTION#

#define SL_STATUS_SI91X_INSUFFICIENT_ENCRYPTION
Value:
(0x4A0F)

Insufficient encryption .


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

SL_STATUS_SI91X_UNSUPPORTED_GROUP_TYPE#

#define SL_STATUS_SI91X_UNSUPPORTED_GROUP_TYPE
Value:
(0x4A10)

Unsupported group type .


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

SL_STATUS_SI91X_INSUFFICIENT_RESOURCES#

#define SL_STATUS_SI91X_INSUFFICIENT_RESOURCES
Value:
(0x4A11)

Insufficient resources .


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

SL_STATUS_SI91X_GATT_TIMEOUT#

#define SL_STATUS_SI91X_GATT_TIMEOUT
Value:
(0x4A80)

GATT Timeout .


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

SL_STATUS_SI91X_DATA_MAINTAINED_IN_HOST#

#define SL_STATUS_SI91X_DATA_MAINTAINED_IN_HOST
Value:
(0x4AFF)

Data Maintained in Host .


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

SL_STATUS_SI91X_SMP_PASSKEY_ENTRY_FAILED#

#define SL_STATUS_SI91X_SMP_PASSKEY_ENTRY_FAILED
Value:
(0x4B01)

SMP Passkey entry failed .


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

SL_STATUS_SI91X_SMP_OOB_NOT_AVAILABLE#

#define SL_STATUS_SI91X_SMP_OOB_NOT_AVAILABLE
Value:
(0x4B02)

SMP OOB not available .


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

SL_STATUS_SI91X_SMP_AUTHENTICATION_REQUIREMENTS#

#define SL_STATUS_SI91X_SMP_AUTHENTICATION_REQUIREMENTS
Value:
(0x4B03)

SMP Authentication Requirements .


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

SL_STATUS_SI91X_SMP_CONFIRM_VALUE_FAILED#

#define SL_STATUS_SI91X_SMP_CONFIRM_VALUE_FAILED
Value:
(0x4B04)

SMP confirm value failed .


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

SL_STATUS_SI91X_SMP_PAIRING_NOT_SUPPORTED#

#define SL_STATUS_SI91X_SMP_PAIRING_NOT_SUPPORTED
Value:
(0x4B05)

SMP Pairing not supported .


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

SL_STATUS_SI91X_SMP_ENCRYPTION_KEY_SIZE_INSUFFICIENT#

#define SL_STATUS_SI91X_SMP_ENCRYPTION_KEY_SIZE_INSUFFICIENT
Value:
(0x4B06)

SMP Encryption key size insufficient .


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

SL_STATUS_SI91X_SMP_COMMAND_NOT_SUPPORTED#

#define SL_STATUS_SI91X_SMP_COMMAND_NOT_SUPPORTED
Value:
(0x4B07)

SMP command not supported .


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

SL_STATUS_SI91X_SMP_PAIRING_FAILED#

#define SL_STATUS_SI91X_SMP_PAIRING_FAILED
Value:
(0x4B08)

SMP pairing failed .


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

SL_STATUS_SI91X_SMP_REPEATED_ATTEMPTS#

#define SL_STATUS_SI91X_SMP_REPEATED_ATTEMPTS
Value:
(0x4B09)

SMP repeated attempts .


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

SL_STATUS_SI91X_SMP_INVALID_PARAMETERS#

#define SL_STATUS_SI91X_SMP_INVALID_PARAMETERS
Value:
(0x4B0A)

SMP Invalid parameters .


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

SL_STATUS_SI91X_SMP_DH_KEY_CHECK_FAILED#

#define SL_STATUS_SI91X_SMP_DH_KEY_CHECK_FAILED
Value:
(0x4B0B)

SMP DH Key check failed .


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

SL_STATUS_SI91X_SMP_NUMERIC_COMPARISON_FAILED#

#define SL_STATUS_SI91X_SMP_NUMERIC_COMPARISON_FAILED
Value:
(0x4B0C)

SMP Numeric Comparison Failed .


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

SL_STATUS_SI91X_SMP_INVALID_KEYS_GENERATED#

#define SL_STATUS_SI91X_SMP_INVALID_KEYS_GENERATED
Value:
(0x4BFD)

SMP Invalid Keys Generated .


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

SL_STATUS_SI91X_SMP_IDENTICAL_PUBLIC_KEY#

#define SL_STATUS_SI91X_SMP_IDENTICAL_PUBLIC_KEY
Value:
(0x4BFE)

SMP Identical Public Key .


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

SL_STATUS_SI91X_PSM_CONN_FAILED#

#define SL_STATUS_SI91X_PSM_CONN_FAILED
Value:
(0x4C02)

PSM Conn Failed .


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

SL_STATUS_SI91X_BLE_REMOTE_DEVICE_FOUND#

#define SL_STATUS_SI91X_BLE_REMOTE_DEVICE_FOUND
Value:
(0x4D00)

BLE Remote device found .


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

SL_STATUS_SI91X_BLE_REMOTE_DEVICE_NOT_FOUND#

#define SL_STATUS_SI91X_BLE_REMOTE_DEVICE_NOT_FOUND
Value:
(0x4D01)

BLE Remote device not found .


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

SL_STATUS_SI91X_BLE_REMOTE_DEVICE_STRUCTURE_FULL#

#define SL_STATUS_SI91X_BLE_REMOTE_DEVICE_STRUCTURE_FULL
Value:
(0x4D02)

BLE Remote device structure full .


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

SL_STATUS_SI91X_UNABLE_TO_CHANGE_STATE#

#define SL_STATUS_SI91X_UNABLE_TO_CHANGE_STATE
Value:
(0x4D03)

Unable to change state .


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

SL_STATUS_SI91X_BLE_NOT_CONNECTED#

#define SL_STATUS_SI91X_BLE_NOT_CONNECTED
Value:
(0x4D04)

BLE not Connected .


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

SL_STATUS_SI91X_BLE_SOCKET_NOT_AVAILABLE#

#define SL_STATUS_SI91X_BLE_SOCKET_NOT_AVAILABLE
Value:
(0x4D05)

BLE socket not available. .


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

SL_STATUS_SI91X_ATTRIBUTE_RECORD_NOT_FOUND#

#define SL_STATUS_SI91X_ATTRIBUTE_RECORD_NOT_FOUND
Value:
(0x4D06)

Attribute record not found .


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

SL_STATUS_SI91X_ATTRIBUTE_ENTRY_NOT_FOUND#

#define SL_STATUS_SI91X_ATTRIBUTE_ENTRY_NOT_FOUND
Value:
(0x4D07)

Attribute entry not found .


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

SL_STATUS_SI91X_PROFILE_RECORD_FULL#

#define SL_STATUS_SI91X_PROFILE_RECORD_FULL
Value:
(0x4D08)

Profile record full .


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

SL_STATUS_SI91X_ATTRIBUTE_RECORD_FULL#

#define SL_STATUS_SI91X_ATTRIBUTE_RECORD_FULL
Value:
(0x4D09)

Attribute record full .


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

SL_STATUS_SI91X_BLE_PROFILE_HANDLER_INVALID#

#define SL_STATUS_SI91X_BLE_PROFILE_HANDLER_INVALID
Value:
(0x4D0A)

BLE profile not found(profile handler invalid) .


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

SL_STATUS_SI91X_BLE_ATTRIBUTE_BUFFER_FULL#

#define SL_STATUS_SI91X_BLE_ATTRIBUTE_BUFFER_FULL
Value:
(0x4D0B)

BLE Attribute Buffer Full .


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

SL_STATUS_SI91X_BLE_CONNECTION_SOCK_NOT_AVAILABLE#

#define SL_STATUS_SI91X_BLE_CONNECTION_SOCK_NOT_AVAILABLE
Value:
(0x4D10)

BLE Connection Sock not Available .


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

SL_STATUS_SI91X_BLE_REMOTE_CREDITS_NOT_AVAILABLE#

#define SL_STATUS_SI91X_BLE_REMOTE_CREDITS_NOT_AVAILABLE
Value:
(0x4D11)

BLE Remote Credits not Available .


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

SL_STATUS_SI91X_PARAMETER_OUTOFF_MANADATORY_RANGE#

#define SL_STATUS_SI91X_PARAMETER_OUTOFF_MANADATORY_RANGE
Value:
(0x4D14)

Parameter is outoff the manadatory range .


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