WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_encap_frame_sta.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. Co., Ltd. 2013-2024. All rights reserved.
3 * 文 件 名 : hmac_encap_frame_sta.h
4 * 生成日期 : 2013年6月28日
5 * 功能描述 : hmac_encap_frame_sta.c 的头文件
6 */
7
8#ifndef HMAC_ENCAP_FRAME_STA_H
9#define HMAC_ENCAP_FRAME_STA_H
10
11
12/*****************************************************************************
13 1 其他头文件包含
14*****************************************************************************/
15#include "hmac_vap.h"
16#include "hmac_device.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 *curr_bssid, osal_u8 *dest_addr);
71 osal_u8 *mac_hrd);
73
74#ifdef __cplusplus
75#if __cplusplus
76}
77#endif
78#endif
79
80#endif /* end of hmac_encap_frame_sta.h */
osal_u16 hmac_mgmt_encap_auth_req_etc(hmac_vap_stru *hmac_vap, osal_u8 *mgmt_frame)
osal_u32 hmac_mgmt_encap_asoc_req_sta_etc(hmac_vap_stru *hmac_vap, osal_u8 *req_frame, osal_u8 *curr_bssid, osal_u8 *dest_addr)
osal_u16 hmac_mgmt_encap_auth_req_seq3_etc(hmac_vap_stru *hmac_vap, osal_u8 *mgmt_frame, osal_u8 *mac_hrd)
hmac_scanned_bss_info * hmac_vap_get_scan_bss_info(hmac_vap_stru *hmac_vap)
unsigned char osal_u8
Definition osal_types.h:11
unsigned int osal_u32
Definition osal_types.h:13
unsigned short osal_u16
Definition osal_types.h:12
Definition hmac_device.h:72
Definition mac_vap_ext.h:2019