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