|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "oal_types.h"

结构体 | |
| struct | unconn_reason_item |
| struct | user_unconn_reason_rd |
| struct | user_statistic_rd |
| struct | user_conn_info_rd |
| struct | user_conn_info_head |
| struct | special_frame_switch_stru |
宏定义 | |
| #define | THIS_FILE_ID OAM_FILE_ID_HMAC_DFX_H |
| #define | MAX_CONN_INFO_RD_NUM 20 |
| #define | MAX_DFX_USER_NUM 16 |
| #define | MAX_DFX_USER_RD_LEN 512 |
| #define | DFX_SUCCESS 0 |
| #define | DFX_FAIL 1 |
| #define | DFX_OFFLINE_PERIOD 50 |
| #define | DFX_CONN_FAIL_PERIOD 10 |
| #define | DFX_CONN_FAIL_CNT 3 |
类型定义 | |
| typedef osal_u8 | user_conn_info_enum_uint8 |
| typedef osal_u16 | user_conn_fail_reason_enum_uint16 |
| typedef osal_u16 | user_conn_offline_reason_enum_uint16 |
| typedef osal_u8 | dfx_user_conn_info_record_cmd_enum_u8 |
| typedef osal_void(* | dfx_user_conn_abnormal_record_cb) (osal_u8 vap_id, osal_u8 *mac, osal_u16 reason, osal_u16 type) |
| typedef osal_void(* | dfx_user_conn_statistic_record_cb) (osal_u8 vap_id, osal_u8 *mac, osal_u8 sub_type, osal_u16 mode, osal_u8 direction) |
| typedef osal_void(* | dfx_frame_report_hso_cb) (oal_netbuf_stru *netbuf, osal_u8 direction) |
| typedef osal_void(* | dfx_user_rate_rx_info_record_cb) (osal_u8 id, dmac_rx_ctl_stru *cb_ctrl) |
| typedef osal_void(* | dfx_scan_frame_report_hso_cb) (mac_bss_dscr_stru *bss_dscr) |
变量 | |
| static osal_u32 | used |
| #define DFX_CONN_FAIL_CNT 3 |
| #define DFX_CONN_FAIL_PERIOD 10 |
| #define DFX_FAIL 1 |
| #define DFX_OFFLINE_PERIOD 50 |
| #define DFX_SUCCESS 0 |
| #define MAX_CONN_INFO_RD_NUM 20 |
| #define MAX_DFX_USER_NUM 16 |
| #define MAX_DFX_USER_RD_LEN 512 |
| #define THIS_FILE_ID OAM_FILE_ID_HMAC_DFX_H |
| typedef osal_void(* dfx_frame_report_hso_cb) (oal_netbuf_stru *netbuf, osal_u8 direction) |
| typedef osal_void(* dfx_scan_frame_report_hso_cb) (mac_bss_dscr_stru *bss_dscr) |
| typedef osal_void(* dfx_user_conn_abnormal_record_cb) (osal_u8 vap_id, osal_u8 *mac, osal_u16 reason, osal_u16 type) |
| typedef osal_void(* dfx_user_conn_statistic_record_cb) (osal_u8 vap_id, osal_u8 *mac, osal_u8 sub_type, osal_u16 mode, osal_u8 direction) |
| typedef osal_void(* dfx_user_rate_rx_info_record_cb) (osal_u8 id, dmac_rx_ctl_stru *cb_ctrl) |
| typedef osal_u8 user_conn_info_enum_uint8 |
| enum user_conn_info_enum |
| osal_void used |