WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_tx_mgmt.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
3 * Description: header file of hmac_tx_mgmt.c
4 * Create: 2022-5-16
5 */
6
7#ifndef __HMAC_TX_MGMT_H__
8#define __HMAC_TX_MGMT_H__
9
10/*****************************************************************************
11 1 其他头文件包含
12*****************************************************************************/
13#include "mac_vap_ext.h"
14#include "oal_netbuf_ext.h"
15#include "hal_common_ops.h"
16#include "oal_netbuf_data.h"
17#ifdef __cplusplus
18#if __cplusplus
19extern "C" {
20#endif
21#endif
22
23osal_u32 hmac_tx_mgmt(hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf_mgmt, osal_u16 len, osal_bool data_ready);
25#ifdef __cplusplus
26#if __cplusplus
27}
28#endif
29#endif
30
31#endif /* end of hmac_tx_mgmt.h */
osal_u32 hmac_tx_mgmt(hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf_mgmt, osal_u16 len, osal_bool data_ready)
osal_void hmac_clear_hw_fifo_tx_queue(hal_to_dmac_device_stru *hal_device)
osal_u8 osal_bool
Definition osal_types.h:27
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
unsigned short osal_u16
Definition osal_types.h:12
Definition mac_vap_ext.h:2019
Definition oal_skbuff.h:82
Definition hal_ops_common_rom.h:529