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

浏览源代码.

宏定义

#define THIS_FILE_ID   OAM_FILE_ID_HMAC_FRAG_H
 
#define HMAC_FRAG_TIMEOUT   2000
 
#define HMAC_MAX_FRAG_SIZE   2500
 

类型定义

typedef oal_netbuf_stru *(* hmac_defrag_start_cb) (hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, osal_u32 hrdsize)
 
typedef osal_u32(* hmac_frag_start_cb) (hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, mac_tx_ctl_stru *tx_ctl)
 
typedef osal_void(* hmac_user_clear_defrag_res_cb) (hmac_user_stru *hmac_user)
 

变量

static osal_u32 used
 

宏定义说明

◆ HMAC_FRAG_TIMEOUT

#define HMAC_FRAG_TIMEOUT   2000

◆ HMAC_MAX_FRAG_SIZE

#define HMAC_MAX_FRAG_SIZE   2500

◆ THIS_FILE_ID

#define THIS_FILE_ID   OAM_FILE_ID_HMAC_FRAG_H

类型定义说明

◆ hmac_defrag_start_cb

typedef oal_netbuf_stru *(* hmac_defrag_start_cb) (hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, osal_u32 hrdsize)

◆ hmac_frag_start_cb

typedef osal_u32(* hmac_frag_start_cb) (hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, mac_tx_ctl_stru *tx_ctl)

◆ hmac_user_clear_defrag_res_cb

typedef osal_void(* hmac_user_clear_defrag_res_cb) (hmac_user_stru *hmac_user)

变量说明

◆ used

osal_void used