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

浏览源代码.

结构体

struct  hmac_ccpriv_cmd_entry
 

类型定义

typedef osal_s32(* hmac_ccpriv_cmd_func) (hmac_vap_stru *hmac_vap, const osal_s8 *param)
 

函数

osal_u32 hmac_ccpriv_init (osal_void)
 
osal_void hmac_ccpriv_deinit (osal_void)
 
osal_void hmac_ccpriv_register (const osal_s8 *cmd_name, hmac_ccpriv_cmd_func func)
 
osal_void hmac_ccpriv_unregister (const osal_s8 *cmd_name)
 
osal_s32 hmac_ccpriv_get_one_arg (const osal_s8 **cmd, osal_s8 *arg, osal_u32 arg_len)
 
osal_s32 hmac_ccpriv_get_one_arg_digit (const osal_s8 **cmd, osal_s32 *data)
 
osal_s32 hmac_ccpriv_get_digit_with_range (const osal_s8 **src_head, osal_s32 min, osal_s32 max, osal_s32 *value)
 
osal_s32 hmac_ccpriv_get_s8_with_range (const osal_s8 **src_head, osal_s8 min, osal_s8 max, osal_s8 *value)
 
osal_s32 hmac_ccpriv_get_u8_with_check_max (const osal_s8 **src_head, osal_u8 max_value, osal_u8 *value)
 
osal_s32 hmac_ccpriv_get_digit_with_check_max (const osal_s8 **src_head, osal_u32 max_value, osal_u32 *value)
 
osal_u32 hmac_ccpriv_get_mac_addr_etc (const osal_s8 **param, osal_u8 mac_addr[])
 

类型定义说明

◆ hmac_ccpriv_cmd_func

typedef osal_s32(* hmac_ccpriv_cmd_func) (hmac_vap_stru *hmac_vap, const osal_s8 *param)

函数说明

◆ hmac_ccpriv_deinit()

osal_void hmac_ccpriv_deinit ( osal_void  )

◆ hmac_ccpriv_get_digit_with_check_max()

osal_s32 hmac_ccpriv_get_digit_with_check_max ( const osal_s8 **  src_head,
osal_u32  max_value,
osal_u32 value 
)

◆ hmac_ccpriv_get_digit_with_range()

osal_s32 hmac_ccpriv_get_digit_with_range ( const osal_s8 **  src_head,
osal_s32  min,
osal_s32  max,
osal_s32 value 
)

◆ hmac_ccpriv_get_mac_addr_etc()

osal_u32 hmac_ccpriv_get_mac_addr_etc ( const osal_s8 **  param,
osal_u8  mac_addr[] 
)

◆ hmac_ccpriv_get_one_arg()

osal_s32 hmac_ccpriv_get_one_arg ( const osal_s8 **  cmd,
osal_s8 arg,
osal_u32  arg_len 
)

◆ hmac_ccpriv_get_one_arg_digit()

osal_s32 hmac_ccpriv_get_one_arg_digit ( const osal_s8 **  cmd,
osal_s32 data 
)

◆ hmac_ccpriv_get_s8_with_range()

osal_s32 hmac_ccpriv_get_s8_with_range ( const osal_s8 **  src_head,
osal_s8  min,
osal_s8  max,
osal_s8 value 
)

◆ hmac_ccpriv_get_u8_with_check_max()

osal_s32 hmac_ccpriv_get_u8_with_check_max ( const osal_s8 **  src_head,
osal_u8  max_value,
osal_u8 value 
)

◆ hmac_ccpriv_init()

osal_u32 hmac_ccpriv_init ( osal_void  )

◆ hmac_ccpriv_register()

osal_void hmac_ccpriv_register ( const osal_s8 cmd_name,
hmac_ccpriv_cmd_func  func 
)

◆ hmac_ccpriv_unregister()

osal_void hmac_ccpriv_unregister ( const osal_s8 cmd_name)