WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_rx_filter.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2014-2021. All rights reserved.
3 * Description:Header file of hmac_rx_filter.c
4 * Author:
5 * Create: 2014-07-14
6 */
7
8#ifndef __HMAC_RX_FILTER_H__
9#define __HMAC_RX_FILTER_H__
10
11/*****************************************************************************
12 1 其他头文件包含
13*****************************************************************************/
14#include "mac_device_ext.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22#undef THIS_FILE_ID
23#define THIS_FILE_ID OAM_FILE_ID_HMAC_RX_FILTER_H
24/*****************************************************************************
25 2 宏定义
26*****************************************************************************/
27
28
29/*****************************************************************************
30 3 枚举定义
31*****************************************************************************/
32
33
34/*****************************************************************************
35 4 全局变量声明
36*****************************************************************************/
37
38
39/*****************************************************************************
40 5 消息头定义
41*****************************************************************************/
42
43
44/*****************************************************************************
45 6 消息定义
46*****************************************************************************/
47
48
49/*****************************************************************************
50 7 STRUCT定义
51*****************************************************************************/
52
53
54/*****************************************************************************
55 8 UNION定义
56*****************************************************************************/
57
58
59/*****************************************************************************
60 9 OTHERS定义
61*****************************************************************************/
62
63
64/*****************************************************************************
65 10 函数声明
66*****************************************************************************/
68
69#ifdef __cplusplus
70#if __cplusplus
71}
72#endif
73#endif
74
75#endif /* end of hmac_rx_filter.h */
osal_u32 hmac_calc_up_ap_num_etc(hmac_device_stru *hmac_device)
unsigned int osal_u32
Definition osal_types.h:13
Definition mac_device_ext.h:856