WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_ampdu_config.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
3 文 件 名 : hmac_ampdu_config.h
4 生成日期 : 2022年9月21日
5 功能描述 : hmac_ampdu_config.c 的头文件
6 */
7
8#ifndef __HMAC_AMPDU_CONFIG_H__
9#define __HMAC_AMPDU_CONFIG_H__
10
11/*****************************************************************************
12 1 其他头文件包含
13*****************************************************************************/
14#include "hmac_user.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22
23#undef THIS_FILE_ID
24#define THIS_FILE_ID OAM_FILE_ID_HMAC_AMPDU_CONFIG_H
25
26/*****************************************************************************
27 2 宏定义
28*****************************************************************************/
29
30/*****************************************************************************
31 3 枚举定义
32*****************************************************************************/
33
34/*****************************************************************************
35 4 全局变量声明
36*****************************************************************************/
37
38/*****************************************************************************
39 5 消息头定义
40*****************************************************************************/
41
42/*****************************************************************************
43 6 消息定义
44*****************************************************************************/
45
46/*****************************************************************************
47 7 STRUCT定义
48*****************************************************************************/
49
50/*****************************************************************************
51 8 UNION定义
52*****************************************************************************/
53
54/*****************************************************************************
55 9 OTHERS定义
56*****************************************************************************/
57
58/*****************************************************************************
59 10 inline函数定义
60*****************************************************************************/
61
62/*****************************************************************************
63 11 函数声明
64*****************************************************************************/
65#ifdef _PRE_WLAN_FEATURE_AMPDU_TX_HW
66osal_s32 hmac_config_set_ampdu_tx_hw_on(hmac_vap_stru *hmac_vap, mac_cfg_ampdu_tx_on_param_stru *ampdu_tx_on);
67#endif
68
69#ifdef __cplusplus
70#if __cplusplus
71}
72#endif
73#endif
74
75#endif /* end of hmac_ampdu_config.h */
int osal_s32
Definition osal_types.h:19
Definition mac_vap_ext.h:2019
Definition hal_common_ops_device_rom.h:1104