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

Header for mx_wifi_hci.c module. More...

#include "stdint.h"
#include "string.h"
#include "stdbool.h"
#include "stdio.h"
#include "mx_wifi_ipc.h"

Go to the source code of this file.

Data Structures

struct  _hci_pkt_s
 PROTOTYPES. More...
 

Macros

#define MX_WIFI_HCI_DATA_SIZE   (MIPC_PKT_MAX_SIZE)
 CONFIGURATIONS. More...
 

Typedefs

typedef struct _hci_pkt_s hci_pkt_t
 PROTOTYPES. More...
 

Functions

int32_t mx_wifi_hci_init (hci_send_func_t low_level_send)
 API. More...
 
void mx_wifi_hci_input (mx_buf_t *netbuf)
 LOW LEVEL INTERFACE. More...
 

Detailed Description

Header for mx_wifi_hci.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_hci.h.

Macro Definition Documentation

#define MX_WIFI_HCI_DATA_SIZE   (MIPC_PKT_MAX_SIZE)

CONFIGURATIONS.

HCI PACKET

Definition at line 45 of file mx_wifi_hci.h.

Typedef Documentation

typedef struct _hci_pkt_s hci_pkt_t

PROTOTYPES.

Function Documentation

int32_t mx_wifi_hci_init ( hci_send_func_t  low_level_send)

API.

void mx_wifi_hci_input ( mx_buf_t netbuf)

LOW LEVEL INTERFACE.

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.