|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "hmac_alg_if.h"#include "dmac_ext_if_hcm.h"#include "hmac_main.h"#include "hmac_vap.h"#include "alg_common_rom.h"

结构体 | |
| struct | alg_internal_hook_stru |
宏定义 | |
| #define | ALG_RSSI_MARGIN_DB 4 /* RSSI余量,使用rssi计算时使用 */ |
函数 | |
| alg_internal_hook_stru * | hmac_alg_get_notify_if (osal_void) |
| osal_void * | alg_mem_alloc (alg_mem_enum_uint8 alg_id, osal_u16 len) |
| osal_void | alg_hmac_main_init (osal_void) |
| osal_void | alg_hmac_main_exit (osal_void) |
| osal_u32 | hmac_alg_cfg_intf_det_pk_mode_notify (hmac_vap_stru *hmac_vap, oal_bool_enum_uint8 is_pk_mode) |
| osal_u32 | hmac_alg_cfg_intf_det_edca_notify (osal_void) |
| osal_u32 | hmac_alg_cfg_intf_det_cca_notify (hal_to_dmac_device_stru *hal_device, osal_u8 old_intf_mode, osal_u8 cur_intf_mode) |
| osal_u32 | hmac_alg_cfg_intf_det_cca_chk_noise_notify (osal_s8 avg_rssi_20, oal_bool_enum_uint8 coch_intf_state_sta, osal_u8 cur_intf) |
| #define ALG_RSSI_MARGIN_DB 4 /* RSSI余量,使用rssi计算时使用 */ |
| osal_void * alg_mem_alloc | ( | alg_mem_enum_uint8 | alg_id, |
| osal_u16 | len | ||
| ) |
| osal_u32 hmac_alg_cfg_intf_det_cca_chk_noise_notify | ( | osal_s8 | avg_rssi_20, |
| oal_bool_enum_uint8 | coch_intf_state_sta, | ||
| osal_u8 | cur_intf | ||
| ) |
| osal_u32 hmac_alg_cfg_intf_det_cca_notify | ( | hal_to_dmac_device_stru * | hal_device, |
| osal_u8 | old_intf_mode, | ||
| osal_u8 | cur_intf_mode | ||
| ) |
| osal_u32 hmac_alg_cfg_intf_det_pk_mode_notify | ( | hmac_vap_stru * | hmac_vap, |
| oal_bool_enum_uint8 | is_pk_mode | ||
| ) |
| alg_internal_hook_stru * hmac_alg_get_notify_if | ( | osal_void | ) |