Home
last modified time | relevance | path

Searched refs:SI91X_NETWORK_CMD (Results 1 – 7 of 7) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c76 #define NCP_HOST_NETWORK_NOTIFICATION_EVENT SL_SI91X_NOTIFICATION_FLAG(SI91X_NETWORK_CMD)
240 sli_si91x_add_to_queue(&cmd_queues[SI91X_NETWORK_CMD].event_queue, temp_buffer); in sli_handle_dhcp_and_rejoin_failure()
298 while (sl_si91x_host_queue_status(&cmd_queues[SI91X_NETWORK_CMD].event_queue) != 0) { in si91x_event_handler_thread()
299 …if (sli_si91x_remove_from_queue(&cmd_queues[SI91X_NETWORK_CMD].event_queue, &buffer) == SL_STATUS_… in si91x_event_handler_thread()
381 cmd_queues[SI91X_NETWORK_CMD].sequential = true;
880 ++cmd_queues[SI91X_NETWORK_CMD].rx_counter;
894 node->command_type = SI91X_NETWORK_CMD;
897 if ((frame_type == cmd_queues[SI91X_NETWORK_CMD].frame_type)
899 && cmd_queues[SI91X_NETWORK_CMD].frame_type == RSI_WLAN_REQ_IPCONFV6)) {
900 node->sdk_context = cmd_queues[SI91X_NETWORK_CMD].sdk_context;
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_si91x_net_internal_stack.c109 SI91X_NETWORK_CMD, in sli_si91x_configure_ip_address()
156 SI91X_NETWORK_CMD, in sli_si91x_configure_ip_address()
236 SI91X_NETWORK_CMD, in sl_si91x_ota_firmware_upgradation()
/hal_silabs-latest/wiseconnect/components/service/network_manager/si91x/
Dsl_net_si91x.c211 SI91X_NETWORK_CMD, in sli_si91x_send_multicast_request()
244 SI91X_NETWORK_CMD, in sl_net_dns_resolve_hostname()
319 SI91X_NETWORK_CMD, in sl_net_set_dns_server()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_driver.h58 #define SL_SI91X_NETWORK_TX_PENDING_EVENT SL_SI91X_TX_PENDING_FLAG(SI91X_NETWORK_CMD)
69 #define NCP_HOST_NETWORK_RESPONSE_EVENT SL_SI91X_RESPONSE_FLAG(SI91X_NETWORK_CMD)
Dsl_si91x_types.h57 SI91X_NETWORK_CMD = 2, ///< SI91X Network Command enumerator
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c1842 case SI91X_NETWORK_CMD: in sli_si91x_get_command_queue()
1843 return &cmd_queues[SI91X_NETWORK_CMD]; in sli_si91x_get_command_queue()
Dsl_si91x_driver.c233 [SI91X_NETWORK_CMD] = RSI_WLAN_MGMT_Q,