Searched refs:rx_packet (Results 1 – 2 of 2) sorted by relevance
819 sl_si91x_packet_t *rx_packet) in si91x_socket_event_handler() argument824 if (rx_packet->command == RSI_WLAN_REQ_SOCKET_ACCEPT) { in si91x_socket_event_handler()825 const sl_si91x_rsp_ltcp_est_t *accept_response = (sl_si91x_rsp_ltcp_est_t *)rx_packet->data; in si91x_socket_event_handler()845 else if (rx_packet->command == RSI_WLAN_RSP_REMOTE_TERMINATE) { in si91x_socket_event_handler()847 …cket_close_response_t *remote_socket_closure = (sl_si91x_socket_close_response_t *)rx_packet->data; in si91x_socket_event_handler()856 uint16_t frame_status = get_si91x_frame_status(rx_packet); in si91x_socket_event_handler()867 } else if (rx_packet->command == RSI_RECEIVE_RAW_DATA) { in si91x_socket_event_handler()869 …_si91x_socket_metadata_t *firmware_socket_response = (sl_si91x_socket_metadata_t *)rx_packet->data; in si91x_socket_event_handler()870 …uint8_t *data = (rx_packet->data + firmware_socket_re… in si91x_socket_event_handler()892 } else if (rx_packet->command == RSI_WLAN_RSP_SELECT_REQUEST) { in si91x_socket_event_handler()[all …]
50 sl_si91x_packet_t *rx_packet);