WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_rx_data_event.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: the head file for hmac rx data msg process
4 * Create: 2022-5-10
5 */
6
7
8#ifndef __HMAC_RX_DATA_EVENT_H__
9#define __HMAC_RX_DATA_EVENT_H__
10
11#include "mac_vap_ext.h"
12#include "frw_msg_rom.h"
13#include "oal_net.h"
14#include "dmac_ext_if_device.h"
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22#undef THIS_FILE_ID
23#define THIS_FILE_ID OAM_FILE_ID_DMAC_RX_DATA_H
24
28#ifdef __cplusplus
29#if __cplusplus
30}
31#endif
32#endif
33
34#endif /* end of hmac_rx_data_event.h */
osal_s32 hmac_rx_process_data_msg_process(hmac_vap_stru *hmac_vap, frw_msg *msg)
osal_s32 hmac_rx_data_event_adapt(hmac_vap_stru *hmac_vap, frw_msg *msg)
osal_s32 hmac_rx_process_data_msg(hmac_vap_stru *hmac_vap, frw_msg *msg)
int osal_s32
Definition osal_types.h:19
Definition frw_msg_rom.h:74
Definition mac_vap_ext.h:2019