WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_chr.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2023. All rights reserved.
3 * Description: 和CHR相关的接口函数实现
4 * Create: 2021-4-10
5 */
6
7#ifndef __HMAC_CHR_H__
8#define __HMAC_CHR_H__
9
10/*****************************************************************************
11 1 其他头文件包含
12*****************************************************************************/
13#include "frw_ext_if.h"
14#include "frw_hmac.h"
15#include "hal_mac_reg.h"
16
17
18#ifdef __cplusplus
19#if __cplusplus
20extern "C" {
21#endif
22#endif
23
24#undef THIS_FILE_ID
25#define THIS_FILE_ID OAM_FILE_ID_HMAC_CHR_H
26
27#ifdef _PRE_WLAN_FEATURE_DFX_CHR
28typedef struct {
29 osal_u8 sub_type;
30 osal_char *sub_type_name;
32} chr_err_code_info_stru;
33typedef osal_u8 chr_cali_err_code_enum_uint8;
34osal_s32 hmac_chr_event_etc(osal_u8 err_code);
35osal_s32 hmac_config_chr_err_code_test(hmac_vap_stru *hmac_vap, frw_msg *msg);
36#endif
37
38#ifdef __cplusplus
39#if __cplusplus
40}
41#endif
42#endif
43
44#endif /* end of hmac_chr.h */
osal_u16 reserved
Definition oal_net.h:4
int osal_s32
Definition osal_types.h:19
unsigned char osal_u8
Definition osal_types.h:11
char osal_char
Definition osal_types.h:16
Definition frw_msg_rom.h:74
Definition mac_vap_ext.h:2019