Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 30) sorted by relevance

12

/hal_silabs-latest/gecko/emlib/src/
Dem_se.c117 volatile uint32_t command; member
127 volatile uint32_t command; member
185 void SE_addDataInput(SE_Command_t *command, SE_DataTransfer_t *data) in SE_addDataInput() argument
187 if (command->data_in == NULL) { in SE_addDataInput()
188 command->data_in = data; in SE_addDataInput()
190 SE_DataTransfer_t *next = command->data_in; in SE_addDataInput()
218 void SE_addDataOutput(SE_Command_t *command, in SE_addDataOutput() argument
221 if (command->data_out == NULL) { in SE_addDataOutput()
222 command->data_out = data; in SE_addDataOutput()
224 SE_DataTransfer_t *next = command->data_out; in SE_addDataOutput()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_net_si91x_integration_handler.c80 (raw_rx_packet->command == RSI_WLAN_RSP_EMB_MQTT_CLIENT in handle_mqtt_client_asynch_events()
84 if (raw_rx_packet->command == RSI_WLAN_RSP_MQTT_REMOTE_TERMINATE in handle_mqtt_client_asynch_events()
85 …|| raw_rx_packet->command == RSI_WLAN_RSP_EMB_MQTT_PUBLISH_PKT || raw_rx_packet->command == RSI_WL… in handle_mqtt_client_asynch_events()
92 SL_DEBUG_LOG("Dropping mqtt client event, Si91x Event: %hu", raw_rx_packet->command); in handle_mqtt_client_asynch_events()
99 SL_DEBUG_LOG("Dropping mqtt disconnect event: %hu", raw_rx_packet->command); in handle_mqtt_client_asynch_events()
104 …if ((raw_rx_packet->command == RSI_WLAN_RSP_JOIN || raw_rx_packet->command == RSI_WLAN_RSP_DISCONN… in handle_mqtt_client_asynch_events()
116 …(raw_rx_packet->command == RSI_WLAN_RSP_MQTT_REMOTE_TERMINATE || raw_rx_packet->command == RSI_WLA… in handle_mqtt_client_asynch_events()
159 …if (packet->command == RSI_WLAN_REQ_EMB_MQTT_CLIENT || packet->command == RSI_WLAN_RSP_EMB_MQTT_PU… in sl_net_si91x_event_dispatch_handler()
160 || packet->command == RSI_WLAN_RSP_MQTT_REMOTE_TERMINATE) { in sl_net_si91x_event_dispatch_handler()
163 } else if (packet->command == RSI_WLAN_RSP_JOIN) { in sl_net_si91x_event_dispatch_handler()
[all …]
Dsl_net_si91x_callback_framework.c81 if (packet->command == RSI_WLAN_RSP_IPCONFV6) { in sl_si91x_default_handler()
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsli_se_manager_mailbox.c113 volatile uint32_t command; member
123 volatile uint32_t command; member
205 void sli_se_mailbox_command_add_input(sli_se_mailbox_command_t *command, sli_se_datatransfer_t *dat… in sli_se_mailbox_command_add_input() argument
207 if (command->data_in == NULL) { in sli_se_mailbox_command_add_input()
208 command->data_in = data; in sli_se_mailbox_command_add_input()
210 sli_se_datatransfer_t *next = command->data_in; in sli_se_mailbox_command_add_input()
222 void sli_se_mailbox_command_add_output(sli_se_mailbox_command_t *command, sli_se_datatransfer_t *da… in sli_se_mailbox_command_add_output() argument
224 if (command->data_out == NULL) { in sli_se_mailbox_command_add_output()
225 command->data_out = data; in sli_se_mailbox_command_add_output()
227 sli_se_datatransfer_t *next = command->data_out; in sli_se_mailbox_command_add_output()
[all …]
Dsl_se_manager_util.c116 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_check_se_image()
135 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_apply_se_image()
155 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_get_upgrade_status_se_image()
185 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_check_host_image()
206 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_apply_host_image()
228 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_get_upgrade_status_host_image()
276 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_init_otp_key()
336 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_read_pubkey()
385 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_get_se_version()
471 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_get_debug_lock_status()
[all …]
Dsl_se_manager.c389 sli_se_mailbox_execute_command(&cmd_ctx->command); in sli_se_execute_and_wait()
472 sli_se_mailbox_execute_command(&cmd_ctx->command); in sli_se_execute_and_wait()
495 cmd_ctx->command.command = sli_vse_mailbox_read_executed_command(); in sl_se_read_executed_command()
501 if (cmd_ctx->command.command == SLI_SE_RESPONSE_MAILBOX_INVALID) { in sl_se_read_executed_command()
528 command_response = sli_vse_mailbox_ack_command(&cmd_ctx->command); in sl_se_ack_command()
Dsl_se_manager_cipher.c72 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_aes_crypt_ecb()
116 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_aes_crypt_cbc()
170 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_aes_crypt_cfb128()
361 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_aes_crypt_ctr()
472 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_ccm_encrypt_and_tag()
551 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_ccm_auth_decrypt()
1016 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_ccm_multipart_starts()
1132 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_ccm_multipart_update()
1310 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_ccm_multipart_finish()
1372 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_cmac()
[all …]
Dsl_se_manager_key_derivation.c136 sli_se_mailbox_command_add_parameter(&cmd_ctx->command, keyspec_in); in sl_se_ecdh_compute_shared_secret()
142 sli_se_mailbox_command_add_parameter(&cmd_ctx->command, keyspec_out); in sl_se_ecdh_compute_shared_secret()
155 sli_se_mailbox_command_add_input(&cmd_ctx->command, &auth_buffer_out); in sl_se_ecdh_compute_shared_secret()
178 sli_se_mailbox_command_add_input(&cmd_ctx->command, &pubkey_input_buffer); in sl_se_ecdh_compute_shared_secret()
461 se_cmd = &ctx->cmd_ctx->command; in sl_se_ecjpake_derive_secret()
544 sli_se_mailbox_command_t *se_cmd = &ctx->cmd_ctx->command; in sl_se_ecjpake_read_round_one()
626 sli_se_mailbox_command_t *se_cmd = &ctx->cmd_ctx->command; in sl_se_ecjpake_read_round_two()
756 sli_se_mailbox_command_t *se_cmd = &ctx->cmd_ctx->command; in sl_se_ecjpake_write_round_one()
835 sli_se_mailbox_command_t *se_cmd = &ctx->cmd_ctx->command; in sl_se_ecjpake_write_round_two()
965 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_derive_key_hkdf()
[all …]
Dsl_se_manager_attestation.c135 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in get_attestation_token_size()
212 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in get_attestation_token()
Dsl_se_manager_signature.c62 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_ecc_sign()
145 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_ecc_verify()
Dsl_se_manager_hash.c256 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in se_cmd_hash_multipart_update()
555 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_hash_multipart_finish()
622 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_hash()
Dsl_se_manager_entropy.c61 se_cmd = &cmd_ctx->command; in sl_se_get_random()
Dsl_se_manager_key_handling.c807 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_generate_key()
885 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_export_public_key()
1095 sli_se_mailbox_command_t *se_cmd = &cmd_ctx->command; in sl_se_transfer_key()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_se.c116 volatile uint32_t command; member
126 volatile uint32_t command; member
184 void SE_addDataInput(SE_Command_t *command, SE_DataTransfer_t *data) in SE_addDataInput() argument
186 if (command->data_in == NULL) { in SE_addDataInput()
187 command->data_in = data; in SE_addDataInput()
189 SE_DataTransfer_t *next = command->data_in; in SE_addDataInput()
217 void SE_addDataOutput(SE_Command_t *command, in SE_addDataOutput() argument
220 if (command->data_out == NULL) { in SE_addDataOutput()
221 command->data_out = data; in SE_addDataOutput()
223 SE_DataTransfer_t *next = command->data_out; in SE_addDataOutput()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/inc/
Dsli_se_manager_internal.h77 cmd_ctx->command.command = command_word; \
78 cmd_ctx->command.data_in = NULL; \
79 cmd_ctx->command.data_out = NULL; \
80 cmd_ctx->command.num_parameters = 0;
103 sli_se_mailbox_command_add_parameter(&cmd_ctx->command, keyspec); \
114 sli_se_mailbox_command_add_input(&cmd_ctx->command, &auth_buffer);
124 sli_se_mailbox_command_add_input(&cmd_ctx->command, &auth_data_buf);
133 sli_se_mailbox_command_add_input(&cmd_ctx->command, &key_input_buffer);
142 sli_se_mailbox_command_add_output(&cmd_ctx->command, &key_output_buffer);
Dsli_se_manager_mailbox.h378 uint32_t command; /**< SE Command */ member
388 .command = command_word, /* Given command word */ \
422 void sli_se_mailbox_command_add_input(sli_se_mailbox_command_t *command, sli_se_datatransfer_t *dat…
444 void sli_se_mailbox_command_add_output(sli_se_mailbox_command_t *command, sli_se_datatransfer_t *da…
462 void sli_se_mailbox_command_add_parameter(sli_se_mailbox_command_t *command, uint32_t parameter);
479 void sli_se_mailbox_execute_command(sli_se_mailbox_command_t *command);
650 sli_se_mailbox_response_t sli_vse_mailbox_ack_command(sli_se_mailbox_command_t *command);
/hal_silabs-latest/gecko/emlib/inc/
Dem_se.h146 uint32_t command; /**< SE Command */ member
154 #define SE_COMMAND_DEFAULT(command) \ argument
156 (command), /* Given command */ \
170 void SE_addDataInput(SE_Command_t *command,
173 void SE_addDataOutput(SE_Command_t *command,
176 void SE_addParameter(SE_Command_t *command, uint32_t parameter);
179 void SE_executeCommand(SE_Command_t *command);
186 SE_Response_t SE_ackCommand(SE_Command_t *command);
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_se.h149 #define SE_COMMAND_DEFAULT(command) \ argument
151 (command), /* Given command */ \
165 void SE_addDataInput(SE_Command_t *command,
168 void SE_addDataOutput(SE_Command_t *command,
171 void SE_addParameter(SE_Command_t *command, uint32_t parameter);
174 void SE_executeCommand(SE_Command_t *command);
181 SE_Response_t SE_ackCommand(SE_Command_t *command);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_driver.h142 sl_status_t sl_si91x_driver_send_command(uint32_t command,
166 sl_status_t sl_si91x_driver_send_side_band_crypto(uint32_t command,
185 sl_status_t sl_si91x_driver_send_async_command(uint32_t command,
202 sl_status_t sl_si91x_driver_wait_for_response(rsi_wlan_cmd_request_t command, sl_si91x_wait_period_…
240 sl_status_t sl_si91x_driver_send_bt_command(rsi_wlan_cmd_request_t command,
1026 sl_status_t sl_si91x_driver_raw_send_command(uint8_t command,
1256 sl_status_t sl_si91x_custom_driver_send_command(uint32_t command,
Dsl_si91x_types.h197 uint16_t command; ///< Si91x command type member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c132 sl_status_t sl_si91x_driver_send_command_packet(uint32_t command,
139 sl_status_t sl_si91x_driver_raw_send_command(uint8_t command,
742 sl_status_t sl_si91x_driver_raw_send_command(uint8_t command, in sl_si91x_driver_raw_send_command() argument
770 packet->command = command; in sl_si91x_driver_raw_send_command()
820 sl_status_t sl_si91x_custom_driver_send_command(uint32_t command, in sl_si91x_custom_driver_send_command() argument
853 packet->command = (uint16_t)command; in sl_si91x_custom_driver_send_command()
856 …return sl_si91x_driver_send_command_packet(command, command_type, buffer, wait_period, sdk_context… in sl_si91x_custom_driver_send_command()
859 sl_status_t sl_si91x_driver_send_command(uint32_t command, in sl_si91x_driver_send_command() argument
890 if (command == RSI_COMMON_REQ_OPERMODE) { in sl_si91x_driver_send_command()
897 packet->command = (uint16_t)command; in sl_si91x_driver_send_command()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c450 return (packet == NULL ? -1 : packet->command); in sli_get_socket_command_from_host_packet()
824 if (rx_packet->command == RSI_WLAN_REQ_SOCKET_ACCEPT) { in si91x_socket_event_handler()
845 else if (rx_packet->command == RSI_WLAN_RSP_REMOTE_TERMINATE) { in si91x_socket_event_handler()
867 } else if (rx_packet->command == RSI_RECEIVE_RAW_DATA) { in si91x_socket_event_handler()
892 } else if (rx_packet->command == RSI_WLAN_RSP_SELECT_REQUEST) { in si91x_socket_event_handler()
925 else if (rx_packet->command == RSI_WLAN_RSP_TCP_ACK_INDICATION) { in si91x_socket_event_handler()
963 uint32_t command, in sli_si91x_send_socket_command() argument
1002 packet->command = command; in sli_si91x_send_socket_command()
1008 if (command == RSI_WLAN_REQ_SOCKET_ACCEPT) { in sli_si91x_send_socket_command()
1011 packet->unused[SLI_SI91X_COMMAND_RESPONSE_INDEX] = command; in sli_si91x_send_socket_command()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c209 …if (packet->command == RSI_WLAN_RSP_CLIENT_DISCONNECTED && (get_opermode() == SL_SI91X_CONCURRENT_… in sli_handle_dhcp_and_rejoin_failure()
278 wifi_event = convert_si91x_event_to_sl_wifi_event(packet->command, frame_status); in si91x_event_handler_thread()
280 if (RSI_WLAN_RSP_SCAN_RESULTS == packet->command) { in si91x_event_handler_thread()
1310 || (socket->command_queue.frame_type == socket_packet->command))
1527 if (packet->command) {
1539 queue->frame_type = packet->command;
1547 …if ((packet->command == RSI_COMMON_RSP_TA_M4_COMMANDS) || (packet->command == RSI_WLAN_REQ_SET_CER…
1569 packet->command,
1660 if (socket_packet->command == RSI_WLAN_RSP_CONN_ESTABLISH) {
1661 socket_packet->command = RSI_WLAN_RSP_SOCKET_ACCEPT;
[all …]
/hal_silabs-latest/wiseconnect/components/protocol/wifi/src/
Dsl_wifi_callback_framework.c73 if (packet->command == RSI_WLAN_RSP_JOIN) { in sl_wifi_default_event_handler()
86 if (RSI_WLAN_RSP_CLIENT_CONNECTED == packet->command) { in sl_wifi_default_event_handler()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_utility.h228 uint32_t command,

12