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

浏览源代码.

结构体

struct  hmac_add_gtk_notify_stru
 

宏定义

#define THIS_FILE_ID   OAM_FILE_ID_HMAC_11I_H
 

类型定义

typedef hmac_add_gtk_notify_stru hmac_del_gtk_notify_stru
 

函数

osal_u32 hmac_check_igtk_exist (osal_u8 igtk_index)
 
osal_u32 hmac_11i_add_key_from_user (const hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user)
 
osal_void hmac_11i_tkip_mic_failure_handler (const hmac_vap_stru *hmac_vap, const osal_u8 *user_mac, oal_nl80211_key_type key_type)
 
osal_u32 hmac_reset_gtk_token (const hmac_vap_stru *hmac_vap)
 
osal_u32 hmac_init_security_etc (hmac_vap_stru *hmac_vap, const osal_u8 *addr)
 
osal_void hmac_sta_protocol_down_by_chipher (hmac_vap_stru *hmac_vap, mac_bss_dscr_stru *bss_dscr)
 
osal_u32 hmac_en_mic_etc (hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user, oal_netbuf_stru *pst_netbuf, osal_u8 *iv_len)
 
osal_u32 hmac_de_mic_etc (hmac_user_stru *hmac_user, oal_netbuf_stru *pst_netbuf)
 
osal_u32 hmac_11i_ether_type_filter_etc (hmac_vap_stru *hmac_vap, const hmac_user_stru *hmac_user, osal_u16 ether_type)
 
osal_u32 hmac_config_11i_add_key_set_reg (hmac_vap_stru *hmac_vap, osal_u8 pairwise, osal_u8 key_index, hmac_user_stru *hmac_user)
 

宏定义说明

◆ THIS_FILE_ID

#define THIS_FILE_ID   OAM_FILE_ID_HMAC_11I_H

类型定义说明

◆ hmac_del_gtk_notify_stru

函数说明

◆ hmac_11i_add_key_from_user()

osal_u32 hmac_11i_add_key_from_user ( const hmac_vap_stru hmac_vap,
hmac_user_stru hmac_user 
)

◆ hmac_11i_ether_type_filter_etc()

osal_u32 hmac_11i_ether_type_filter_etc ( hmac_vap_stru hmac_vap,
const hmac_user_stru hmac_user,
osal_u16  ether_type 
)

◆ hmac_11i_tkip_mic_failure_handler()

osal_void hmac_11i_tkip_mic_failure_handler ( const hmac_vap_stru hmac_vap,
const osal_u8 user_mac,
oal_nl80211_key_type  key_type 
)

◆ hmac_check_igtk_exist()

osal_u32 hmac_check_igtk_exist ( osal_u8  igtk_index)

◆ hmac_config_11i_add_key_set_reg()

osal_u32 hmac_config_11i_add_key_set_reg ( hmac_vap_stru hmac_vap,
osal_u8  pairwise,
osal_u8  key_index,
hmac_user_stru hmac_user 
)

◆ hmac_de_mic_etc()

osal_u32 hmac_de_mic_etc ( hmac_user_stru hmac_user,
oal_netbuf_stru pst_netbuf 
)

◆ hmac_en_mic_etc()

osal_u32 hmac_en_mic_etc ( hmac_vap_stru hmac_vap,
hmac_user_stru hmac_user,
oal_netbuf_stru pst_netbuf,
osal_u8 iv_len 
)

◆ hmac_init_security_etc()

osal_u32 hmac_init_security_etc ( hmac_vap_stru hmac_vap,
const osal_u8 addr 
)

◆ hmac_reset_gtk_token()

osal_u32 hmac_reset_gtk_token ( const hmac_vap_stru hmac_vap)

◆ hmac_sta_protocol_down_by_chipher()

osal_void hmac_sta_protocol_down_by_chipher ( hmac_vap_stru hmac_vap,
mac_bss_dscr_stru bss_dscr 
)