|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "frw_ext_common_rom.h"#include "frw_osal.h"#include "frw_msg_rom.h"#include "osal_adapt.h"#include "mac_vap_ext.h"
结构体 | |
| 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_stru * | hmac_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) |
| #define HMAC_STAT_TIMER_PERIOD 200 /* 定时器周期, 单位ms */ |
| typedef struct hmac_device_stat hmac_device_stat_stru |
| osal_s32 hmac_config_pk_mode_th | ( | hmac_vap_stru * | hmac_vap, |
| frw_msg * | msg | ||
| ) |
| OAL_STATIC OAL_INLINE void hmac_stat_device_rx_netbuf | ( | uint32_t | netbuf_len | ) |
| OAL_STATIC OAL_INLINE void hmac_stat_device_tx_netbuf | ( | osal_u32 | netbuf_len | ) |
| hmac_device_stat_stru * hmac_stat_get_device_stats | ( | void | ) |
| void hmac_throughput_timer_deinit | ( | void | ) |
| void hmac_throughput_timer_init | ( | void | ) |