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

结构体 | |
| struct | hmac_tid_resume_stru |
函数 | |
| osal_void | hmac_tid_pause (hmac_tid_stru *tid, osal_u8 type) |
| osal_u32 | hmac_tid_resume (hmac_tid_stru *tid, osal_u8 type) |
| osal_void | hmac_tid_tx_queue_init (hmac_tid_stru *tx_tid_queue, hmac_user_stru *hmac_user) |
| osal_void | hmac_tid_tx_enqueue_update (hmac_device_stru *hmac_device, hmac_tid_stru *tid_queue, osal_u8 mpdu_num) |
| osal_void | hmac_tid_tx_dequeue_update (hmac_device_stru *hmac_device, hmac_tid_stru *tid_queue, osal_u8 mpdu_num) |
| osal_u32 | hmac_tid_clear (hmac_user_stru *hmac_user, hmac_device_stru *hmac_device) |
| osal_void | hmac_tid_buffer_status_calc (hmac_user_stru *hmac_user, wlan_tidno_enum_uint8 tid) |
| osal_s32 | hmac_config_tid_resume_process (hmac_vap_stru *hmac_vap, frw_msg *msg) |
| osal_u32 | hmac_tid_get_mpdu_by_index (hmac_tid_stru *tid_queue, osal_u16 mpdu_num, oal_netbuf_stru **netbuf_stru) |
| osal_u32 | hmac_tid_delete_mpdu_head (hmac_tid_stru *tid_queue, osal_u16 mpdu_num) |
| osal_s32 hmac_config_tid_resume_process | ( | hmac_vap_stru * | hmac_vap, |
| frw_msg * | msg | ||
| ) |
| osal_void hmac_tid_buffer_status_calc | ( | hmac_user_stru * | hmac_user, |
| wlan_tidno_enum_uint8 | tid | ||
| ) |
| osal_u32 hmac_tid_clear | ( | hmac_user_stru * | hmac_user, |
| hmac_device_stru * | hmac_device | ||
| ) |
| osal_u32 hmac_tid_delete_mpdu_head | ( | hmac_tid_stru * | tid_queue, |
| osal_u16 | mpdu_num | ||
| ) |
| osal_u32 hmac_tid_get_mpdu_by_index | ( | hmac_tid_stru * | tid_queue, |
| osal_u16 | mpdu_num, | ||
| oal_netbuf_stru ** | netbuf_stru | ||
| ) |
| osal_void hmac_tid_pause | ( | hmac_tid_stru * | tid, |
| osal_u8 | type | ||
| ) |
| osal_u32 hmac_tid_resume | ( | hmac_tid_stru * | tid, |
| osal_u8 | type | ||
| ) |
| osal_void hmac_tid_tx_dequeue_update | ( | hmac_device_stru * | hmac_device, |
| hmac_tid_stru * | tid_queue, | ||
| osal_u8 | mpdu_num | ||
| ) |
| osal_void hmac_tid_tx_enqueue_update | ( | hmac_device_stru * | hmac_device, |
| hmac_tid_stru * | tid_queue, | ||
| osal_u8 | mpdu_num | ||
| ) |
| osal_void hmac_tid_tx_queue_init | ( | hmac_tid_stru * | tx_tid_queue, |
| hmac_user_stru * | hmac_user | ||
| ) |