WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_tid.h 文件参考
#include "dmac_ext_if_hcm.h"
hmac_tid.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

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)
 

函数说明

◆ hmac_config_tid_resume_process()

osal_s32 hmac_config_tid_resume_process ( hmac_vap_stru hmac_vap,
frw_msg msg 
)

◆ hmac_tid_buffer_status_calc()

osal_void hmac_tid_buffer_status_calc ( hmac_user_stru hmac_user,
wlan_tidno_enum_uint8  tid 
)

◆ hmac_tid_clear()

osal_u32 hmac_tid_clear ( hmac_user_stru hmac_user,
hmac_device_stru hmac_device 
)

◆ hmac_tid_delete_mpdu_head()

osal_u32 hmac_tid_delete_mpdu_head ( hmac_tid_stru tid_queue,
osal_u16  mpdu_num 
)

◆ hmac_tid_get_mpdu_by_index()

osal_u32 hmac_tid_get_mpdu_by_index ( hmac_tid_stru tid_queue,
osal_u16  mpdu_num,
oal_netbuf_stru **  netbuf_stru 
)

◆ hmac_tid_pause()

osal_void hmac_tid_pause ( hmac_tid_stru tid,
osal_u8  type 
)

◆ hmac_tid_resume()

osal_u32 hmac_tid_resume ( hmac_tid_stru tid,
osal_u8  type 
)

◆ hmac_tid_tx_dequeue_update()

osal_void hmac_tid_tx_dequeue_update ( hmac_device_stru hmac_device,
hmac_tid_stru tid_queue,
osal_u8  mpdu_num 
)

◆ hmac_tid_tx_enqueue_update()

osal_void hmac_tid_tx_enqueue_update ( hmac_device_stru hmac_device,
hmac_tid_stru tid_queue,
osal_u8  mpdu_num 
)

◆ hmac_tid_tx_queue_init()

osal_void hmac_tid_tx_queue_init ( hmac_tid_stru tx_tid_queue,
hmac_user_stru hmac_user 
)