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... | |
Header for mx_wifi_hci.c module.
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.
#define MX_WIFI_HCI_DATA_SIZE (MIPC_PKT_MAX_SIZE) |
typedef struct _hci_pkt_s hci_pkt_t |
PROTOTYPES.
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.