WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
alg_aggr.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: auto-aggr algorithm host.
4 */
5
6#ifndef __ALG_AGGR_H__
7#define __ALG_AGGR_H__
8
9#ifdef _PRE_WLAN_FEATURE_AUTOAGGR
10
11/******************************************************************************
12 1 其他头文件包含
13******************************************************************************/
14#include "frw_ext_if.h"
15#include "hmac_alg_if.h"
16#include "alg_transplant.h"
17
18#ifdef __cplusplus
19#if __cplusplus
20extern "C" {
21#endif
22#endif
23
24osal_void alg_aggr_hmac_init(osal_void);
25osal_void alg_aggr_hmac_exit(osal_void);
26
27#ifdef __cplusplus
28#if __cplusplus
29}
30#endif
31#endif
32#endif /* #ifdef _PRE_WLAN_FEATURE_AUTOAGGR */
33#endif /* end of alg_tpc.h */
void osal_void
Definition osal_types.h:29