Home
last modified time | relevance | path

Searched refs:sl_si91x_packet_t (Results 1 – 20 of 20) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c152 static sli_si91x_socket_t *get_socket_from_packet(sl_si91x_packet_t *socket_packet);
206 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(response_buffer, 0, NULL); in sli_handle_dhcp_and_rejoin_failure()
232 sl_si91x_packet_t *dummy_packet = sl_si91x_host_get_buffer_data(dummy_packet_buffer, 0, NULL); in sli_handle_dhcp_and_rejoin_failure()
259 sl_si91x_packet_t *packet = NULL; in si91x_event_handler_thread()
301 packet = (sl_si91x_packet_t *)sl_si91x_host_get_buffer_data(data->host_packet, 0, NULL); in si91x_event_handler_thread()
319 packet = (sl_si91x_packet_t *)sl_si91x_host_get_buffer_data(data->host_packet, 0, NULL); in si91x_event_handler_thread()
339 packet = (sl_si91x_packet_t *)sl_si91x_host_get_buffer_data(buffer, 0, NULL); in si91x_event_handler_thread()
473 const sl_si91x_packet_t *response = (const sl_si91x_packet_t *)data;
1020 sl_si91x_packet_t *socket_packet = (sl_si91x_packet_t *)data;
1178sl_si91x_packet_t *get_response_packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL);
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c725 const sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL); in sl_si91x_get_flash_efuse_data()
749 sl_si91x_packet_t *packet; in sl_si91x_driver_raw_send_command()
755 sizeof(sl_si91x_packet_t) + data_length, in sl_si91x_driver_raw_send_command()
782 sl_si91x_packet_t *packet; in sl_si91x_driver_send_socket_data()
797 … sizeof(sl_si91x_packet_t) + sizeof(sli_si91x_socket_send_request_t) + header_length + data_length, in sl_si91x_driver_send_socket_data()
830 sl_si91x_packet_t *packet; in sl_si91x_custom_driver_send_command()
841 sizeof(sl_si91x_packet_t) + data_length, in sl_si91x_custom_driver_send_command()
868 sl_si91x_packet_t *packet; in sl_si91x_driver_send_command()
879 sizeof(sl_si91x_packet_t) + data_length, in sl_si91x_driver_send_command()
908 sl_si91x_packet_t *packet; in sl_si91x_driver_send_side_band_crypto()
[all …]
Dsl_rsi_utility.c465 void sli_handle_wifi_beacon(sl_si91x_packet_t *packet) in sli_handle_wifi_beacon()
1289 sizeof(sl_si91x_packet_t), in sli_si91x_flush_queue_based_on_type()
1298 sl_si91x_packet_t *dummy_packet = sl_si91x_host_get_buffer_data(dummy_packet_buffer, 0, NULL); in sli_si91x_flush_queue_based_on_type()
1467 length = sizeof(sl_si91x_packet_t) + sizeof(sl_si91x_socket_close_response_t); in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1469 length = sizeof(sl_si91x_packet_t); in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1483sl_si91x_packet_t *si91x_packet = (sl_si91x_packet_t *)sl_si91x_host_get_buffer_data(host_packet, … in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1561 … sizeof(sl_si91x_packet_t) + sizeof(sl_si91x_socket_close_response_t), in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1570 sl_si91x_packet_t *si91x_packet = in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1571 (sl_si91x_packet_t *)sl_si91x_host_get_buffer_data(queue_node->host_packet, 0, NULL); in sli_si91x_flush_socket_command_queues_based_on_queue_type()
1580 sl_si91x_packet_t *si91x_packet = in sli_si91x_flush_socket_command_queues_based_on_queue_type()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c449 sl_si91x_packet_t *packet = (sl_si91x_packet_t *)buffer->data; in sli_get_socket_command_from_host_packet()
471 sl_si91x_packet_t *packet = NULL; in create_and_send_socket_request()
718 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(response, 0, NULL); in sli_si91x_accept()
792 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(response_buffer, 0, NULL); in sli_si91x_shutdown()
819 sl_si91x_packet_t *rx_packet) in si91x_socket_event_handler()
971 sl_si91x_packet_t *packet; in sli_si91x_send_socket_command()
980 sizeof(sl_si91x_packet_t) + data_length, in sli_si91x_send_socket_command()
1067sl_si91x_packet_t *packet = (sl_si91x_packet_t *)sl_si91x_host_get_buffer_data(*response_buffer, 0… in sli_si91x_send_socket_command()
1087 sl_si91x_packet_t *packet; in sli_si91x_send_socket_data()
1110 … sizeof(sl_si91x_packet_t) + sizeof(sli_si91x_socket_send_request_t) + header_length + data_length, in sli_si91x_send_socket_data()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_net_si91x_integration_handler.c73sl_si91x_packet_t *raw_rx_packet = sl_si91x_host_get_buffer_data(mqtt_asyn_packet->host_packet, 0,… in handle_mqtt_client_asynch_events()
149 void sl_net_si91x_event_dispatch_handler(sli_si91x_queue_packet_t *data, sl_si91x_packet_t *packet) in sl_net_si91x_event_dispatch_handler()
183 sl_si91x_packet_t *raw_rx_packet = packet; in sl_net_si91x_event_dispatch_handler()
Dsl_net_si91x_callback_framework.c47sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL); in sl_si91x_default_handler()
Dsl_si91x_net_internal_stack.c57 sl_si91x_packet_t *packet; in sli_si91x_configure_ip_address()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/src/
Dsl_si91x_bus.c72 sl_si91x_packet_t *packet; in sli_si91x_submit_rx_pkt()
124 sl_status_t sl_si91x_bus_write_frame(sl_si91x_packet_t *packet, const uint8_t *payloadparam, uint16… in sl_si91x_bus_write_frame()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_bt_ble.c65 sl_si91x_packet_t *pkt,
69 uint16_t rsi_bt_prepare_common_pkt(uint16_t cmd_type, void *cmd_struct, sl_si91x_packet_t *pkt);
70 uint16_t rsi_bt_prepare_le_pkt(uint16_t cmd_type, void *cmd_struct, sl_si91x_packet_t *pkt);
211 void rsi_bt_common_tx_done(sl_si91x_packet_t *pkt) in rsi_bt_common_tx_done()
391 sl_si91x_packet_t *pkt, in rsi_driver_process_bt_resp()
497 sl_si91x_packet_t *pkt = (sl_si91x_packet_t *)rx_pkt; in rsi_driver_process_bt_resp_handler()
1421 uint16_t rsi_bt_prepare_common_pkt(uint16_t cmd_type, void *cmd_struct, sl_si91x_packet_t *pkt) in rsi_bt_prepare_common_pkt()
1533 uint16_t rsi_bt_prepare_le_pkt(uint16_t cmd_type, void *cmd_struct, sl_si91x_packet_t *pkt) in rsi_bt_prepare_le_pkt()
2103 sl_si91x_packet_t *pkt = NULL; in rsi_bt_driver_send_cmd()
2147 sizeof(sl_si91x_packet_t) + RSI_BT_COMMON_CMD_LEN, in rsi_bt_driver_send_cmd()
[all …]
/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c335 sl_si91x_packet_t *packet; in sl_wifi_wait_for_scan_results()
476 sl_si91x_packet_t *packet = NULL; in sl_wifi_connect()
722 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL); in sl_wifi_get_signal_strength()
759 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL); in sl_wifi_get_sta_tsf()
805 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL); in sl_wifi_get_mac_address()
864 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL); in sl_wifi_get_channel()
932 sl_si91x_packet_t *join_response = NULL; in sl_wifi_start_ap()
1051 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL); in sl_wifi_get_pairwise_master_key()
1119 sl_si91x_packet_t *packet; in sl_wifi_get_ap_client_info()
1199 sl_si91x_packet_t *packet = sl_si91x_host_get_buffer_data(buffer, 0, NULL); in sl_wifi_get_wireless_info()
[all …]
/hal_silabs-latest/wiseconnect/components/protocol/wifi/src/
Dsl_wifi_callback_framework.c70sl_si91x_packet_t *packet = (sl_si91x_packet_t *)sl_si91x_host_get_buffer_data((sl_wifi_buffer_t *… in sl_wifi_default_event_handler()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_rsi_utility.h80 void sli_handle_wifi_beacon(sl_si91x_packet_t *packet);
348 sl_status_t sl_si91x_bus_write_frame(sl_si91x_packet_t *packet, const uint8_t *payloadparam, uint16…
Dsl_si91x_core_utilities.h41 static inline uint16_t get_si91x_frame_status(const sl_si91x_packet_t *packet) in get_si91x_frame_status()
Dsl_si91x_types.h205 } sl_si91x_packet_t; typedef
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_callback_framework.h50 sl_si91x_packet_t *rx_packet);
Dsl_si91x_socket_utility.h234 int sli_si91x_get_socket_id(sl_si91x_packet_t *packet);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/inc/
Dsl_net_si91x_integration_handler.h35 void sl_net_si91x_event_dispatch_handler(sli_si91x_queue_packet_t *data, sl_si91x_packet_t *packet);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_bt_common.h521 void rsi_bt_common_tx_done(sl_si91x_packet_t *pkt);
/hal_silabs-latest/wiseconnect/components/service/network_manager/si91x/
Dsl_net_si91x.c232 sl_si91x_packet_t *packet; in sl_net_dns_resolve_hostname()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/src/
Dsl_si91x_socket.c463 sl_si91x_packet_t *packet = NULL; in sl_si91x_recvfrom()