Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Macros
mx_wifi_ipc.h File Reference

Header for mx_wifi_ipc.c module. More...

#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <stdio.h>
#include "mx_wifi.h"

Go to the source code of this file.

Data Structures

struct  _wifi_scan_cparams_s
 
struct  _wifi_scan_rparams_s
 
struct  mwifi_connect_attr_t
 
struct  _wifi_connect_cparams_s
 
struct  mwifi_link_info_t
 
struct  _wifi_get_linkinof_rparams_s
 
struct  _wifi_get_ip_rparams_s
 
struct  _wifi_softap_start_cparams_s
 
struct  wifi_ping_cparams_s
 
struct  wifi_ping_rparams_s
 
struct  wifi_bypass_set_cparams_s
 
struct  wifi_bypass_get_rparams_s
 
struct  wifi_bypass_out_cparams_s
 
struct  wifi_bypass_in_rparams_s
 
struct  _socket_create_cparams_s
 
struct  _socket_create_rparams_s
 
struct  _socket_setsockopt_cparams_s
 
struct  _socket_setsockopt_rparams_s
 
struct  _socket_getsockopt_cparams_s
 
struct  _socket_getsockopt_rparams_s
 
struct  _socket_bind_cparams_s
 
struct  _socket_bind_rparams_s
 
struct  _socket_connect_cparams_s
 
struct  _socket_connect_rparams_s
 
struct  _socket_shutdown_cparams_s
 
struct  _socket_shutdown_rparams_s
 
struct  _socket_close_cparams_s
 
struct  _socket_close_rparams_s
 
struct  _socket_send_cparams_s
 
struct  _socket_send_rparams_s
 
struct  _socket_sendto_cparams_s
 
struct  _socket_sendto_rparams_s
 
struct  _socket_recv_cparams_s
 
struct  _socket_recv_rparams_s
 
struct  _socket_recvfrom_cparams_s
 
struct  _socket_recvfrom_rparams_s
 
struct  _socket_gethostbyname_cparams_s
 
struct  _socket_gethostbyname_rparams_s
 
struct  _socket_getpeername_cparams_s
 
struct  _socket_getpeername_rparams_s
 
struct  _socket_getsockname_cparams_s
 
struct  _socket_getsockname_rparams_s
 
struct  _socket_listen_cparams_s
 
struct  _socket_listen_rparams_s
 
struct  _socket_accept_cparams_s
 
struct  _socket_accept_rparams_s
 
struct  _tls_set_ver_cparams_s
 
struct  _tls_set_ver_rparams_s
 
struct  _tls_set_client_cert_cparams_s
 
struct  _tls_set_client_cert_rparams_s
 
struct  _tls_set_server_cert_cparams_s
 
struct  _tls_set_server_cert_rparams_s
 
struct  _tls_accept_cparams_s
 
struct  _tls_accept_rparams_s
 
struct  _tls_connect_sni_cparams_s
 
struct  _tls_connect_sni_rparams_s
 
struct  _tls_send_cparams_s
 
struct  _tls_send_rparams_s
 
struct  _tls_recv_cparams_s
 
struct  _tls_recv_rparams_s
 
struct  _tls_close_cparams_s
 
struct  _tls_close_rparams_s
 
struct  _tls_set_nonblock_cparams_s
 
struct  _tls_set_nonblock_rparams_s
 
struct  mdns_start_cparams_s
 
struct  mdns_announce_cparams_s
 
struct  mdns_deannounce_all_cparams_s
 
struct  mdns_iface_state_change_cparams_s
 
struct  mdns_set_hostname_cparams_s
 
struct  mdns_set_txt_rec_cparams_s
 

Macros

#define MIPC_CODE_SUCCESS   (0)
 IPC error code. More...
 
#define MIPC_PKT_REQ_ID_OFFSET   (0)
 IPC packet. More...
 
#define MIPC_REQ_ID_NONE   (0x00000000)
 IPC api id. More...
 
#define MIPC_API_SYS_CMD_BASE   (MIPC_API_CMD_BASE + 0x0000)
 API CMD. More...
 
#define MIPC_API_SYS_EVENT_BASE   (MIPC_API_EVENT_BASE + 0x0000)
 API EVENT. More...
 

Detailed Description

Header for mx_wifi_ipc.c module.

Author
MCD Application Team
Attention

Copyright (c) 2021 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file mx_wifi_ipc.h.

Macro Definition Documentation

#define MIPC_API_SYS_CMD_BASE   (MIPC_API_CMD_BASE + 0x0000)

API CMD.

Definition at line 80 of file mx_wifi_ipc.h.

#define MIPC_API_SYS_EVENT_BASE   (MIPC_API_EVENT_BASE + 0x0000)

API EVENT.

Definition at line 147 of file mx_wifi_ipc.h.

#define MIPC_CODE_SUCCESS   (0)

IPC error code.

Definition at line 44 of file mx_wifi_ipc.h.

#define MIPC_PKT_REQ_ID_OFFSET   (0)

IPC packet.

Definition at line 59 of file mx_wifi_ipc.h.

#define MIPC_REQ_ID_NONE   (0x00000000)

IPC api id.

Definition at line 71 of file mx_wifi_ipc.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.