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

浏览源代码.

宏定义

#define THIS_FILE_ID   OAM_FILE_ID_HMAC_TX_AMSDU_H
 
#define HT_CAP_AMSDU_LEN   0x0800
 
#define HMAC_AMSDU_LIFE_TIME   5
 
#define HMAC_AMSDU_TX_MIN_PKT_LENGTH   14
 
#define HMAC_AMSDU_TX_MIN_LENGTH   (SNAP_LLC_FRAME_LEN + HMAC_AMSDU_TX_MIN_PKT_LENGTH + 3)
 
#define HMAC_AMSDU_SHORT_PACKET_NUM   0x02
 
#define HMAC_AMSDU_SHORT_PACKET_LEN   500
 
#define HMAC_AMSDU_MAX_NUM   4
 

类型定义

typedef osal_u32(* hmac_amsdu_notify_etc_cb) (hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user, oal_netbuf_stru *buf)
 
typedef osal_void(* hmac_amsdu_init_user_etc_cb) (hmac_user_stru *hmac_user)
 
typedef osal_void(* hmac_amsdu_tid_info_clear_cb) (hmac_user_stru *hmac_user)
 

函数

OAL_STATIC OAL_INLINE osal_void hmac_amsdu_set_maxnum (hmac_amsdu_stru *amsdu, osal_u8 max_num)
 
OAL_STATIC OAL_INLINE oal_bool_enum_uint8 hmac_amsdu_is_short_pkt (osal_u32 frame_len)
 

变量

static osal_u32 used
 

宏定义说明

◆ HMAC_AMSDU_LIFE_TIME

#define HMAC_AMSDU_LIFE_TIME   5

◆ HMAC_AMSDU_MAX_NUM

#define HMAC_AMSDU_MAX_NUM   4

◆ HMAC_AMSDU_SHORT_PACKET_LEN

#define HMAC_AMSDU_SHORT_PACKET_LEN   500

◆ HMAC_AMSDU_SHORT_PACKET_NUM

#define HMAC_AMSDU_SHORT_PACKET_NUM   0x02

◆ HMAC_AMSDU_TX_MIN_LENGTH

#define HMAC_AMSDU_TX_MIN_LENGTH   (SNAP_LLC_FRAME_LEN + HMAC_AMSDU_TX_MIN_PKT_LENGTH + 3)

◆ HMAC_AMSDU_TX_MIN_PKT_LENGTH

#define HMAC_AMSDU_TX_MIN_PKT_LENGTH   14

◆ HT_CAP_AMSDU_LEN

#define HT_CAP_AMSDU_LEN   0x0800

◆ THIS_FILE_ID

#define THIS_FILE_ID   OAM_FILE_ID_HMAC_TX_AMSDU_H

类型定义说明

◆ hmac_amsdu_init_user_etc_cb

typedef osal_void(* hmac_amsdu_init_user_etc_cb) (hmac_user_stru *hmac_user)

◆ hmac_amsdu_notify_etc_cb

typedef osal_u32(* hmac_amsdu_notify_etc_cb) (hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user, oal_netbuf_stru *buf)

◆ hmac_amsdu_tid_info_clear_cb

typedef osal_void(* hmac_amsdu_tid_info_clear_cb) (hmac_user_stru *hmac_user)

函数说明

◆ hmac_amsdu_is_short_pkt()

OAL_STATIC OAL_INLINE oal_bool_enum_uint8 hmac_amsdu_is_short_pkt ( osal_u32  frame_len)

◆ hmac_amsdu_set_maxnum()

OAL_STATIC OAL_INLINE osal_void hmac_amsdu_set_maxnum ( hmac_amsdu_stru amsdu,
osal_u8  max_num 
)

变量说明

◆ used

osal_void used