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

浏览源代码.

结构体

struct  tag_hmac_auth_rsp_param_stru
 
struct  tag_hmac_auth_rsp_handle_stru
 

类型定义

typedef osal_u8 hmac_ap_auth_process_code_enum_uint8
 
typedef struct tag_hmac_auth_rsp_param_stru hmac_auth_rsp_param_stru
 
typedef hmac_ap_auth_process_code_enum_uint8(* hmac_auth_rsp_fun) (hmac_vap_stru *hmac_vap, const hmac_auth_rsp_param_stru *auth_rsp_param, osal_u8 *code, hmac_user_stru *hmac_user)
 
typedef struct tag_hmac_auth_rsp_handle_stru hmac_auth_rsp_handle_stru
 

枚举

enum  hmac_ap_auth_process_code_enum {
  HMAC_AP_AUTH_SEQ1_OPEN_ANY = 0 , HMAC_AP_AUTH_SEQ1_WEP_NOT_RESEND , HMAC_AP_AUTH_SEQ1_WEP_RESEND , HMAC_AP_AUTH_SEQ3_OPEN_ANY ,
  HMAC_AP_AUTH_SEQ3_WEP_COMPLETE , HMAC_AP_AUTH_SEQ3_WEP_ASSOC , HMAC_AP_AUTH_DUMMY , HMAC_AP_AUTH_BUTT
}
 

函数

osal_u16 hmac_encap_auth_rsp_etc (hmac_vap_stru *hmac_vap, oal_netbuf_stru *auth_rsp, oal_netbuf_stru *auth_req, osal_u8 *chtxt)
 
osal_u32 hmac_mgmt_encap_asoc_rsp_ap_etc (hmac_vap_stru *hmac_vap, osal_u8 *sta_addr, hmac_user_stru *hmac_user, mac_status_code_enum_uint16 status_code, osal_u8 *asoc_rsp)
 

类型定义说明

◆ hmac_ap_auth_process_code_enum_uint8

◆ hmac_auth_rsp_fun

typedef hmac_ap_auth_process_code_enum_uint8(* hmac_auth_rsp_fun) (hmac_vap_stru *hmac_vap, const hmac_auth_rsp_param_stru *auth_rsp_param, osal_u8 *code, hmac_user_stru *hmac_user)

◆ hmac_auth_rsp_handle_stru

◆ hmac_auth_rsp_param_stru

枚举类型说明

◆ hmac_ap_auth_process_code_enum

枚举值
HMAC_AP_AUTH_SEQ1_OPEN_ANY 
HMAC_AP_AUTH_SEQ1_WEP_NOT_RESEND 
HMAC_AP_AUTH_SEQ1_WEP_RESEND 
HMAC_AP_AUTH_SEQ3_OPEN_ANY 
HMAC_AP_AUTH_SEQ3_WEP_COMPLETE 
HMAC_AP_AUTH_SEQ3_WEP_ASSOC 
HMAC_AP_AUTH_DUMMY 
HMAC_AP_AUTH_BUTT 

函数说明

◆ hmac_encap_auth_rsp_etc()

osal_u16 hmac_encap_auth_rsp_etc ( hmac_vap_stru hmac_vap,
oal_netbuf_stru auth_rsp,
oal_netbuf_stru auth_req,
osal_u8 chtxt 
)

◆ hmac_mgmt_encap_asoc_rsp_ap_etc()

osal_u32 hmac_mgmt_encap_asoc_rsp_ap_etc ( hmac_vap_stru hmac_vap,
osal_u8 sta_addr,
hmac_user_stru hmac_user,
mac_status_code_enum_uint16  status_code,
osal_u8 asoc_rsp 
)