WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_stat.h 文件参考
#include "frw_ext_common_rom.h"
#include "frw_osal.h"
#include "frw_msg_rom.h"
#include "osal_adapt.h"
#include "mac_vap_ext.h"
hmac_stat.h 的引用(Include)关系图:

浏览源代码.

结构体

struct  hmac_stat_control_stru
 
struct  hmac_device_stat
 

宏定义

#define HMAC_STAT_TIMER_PERIOD   200 /* 定时器周期, 单位ms */
 

类型定义

typedef struct hmac_device_stat hmac_device_stat_stru
 

函数

void hmac_throughput_timer_init (void)
 
void hmac_throughput_timer_deinit (void)
 
osal_s32 hmac_config_pk_mode_th (hmac_vap_stru *hmac_vap, frw_msg *msg)
 
hmac_device_stat_struhmac_stat_get_device_stats (void)
 
OAL_STATIC OAL_INLINE void hmac_stat_device_tx_netbuf (osal_u32 netbuf_len)
 
OAL_STATIC OAL_INLINE void hmac_stat_device_rx_netbuf (uint32_t netbuf_len)
 

宏定义说明

◆ HMAC_STAT_TIMER_PERIOD

#define HMAC_STAT_TIMER_PERIOD   200 /* 定时器周期, 单位ms */

类型定义说明

◆ hmac_device_stat_stru

函数说明

◆ hmac_config_pk_mode_th()

osal_s32 hmac_config_pk_mode_th ( hmac_vap_stru hmac_vap,
frw_msg msg 
)

◆ hmac_stat_device_rx_netbuf()

OAL_STATIC OAL_INLINE void hmac_stat_device_rx_netbuf ( uint32_t  netbuf_len)

◆ hmac_stat_device_tx_netbuf()

OAL_STATIC OAL_INLINE void hmac_stat_device_tx_netbuf ( osal_u32  netbuf_len)

◆ hmac_stat_get_device_stats()

hmac_device_stat_stru * hmac_stat_get_device_stats ( void  )

◆ hmac_throughput_timer_deinit()

void hmac_throughput_timer_deinit ( void  )

◆ hmac_throughput_timer_init()

void hmac_throughput_timer_init ( void  )