WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_cali_mgmt.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2023. All rights reserved.
3 * Description: Header file for hmac_cali_mgmt.h.
4 */
5
6#ifndef __HMAC_CALI_MGMT_H__
7#define __HMAC_CALI_MGMT_H__
8
9#if defined(_PRE_PRODUCT_ID_HOST)
10/*****************************************************************************
11 1 其他头文件包含
12*****************************************************************************/
13#include "frw_ext_if.h"
14#include "dmac_ext_if_hcm.h"
15#include "hmac_vap.h"
16#if (_PRE_OS_VERSION_LINUX == _PRE_OS_VERSION)
17#include "plat_cali.h"
18#endif
19
20#ifdef __cplusplus
21#if __cplusplus
22extern "C" {
23#endif
24#endif
25
26#undef THIS_FILE_ID
27#define THIS_FILE_ID OAM_FILE_ID_HMAC_CALI_MGMT_H
28typedef struct {
29 osal_u16 cali_data_len;
30 osal_u8 cali_data_received;
32} hmac_cali_data_header_stru;
33/*****************************************************************************
34 8 UNION定义
35*****************************************************************************/
36
37/*****************************************************************************
38 9 OTHERS定义
39*****************************************************************************/
40
41
42/*****************************************************************************
43 10 函数声明
44*****************************************************************************/
45osal_s32 hmac_save_cali_event_etc(osal_u8 *data, osal_u16 data_len);
46extern osal_u32 hmac_send_cali_data_etc(hmac_vap_stru *hmac_vap);
47osal_void hmac_init_cali_data_buffer_exit(osal_void);
48
49#ifdef __cplusplus
50#if __cplusplus
51}
52#endif
53#endif
54
55#endif
56#endif /* end of hmac_mgmt_classifier.h */
57
osal_u8 rsv[3]
Definition oal_net.h:2
int osal_s32
Definition osal_types.h:19
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
unsigned short osal_u16
Definition osal_types.h:12
Definition mac_vap_ext.h:2019
Definition hal_uart_v151_regs_def.h:38