|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "hmac_vap.h"
结构体 | |
| struct | hmac_dfr_event |
| struct | hmac_dfr_queue_statistics |
| struct | hmac_dfr_mempool_statistics |
| struct | hmac_dfr_tid_report_info |
| struct | period_check_cfg |
| struct | period_get_param |
| struct | hmac_dfr_tid_event_info |
| struct | hmac_dfr_frw_info |
| struct | hmac_dfr_info |
| struct | hmac_dfr_check_report |
| struct | hmac_dfr_error_time |
| struct | hmac_dfr_check_module_exception_stru |
| struct | hmac_dfr_query_module_statistics_stru |
宏定义 | |
| #define | THIS_FILE_ID OAM_FILE_ID_HMAC_DFR_H |
| #define | MAX_TID_ERROR_NUM 2 |
枚举 | |
| enum | hmac_dfr_event_set_enum { HMAC_DFR_EVENT_NULL = 0 , HMAC_DFR_TID_QUEUE_HALT_SET = 0x0001 << 0 , HMAC_DFR_TID_QUEUE_BUSY_SET = 0x0001 << 1 , HMAC_DFR_TX_DSCR_QUEUE_HALT_SET = 0x001 << 2 , HMAC_DFR_TX_DSCR_QUEUE_FAIL_SET = 0x001 << 3 , HMAC_DFR_RX_DSCR_QUEUE_HALT_SET = 0x0001 << 4 , HMAC_DFR_RX_DSCR_QUEUE_FAIL_SET = 0x0001 << 5 , HMAC_DFR_FRW_QUEUE_HALT_SET = 0x0001 << 6 , HMAC_DFR_FRW_QUEUE_FAIL_SET = 0x0001 << 7 , HMAC_DFR_MEM_POOL_FAIL_SET = 0x0001 << 8 , HMAC_DFR_MEM_POOL_NO_FREE_SET = 0x0001 << 9 } |
| enum | hmac_dfr_report_enum { HMAC_DFR_TID_REPORT = 0 , HMAC_DFR_TX_REPORT = 1 , HMAC_DFR_RX_REPORT = 2 , HMAC_DFR_FRW_REPORT = 3 , HMAC_DFR_MEM_POOL_REPORT = 4 , HMAC_DFR_MAX_NUM = 5 } |
函数 | |
| osal_void | hmac_dfr_record_ap_follow_channel (osal_u8 channel, wlan_channel_bandwidth_enum_uint8 bandwidth) |
| osal_u8 | hmac_dfr_get_reset_process_flag (osal_void) |
| osal_s32 | hmac_get_check_info (hmac_vap_stru *hmac_vap, frw_msg *msg) |
| osal_s32 | hmac_config_set_period_task (hmac_vap_stru *hmac_vap, frw_msg *msg) |
| #define MAX_TID_ERROR_NUM 2 |
| #define THIS_FILE_ID OAM_FILE_ID_HMAC_DFR_H |
| enum hmac_dfr_report_enum |
| osal_s32 hmac_config_set_period_task | ( | hmac_vap_stru * | hmac_vap, |
| frw_msg * | msg | ||
| ) |
| osal_void hmac_dfr_record_ap_follow_channel | ( | osal_u8 | channel, |
| wlan_channel_bandwidth_enum_uint8 | bandwidth | ||
| ) |
| osal_s32 hmac_get_check_info | ( | hmac_vap_stru * | hmac_vap, |
| frw_msg * | msg | ||
| ) |