Home
last modified time | relevance | path

Searched refs:response_buffer (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c789 sl_wifi_buffer_t *response_buffer = node->host_packet; in sli_si91x_shutdown() local
792 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(response_buffer, 0, NULL); in sli_si91x_shutdown()
797 sl_si91x_host_free_buffer(response_buffer); in sli_si91x_shutdown()
812 sl_si91x_host_free_buffer(response_buffer); in sli_si91x_shutdown()
967 sl_wifi_buffer_t **response_buffer) in sli_si91x_send_socket_command() argument
1007 packet->unused[SLI_SI91X_COMMAND_FLAGS_INDEX] |= (response_buffer == NULL) ? (1 << 1) : 0; in sli_si91x_send_socket_command()
1063 response_buffer); in sli_si91x_send_socket_command()
1067 …x_packet_t *packet = (sl_si91x_packet_t *)sl_si91x_host_get_buffer_data(*response_buffer, 0, NULL); in sli_si91x_send_socket_command()
1073 (sli_si91x_queue_packet_t *)sl_si91x_host_get_buffer_data(*response_buffer, 0, NULL); in sli_si91x_send_socket_command()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_utility.h232 sl_wifi_buffer_t **response_buffer);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c199 void sli_handle_dhcp_and_rejoin_failure(void *sdk_context, sl_wifi_buffer_t *response_buffer, uint1… in sli_handle_dhcp_and_rejoin_failure() argument
206 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(response_buffer, 0, NULL); in sli_handle_dhcp_and_rejoin_failure()