|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "securec.h"#include "diag.h"#include "soc_osal.h"#include "soc_diag_util.h"#include "soc_diag_cmd_id.h"#include "diag_sample_data_st.h"#include "dfx_adapt_layer.h"#include "diag_sample_data.h"
宏定义 | |
| #define | THIS_FILE_ID DIAG_FILE_ID_DIAG_SAMPLE_DATA_C |
| #define | THIS_MOD_ID DIAG_MOD_ID_OAM_HOST |
| #define | DIAG_SAMPLE_TRANSMIT_FINISH 11 |
函数 | |
| errcode_t | diag_cmd_wlan_module_sample_data (uint16_t cmd_id, void *cmd_param, uint16_t cmd_param_size, diag_option_t *option) |
| STATIC errcode_t | diag_cmd_report_data (uint8_t *buf, uint32_t len) |
| STATIC errcode_t | diag_cmd_report_finish (void) |
| errcode_t | diag_report_wlan_sample_data (const uint8_t *buf, uint32_t len, uint32_t msg_id) |
| errcode_t | diag_cmd_report_sample_data (uint8_t *buf, uint32_t len) |
| void | diag_sample_data_register (diag_sample_cb_enum idx, diag_sample_func_cb func) |
变量 | |
| diag_sample_func_cb | g_diag_sample_cb [ZDIAG_SAMPLE_CB_END] = {NULL} |
| diag_sample_record | g_sample_running = {0} |
| #define DIAG_SAMPLE_TRANSMIT_FINISH 11 |
| #define THIS_FILE_ID DIAG_FILE_ID_DIAG_SAMPLE_DATA_C |
| #define THIS_MOD_ID DIAG_MOD_ID_OAM_HOST |
| errcode_t diag_cmd_report_sample_data | ( | uint8_t * | buf, |
| uint32_t | len | ||
| ) |
| errcode_t diag_cmd_wlan_module_sample_data | ( | uint16_t | cmd_id, |
| void * | cmd_param, | ||
| uint16_t | cmd_param_size, | ||
| diag_option_t * | option | ||
| ) |
| errcode_t diag_report_wlan_sample_data | ( | const uint8_t * | buf, |
| uint32_t | len, | ||
| uint32_t | msg_id | ||
| ) |
| void diag_sample_data_register | ( | diag_sample_cb_enum | idx, |
| diag_sample_func_cb | func | ||
| ) |
| diag_sample_func_cb g_diag_sample_cb[ZDIAG_SAMPLE_CB_END] = {NULL} |
| diag_sample_record g_sample_running = {0} |