WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
alg_dbac_hmac.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: algorithm dbac
4 */
5
6#ifndef __ALG_DBAC_HMAC_H__
7#define __ALG_DBAC_HMAC_H__
8
9#ifdef _PRE_WLAN_FEATURE_DBAC
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_dbac_hmac_init(osal_void);
25osal_void alg_dbac_hmac_exit(osal_void);
26osal_bool alg_dbac_hmac_is_vap_stop(osal_u8 hal_vap_id);
27#ifdef __cplusplus
28#if __cplusplus
29}
30#endif
31#endif
32#endif /* #ifdef _PRE_WLAN_FEATURE_TPC */
33#endif /* end of alg_tpc.h */
unsigned char osal_u8
Definition osal_types.h:11
osal_u8 osal_bool
Definition osal_types.h:27
void osal_void
Definition osal_types.h:29