|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|


宏定义 | |
| #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 |
| #define HMAC_AMSDU_LIFE_TIME 5 |
| #define HMAC_AMSDU_MAX_NUM 4 |
| #define HMAC_AMSDU_SHORT_PACKET_LEN 500 |
| #define HMAC_AMSDU_SHORT_PACKET_NUM 0x02 |
| #define HMAC_AMSDU_TX_MIN_LENGTH (SNAP_LLC_FRAME_LEN + HMAC_AMSDU_TX_MIN_PKT_LENGTH + 3) |
| #define HMAC_AMSDU_TX_MIN_PKT_LENGTH 14 |
| #define HT_CAP_AMSDU_LEN 0x0800 |
| #define THIS_FILE_ID OAM_FILE_ID_HMAC_TX_AMSDU_H |
| typedef osal_void(* hmac_amsdu_init_user_etc_cb) (hmac_user_stru *hmac_user) |
| 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_tid_info_clear_cb) (hmac_user_stru *hmac_user) |
| OAL_STATIC OAL_INLINE oal_bool_enum_uint8 hmac_amsdu_is_short_pkt | ( | osal_u32 | frame_len | ) |
| OAL_STATIC OAL_INLINE osal_void hmac_amsdu_set_maxnum | ( | hmac_amsdu_stru * | amsdu, |
| osal_u8 | max_num | ||
| ) |
| osal_void used |