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