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

浏览源代码.

类型定义

typedef oal_bool_enum_uint8(* hmac_m2s_btcoex_need_switch_check_cb) (const hal_to_dmac_device_stru *hal_device, osal_u8 *m2s_mode_mask)
 
typedef osal_void(* hmac_btcoex_m2s_allow_check_cb) (hal_to_dmac_device_stru *hal_device, const hmac_vap_stru *hmac_vap)
 
typedef osal_void(* hmac_btcoex_m2s_back_to_mimo_check_cb) (hal_to_dmac_device_stru *hal_device)
 
typedef osal_bool(* hmac_btcoex_m2s_back_to_mimo_cb) (hal_to_dmac_device_stru *hal_device, osal_u8 *m2s_mode_mask)
 
typedef osal_bool(* hmac_btcoex_m2s_update_hal_device_cb) (const hal_to_dmac_device_stru *hal_device, osal_u8 *m2s_mode_mask)
 
typedef osal_void(* hmac_btcoex_m2s_choose_mimo_siso_cb) (hal_to_dmac_device_stru *hal_device)
 

函数

osal_u32 hmac_btcoex_m2s_switch_apply (hal_to_dmac_device_stru *hal_device, osal_u8 m2s_mode_mask)
 
osal_u32 hmac_btcoex_s2m_switch_apply (hal_to_dmac_device_stru *hal_device, osal_u8 m2s_mode_mask)
 
osal_u32 hmac_btcoex_s2m_siso_ap_resume_callback (osal_void *arg)
 
osal_void hmac_btcoex_assoc_ap_check_process (hal_to_dmac_device_stru *hal_device)
 
osal_u32 hmac_btcoex_m2s_init (osal_void)
 
osal_void hmac_btcoex_m2s_deinit (osal_void)
 

类型定义说明

◆ hmac_btcoex_m2s_allow_check_cb

typedef osal_void(* hmac_btcoex_m2s_allow_check_cb) (hal_to_dmac_device_stru *hal_device, const hmac_vap_stru *hmac_vap)

◆ hmac_btcoex_m2s_back_to_mimo_cb

typedef osal_bool(* hmac_btcoex_m2s_back_to_mimo_cb) (hal_to_dmac_device_stru *hal_device, osal_u8 *m2s_mode_mask)

◆ hmac_btcoex_m2s_back_to_mimo_check_cb

typedef osal_void(* hmac_btcoex_m2s_back_to_mimo_check_cb) (hal_to_dmac_device_stru *hal_device)

◆ hmac_btcoex_m2s_choose_mimo_siso_cb

typedef osal_void(* hmac_btcoex_m2s_choose_mimo_siso_cb) (hal_to_dmac_device_stru *hal_device)

◆ hmac_btcoex_m2s_update_hal_device_cb

typedef osal_bool(* hmac_btcoex_m2s_update_hal_device_cb) (const hal_to_dmac_device_stru *hal_device, osal_u8 *m2s_mode_mask)

◆ hmac_m2s_btcoex_need_switch_check_cb

typedef oal_bool_enum_uint8(* hmac_m2s_btcoex_need_switch_check_cb) (const hal_to_dmac_device_stru *hal_device, osal_u8 *m2s_mode_mask)

函数说明

◆ hmac_btcoex_assoc_ap_check_process()

osal_void hmac_btcoex_assoc_ap_check_process ( hal_to_dmac_device_stru hal_device)

◆ hmac_btcoex_m2s_deinit()

osal_void hmac_btcoex_m2s_deinit ( osal_void  )

◆ hmac_btcoex_m2s_init()

osal_u32 hmac_btcoex_m2s_init ( osal_void  )

◆ hmac_btcoex_m2s_switch_apply()

osal_u32 hmac_btcoex_m2s_switch_apply ( hal_to_dmac_device_stru hal_device,
osal_u8  m2s_mode_mask 
)

◆ hmac_btcoex_s2m_siso_ap_resume_callback()

osal_u32 hmac_btcoex_s2m_siso_ap_resume_callback ( osal_void arg)

◆ hmac_btcoex_s2m_switch_apply()

osal_u32 hmac_btcoex_s2m_switch_apply ( hal_to_dmac_device_stru hal_device,
osal_u8  m2s_mode_mask 
)