WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_encap_frame.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2013-2023. All rights reserved.
3 * 文 件 名 : hmac_encap_frame.h
4 * 生成日期 : 2013年6月28日
5 * 功能描述 : hmac_encap_frame.c 的头文件
6 */
7
8#ifndef __HMAC_ENCAP_FRAME_H__
9#define __HMAC_ENCAP_FRAME_H__
10
11
12/*****************************************************************************
13 1 其他头文件包含
14*****************************************************************************/
15#include "hmac_user.h"
16#include "mac_vap_ext.h"
17
18#ifdef __cplusplus
19#if __cplusplus
20extern "C" {
21#endif
22#endif
23
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 osal_u8 *da, osal_u16 err_code);
70 osal_u8 *da, osal_u16 err_code);
72 osal_u8 *da, osal_u16 trans_id);
74 osal_u8 *hdr, osal_u8 *data);
75
76
77#ifdef __cplusplus
78#if __cplusplus
79}
80#endif
81#endif
82
83#endif /* end of hmac_encap_frame.h */
osal_u16 hmac_encap_sa_query_rsp_etc(hmac_vap_stru *hmac_vap, osal_u8 *hdr, osal_u8 *data)
osal_u16 hmac_encap_sa_query_req_etc(hmac_vap_stru *hmac_vap, osal_u8 *data, osal_u8 *da, osal_u16 trans_id)
osal_u16 hmac_mgmt_encap_deauth_etc(hmac_vap_stru *hmac_vap, osal_u8 *data, osal_u8 *da, osal_u16 err_code)
osal_u16 hmac_mgmt_encap_disassoc_etc(hmac_vap_stru *hmac_vap, osal_u8 *data, osal_u8 *da, osal_u16 err_code)
unsigned char osal_u8
Definition osal_types.h:11
unsigned short osal_u16
Definition osal_types.h:12
Definition mac_vap_ext.h:2019
Definition hal_uart_v151_regs_def.h:38