Searched refs:msg (Results 1 – 5 of 5) sorted by relevance
| /modules/hostap/src/ |
| A D | supp_main.c | 165 (const char *)msg, sizeof(*msg), 0); in zephyr_wifi_send_event() 405 msg.global = true; in del_interface() 406 msg.ctx = ctx->supplicant; in del_interface() 408 msg.data = event; in del_interface() 410 ret = send_event(&msg); in del_interface() 558 struct zephyr_msg *msg; in event_socket_handler() local 567 if (msg == NULL) { in event_socket_handler() 572 if (msg->data == NULL) { in event_socket_handler() 579 msg->len, sizeof(event_msg)); in event_socket_handler() 634 os_free(msg->data); in event_socket_handler() [all …]
|
| A D | supp_main.h | 72 int zephyr_wifi_send_event(const struct wpa_supplicant_event_msg *msg);
|
| /modules/hal_rpi_pico/pico/ |
| A D | config_autogen.h | 26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) argument
|
| /modules/nrf_wifi/bus/ |
| A D | ipc_service.c | 186 wifi_ipc_status_t wifi_ipc_host_cmd_send_memcpy(wifi_ipc_t *context, const void *msg, in wifi_ipc_host_cmd_send_memcpy() argument 198 memcpy((void *)gdram_addr, msg, len); in wifi_ipc_host_cmd_send_memcpy() 203 wifi_ipc_status_t wifi_ipc_host_tx_send(wifi_ipc_t *context, const void *msg) in wifi_ipc_host_tx_send() argument 205 return wifi_ipc_host_cmd_send(context, (uint32_t *)&msg); in wifi_ipc_host_tx_send()
|
| /modules/nrf_wifi/os/ |
| A D | shim.c | 894 static int ipc_send_msg(unsigned int msg_type, void *msg, unsigned int len) in ipc_send_msg() argument 919 ret = dev->send(ctx, msg, len); in ipc_send_msg() 1173 static void zep_shim_assert(int test_val, int val, enum nrf_wifi_assert_op_type op, char *msg) in zep_shim_assert() argument 1177 NET_ASSERT(test_val == val, "%s", msg); in zep_shim_assert() 1180 NET_ASSERT(test_val != val, "%s", msg); in zep_shim_assert() 1183 NET_ASSERT(test_val < val, "%s", msg); in zep_shim_assert() 1186 NET_ASSERT(test_val <= val, "%s", msg); in zep_shim_assert() 1189 NET_ASSERT(test_val > val, "%s", msg); in zep_shim_assert() 1192 NET_ASSERT(test_val >= val, "%s", msg); in zep_shim_assert()
|
Completed in 28 milliseconds