WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
msg_dft_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file
4 */
5
6#ifndef MSG_DFT_ROM_H
7#define MSG_DFT_ROM_H
8
9#include "osal_types.h"
10
11#define DFT_VAP_AGGRE_REPORT_NUM 20
16
22
23typedef struct {
24 osal_u32 rx_from_hw_mpdu_cnt; /* DMAC收到hw发送的mpdu报文个数 */
25 osal_u32 tx_from_dmac_mpdu_cnt; /* DMAC挂硬件队列发送mpdu报文个数 */
27#endif
#define DFT_VAP_AGGRE_REPORT_NUM
Definition msg_dft_rom.h:11
osal_u8 rsv[3]
Definition oal_net.h:2
unsigned char osal_u8
Definition osal_types.h:11
unsigned int osal_u32
Definition osal_types.h:13
Definition msg_dft_rom.h:23
osal_u32 tx_from_dmac_mpdu_cnt
Definition msg_dft_rom.h:25
osal_u32 rx_from_hw_mpdu_cnt
Definition msg_dft_rom.h:24
Definition msg_dft_rom.h:17
osal_u8 enable
Definition msg_dft_rom.h:18
osal_u8 vap_id
Definition msg_dft_rom.h:19
Definition msg_dft_rom.h:12