WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_sample_daq_phy.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: thruput test header file.
4 */
5
6#ifndef __HMAC_SAMPLE_DAQ_PHY_H__
7#define __HMAC_SAMPLE_DAQ_PHY_H__
8
9#ifdef _PRE_WLAN_FEATURE_DAQ
10#include "hal_common_ops.h"
11#include "diag_sample_data.h"
12#include "mac_vap_ext.h"
13#include "frw_msg_rom.h"
14
15/* SOC CFG_SAMPLE_SEL 数采节点源 */
16#define HMAC_SAMPLE_SOURCE_WLAN_PHY 0x1 /* 采集源:wlan phy */
17
18/* ============== PHY 数采接口 起始 ============ */
19void hmac_config_chip_test_set_diag_param_phy_recovery(void);
20void hmac_config_chip_test_set_diag_param_phy_begin(hal_to_phy_test_diag_stru *param);
21oal_bool_enum_uint8 hmac_config_chip_test_set_diag_param_phy_query(void);
22osal_u32 hmac_sample_wlan_phy_data_enable(diag_wlan_phy_sample_cmd *sample_cmd, osal_u32 len);
23/* ============== PHY 数采接口 结束 ============ */
24/* phy 事件上报 */
25osal_s32 hmac_complete_phy_event_rpt(hmac_vap_stru *hmac_vap, frw_msg *msg);
26
27#endif
28#endif /* __HMAC_SAMPLE_DAQ_PHY_H__ */
osal_u8 oal_bool_enum_uint8
Definition oal_types_device_rom.h:45
int osal_s32
Definition osal_types.h:19
unsigned int osal_u32
Definition osal_types.h:13
Definition diag_sample_data.h:51
Definition frw_msg_rom.h:74
Definition mac_vap_ext.h:2019