Home
last modified time | relevance | path

Searched refs:host_length (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_types.h218 uint8_t host_length; ///< Length of WebSocket host name member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c279 if (si91x_bsd_socket->websocket_info && si91x_bsd_socket->websocket_info->host_length > 0) { in sli_si91x_handle_websocket()
282 si91x_bsd_socket->websocket_info->host_length); in sli_si91x_handle_websocket()
283 …socket_create_request->webs_host_name[si91x_bsd_socket->websocket_info->host_length] = '\0'; // Nu… in sli_si91x_handle_websocket()
289 … si91x_bsd_socket->websocket_info->websocket_data + si91x_bsd_socket->websocket_info->host_length, in sli_si91x_handle_websocket()